Control from PC
Nightcrawler
Posts: 35
Hi,
I want to know if I can control or more or less call certain functions on a NetLinx box ?
So say I write a module for DMX control or event a button for a sequence of events. I then want to call this from the PowerPoint or other problem through maybe VB script ???
Anyone know a way to do this, I noticed i-ConnectLinx but can't see how the PC side to that works ?
Thanks
Ed
I want to know if I can control or more or less call certain functions on a NetLinx box ?
So say I write a module for DMX control or event a button for a sequence of events. I then want to call this from the PowerPoint or other problem through maybe VB script ???
Anyone know a way to do this, I noticed i-ConnectLinx but can't see how the PC side to that works ?
Thanks
Ed
0
Comments
I would just open a TCP/IP socket on AMX and listen for command strings that you send via VB (using its TCP/IP API).
Cheers!
Thanks
Ed
See discussion and examples of IP_SERVER_OPEN the NetLinx programming manual.
Cheers!
That would depend entirely on the switcher. And frankly it's highly unlikely that it has the capabilities.
If you do want feedback you'll have to make requests to the switcher and close the connection after doing so.
Does AMX close sockets cleanly if say PowePoint crashed and didn't close it??
Is it better to have one socket open for the duration of the show or close and open on each slide.
Thanks
Ed
(Note: You cannot guarantee this will happen immediately. In practice, it is usually people-time immediate... But it 'should' occur in a worst case scenario of approximately 30 seconds maximum.)
You will need to (unfortunately) keep track manually if the AMX Port is ON or OFF-line, you cannot query this state from AMX.
Thanks
Ed