BrightSign Object Reference Manual (FW 5.1) User Manual
Page 288

280
Pronto Hex Format
Raw captures of Pronto Hex commands will likely not work with the inbuilt IR blaster, though they should work
with
Changing the off periods to all zeros ("0000") will fix this issue.
Example
: The following example sends an "ON" command to a Panasonic television using a single string of Pronto Hex
Code. You can also provide Pronto Hex Code as an roArray of hex values, which results in less work for the script engine.
ir = CreateObject("roIRRemote")
pronto_hex_Panasonic_on_str = " 0000 0071 0000 0032 0080 003F 0010 0010 0010 0030
0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0010 0010 0010 0030 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0010 0010 0010 0010 0010 0030 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010
0010 0010 0010 0010 0010 0010 0010 0010 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030
0010 0010 0010 0010 0010 0010 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030 0010 0010
0010 0030 0010 0000"
ir.Send("PHC", pronto_hex_lg_on_str)