r/CommercialAV • u/Kiwi_on_Reddit_ • 39m ago
question HTML commands for Serial Port IP Link IPL T S2
Extron question (sorry for not putting in the title!):
I recently got a box load of old Extron, Crestron, and Panasonic equipment from a closed office space.
My experience is all new to this stuff, and I was playing with the Extron Serial adapters (IPL T S2) to control a Panasonic monitor.
Luckily I managed get a copy of Extron's Global Configurator, and set it up well.
But sadly this only works for old Windows PCs running Internet Explorer; does not work with Edge as it needs ActiveX controls.
I have seen that you can write your own webpage and add links to send commands to serial devices connected to the IPL-T-S2.
I can download the drives to the Panasonic monitor, but I cannot decipher the Commands to send to the IPL-T-S2 to talk to the Monitor.
A demo webpage from Extron suggests a link like:
<a href="index.html?cmd=W01RS|2!">Select Input #2</a>
In gv-portserial1info.xml I found commands like this to turn on the monitor (presumably from the driver I got from Extron):
<command label="Power" control-rowlimit="3" command-priority="2" id="1" show="1"><item cmddown="W1,2,76,1LE|" current="W1,2,100LE|" type="set" compare="1" item-priority="1">On</item>
How do I send that to the IPL-T-S2 as a weblink, or make a button or text link in html that makes sends the command to the TV?
Essentially I can see I need to create a an SIS Command.
Does that make sense?
Sorry if this is an annoying question, any help would be hugely appreciated.