Page 1 of 1

Imagepro II Can not control

PostPosted: Wed Mar 21, 2018 6:09 pm
by Brett2012
Just trying todo basic Input changes.
Using CustomScript Button

Tried.
TCPSend,1,RTE 1 [CR]
TCPSend(1,RTE 1 [CR])
and a bunch or other combos of this.

TCP Connection says its connected and using port 10001.

Thoughts?

Re: Imagepro II Can not control

PostPosted: Wed Mar 21, 2018 6:18 pm
by Daniel Kaminski
Try
Code: Select all
TCPSend(1,"RTE 1 [CR]")


Strings habe to be in " "

Daniel

Re: Imagepro II Can not control

PostPosted: Wed Mar 21, 2018 7:05 pm
by Brett2012
Did not work, I am wondering if I have a control problem with the image Pro but I have control over other stuff with WD and other then IP assignment and port I don't think their is anything else to set on the ImagePro.

Re: Imagepro II Can not control

PostPosted: Fri Mar 23, 2018 10:09 am
by justyn roy
I know the following works with an ImagePRO 1, I haven't tested it with the ImagePRO II.

Code: Select all
TCPSend(1,"RTE 5[CR LF]")