TCP command to WD 6.5.2

Christie Widget Designer Version 6 - Q&A

Moderator: Moderator Group

Forum rules
When asking make sure to include the operating system and the revision of Widget Designer you are using.

TCP command to WD 6.5.2

Postby min86 » Tue Sep 28, 2021 8:56 am

Hi guys,

I'm using PB 8.2.0, WD 6.5.2
I was trying to control PB manager sequence from WD using script
SeqSetState(1,"Play")
SeqSetState(1,"Stop")
SeqSetState(1,"Pause")

I created 3 custom script buttons with above script and it is working fine.
But when i try to send the same script from other laptop using TCP, i saw under CONNECTION-REMOTING, the message log did receive my command from my other laptop, but the command does not triggering the sequence.
I did set the tcp port number and selected the correct NIC card and ticked the enable tickbox, message log showed that "TCP Server Single Client on Port:1999 started."
However i could not trigger the WD to run the script even with correct script.
Anyone has these experience before?
Thanks.
min86
 
Posts: 3
Joined: Wed Aug 09, 2017 11:08 am

Re: TCP command to WD 6.5.2

Postby Daniel Kaminski » Tue Sep 28, 2021 10:19 am

Hi,
Please have a look here.

https://christiepandorasbox.com/root/do ... ing_wd.htm

In order to Widget that you are sending a command that needs to be executed you have to put the command in "{" "}".

TCPSend(1,"{WDCustomScriptClick(1)}")

or

TCPSend(1,"{CustomScript1.Click}")
--
Daniel Kaminski
Pandoras Box Expert
User avatar
Daniel Kaminski
 
Posts: 1071
Joined: Tue Jul 22, 2008 10:55 am
Location: Herten, Germany

Re: TCP command to WD 6.5.2

Postby min86 » Tue Sep 28, 2021 1:41 pm

Hi,

do you mean this?
to play sequence 1, instead of SeqSetState(1,"Play")
i need to send as TCPSend(1,"{SeqSetState(1,"Play")}")
min86
 
Posts: 3
Joined: Wed Aug 09, 2017 11:08 am

Re: TCP command to WD 6.5.2

Postby min86 » Wed Sep 29, 2021 11:39 am

Just an update, finally I got it
I used {SeqSetState(1,”Play”)}
min86
 
Posts: 3
Joined: Wed Aug 09, 2017 11:08 am


Return to Widget Designer V6

Who is online

Users browsing this forum: No registered users and 15 guests

cron