How to activate PGMs (with Envisalink interface)?

Attemting this on a DSC 1864 (PGM1 (*71), PGM3 (*72), PGM4 (*73), cannot seem to get it to work. These are all functioning correctly on keypad, with no user code. Any ideas?

PowerStation 1864 v4.6 - Garage Door contacts - PGMS with 12V SPDT relays
PGM, molmentary push, *71, *72, *73

*8-5555-009-19 (PGM1 - Command Output 1 - *71)
*8-5555-010-19-19 (PGM3 - Command Output 2 - *72, PGM4 - Command Output 3 - *73)
*8-5555-170-03 (3 second PGM Output Timer)
*8-5555-501 (PGM1 - bits 3 & 4 on)
*8-5555-503 (PGM3 - bits 3 & 4 on)
*8-5555-504 (PGM4 - bits 3 & 4 on)

Note - Using PGM2 for Fire (300 mA, the others are 50)

http://your_ip:3480/data_request?id=action&DeviceNum=3&serviceId=urn:micasaverde-com:serviceId:DSCAlarmPanel1&action=SendCommand&Command=020&Data=11
http://your_ip:3480/data_request?id=action&DeviceNum=3&serviceId=urn:micasaverde-com:serviceId:DSCAlarmPanel1&action=SendCommand&Command=020&Data=12
http://your_ip:3480/data_request?id=action&DeviceNum=3&serviceId=urn:micasaverde-com:serviceId:DSCAlarmPanel1&action=SendCommand&Command=020&Data=13

luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”,
“SendCommand”,
{Command = “020”, Data=“11”}, 3)

luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”,
“SendCommand”,
{Command = “020”, Data=“12”}, 3)

luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”,
“SendCommand”,
{Command = “020”, Data=“13”}, 3)

Here’s the original post on how to access the PGM’s (for those with an Envisalink interface):
http://forum.micasaverde.com/index.php/topic,5154.msg76090.html#msg76090

OK, where do we put that info to make it work???

In the luup tab of a scene.

OK, I’ll give it a try! Thanks!

OK, I got this to work but how can I now use that scene in a virtual device?