COntrol a Rotating PC?
Impaqt
Posts: 155
I have a Mobile Presentationsystem (40ft Trailer) that I'm installing a NI-3000 with just a 16 button right now to select the source and volume control and Lighting.... They wish to put the PC input in the back room with the Rack, The laptop will usually stay the same, but there are chances that it will change from time to time.
Is there a way to add PC control for basic powerpoint Forward/Back kind of stuff that is not PC dependant?
Thanks
Is there a way to add PC control for basic powerpoint Forward/Back kind of stuff that is not PC dependant?
Thanks
0
Comments
http://www.amx.com/internet-inside.asp?module=PCLink/PowerPoint&t=&p=tcs_ii
Thanks,
Robert Savage
To navigate to the next slide:
DO_PUSH(dvPCLinkPP, 4)
To navigate to the previous slide:
DO_PUSH(dvPCLinkPP, 5)
The full listing of channels, level, and send command API are listed at the end of the i!-PCLinkPowerPoint help file.
Thanks,
Robert Savage
I guess I should look deeper into this app.... I dont do a whole lot of commertial and this is the first tme this request has come up...
This was my inital plan because of the above requirements... I just thought it would be cool to put it all on the same 16 Button for em.
Thanks,
Robert Savage
Thanks,
Robert Savage
Thanks,
Robert
Is the RS232 control option a recent addition? I don't remember that as an option before. Also, is i!-PresentationControl functional through RS232 as well?
Thanks,
--D
As for i!-PresentationControl, in runtime yes it utilizes the same connection as i!-PCLinkPowerPoint. However, in design time to get the i!-ConnectLinx XML file from the master which exposes the system's function list it can only use a network based connection. (or you can manually FTP and retrieve the i!-ConnectLinx XML file then copy the file to the target computer using i!-PresentationControl in design mode. It just uses this file to list the system's exposed functionality.)
Thanks,
Robert