PGM commands on DSC panel

Anyone know how to trigger PGM commands from UI4. Commands on the keypads are *71 or *72 or *73 or *74. The code in IT100 devolopers guide is 020 A B where A is partition number and B is PGM number?

Internally the Plugin has all the code to send arbitrary DSC commands, at both the Panel and Partition levels… it’s just not exposed through the appropriately declared [tt][/tt] handlers, event and scene declaration blocks.

Given the complete set of issues in the UI5 space for this plugin (and others), I don’t see this being added anytime soon.

If you can code, and have the time to test it, then it would be relatively easy to add… part of it is already there (but for [tt]SendCommand[/tt], not [tt]SendPartitionCommand[/tt]) and you’d need to add in the relevant [tt]S_xxxx.xml[/tt] file, the JSON [tt]eventList[/tt] parts etc, etc to make it work under UI4. Getting these exposed under UI5 will be trickier since it’s Scene presence is closely tied to it’s Dashboard UI, which is part of the stumbling block for correct UI5 behavioral conversion right now.

Thank you for the reply.

Just to close the search/discoverability loop, here’s how you do it using a 2DS:
http://forum.micasaverde.com/index.php/topic,5154.msg76090.html#msg76090

There’s a similar command (070) that’s used on the IT100, but you need to enable the Keypad mode first, so it’s a few extra steps than on the 2DS.