I would like to use relay control board with SCS 11.2.5 (SCS Plus License) by Telnet command please see all pic.



Can we do this funtion on SCS with Telnet command?
Best Regards,
Kai
Unfortunately no. However, it may be a fairly simple mod to provide this support. From what you have described it seems that SCS would need to send a 'full HTTP Request' with specific HTTP headers, etc. I do have a library that will provide this and I've run tests using this library to send commands to another package. I'll see if I can provide you with a temporary mod that will support this, with a view to providing a full implementation later.mookai1973 wrote:Can we do this funtion on SCS with Telnet command?
Dear Mike,Mike Daniell wrote:Unfortunately no. However, it may be a fairly simple mod to provide this support. From what you have described it seems that SCS would need to send a 'full HTTP Request' with specific HTTP headers, etc. I do have a library that will provide this and I've run tests using this library to send commands to another package. I'll see if I can provide you with a temporary mod that will support this, with a view to providing a full implementation later.mookai1973 wrote:Can we do this funtion on SCS with Telnet command?
Code: Select all
@echo off
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" "http://192.168.1.99/1234/6/?11&"
cls
exit