Page 1 of 1

Pandorasbox V6 timeline trigger Widgetdesigner V6

PostPosted: Wed May 23, 2018 5:14 pm
by op9top2rt
Hello all,
I am trying to click a custom button in WD V6.0.4 trigger from timeline of PB V6.0.5 with a command key stone,
so I have (WDCustomScriptClick(10)) in command key stone in timeline 3.1 , and I have PB WD Device input node with correct ip address, site ID 3, device ID 1, and a custom script output node,
but it doesn't work, and I couldn't even see any value come out from PB WD input node, does anyone tried this before can tell me the easiest way to do it ?

Thanks a lot!

Re: Pandorasbox V6 timeline trigger Widgetdesigner V6

PostPosted: Wed May 23, 2018 6:55 pm
by justyn roy
Try it again without the brackets like this:

Code: Select all
WDCustomScriptClick(10)

Re: Pandorasbox V6 timeline trigger Widgetdesigner V6

PostPosted: Sun May 27, 2018 9:55 am
by op9top2rt
I have try both way, doesn't work...

Re: Pandorasbox V6 timeline trigger Widgetdesigner V6

PostPosted: Mon May 28, 2018 9:16 am
by Christian Hinxlage
Hi,

works fine on my side.
You donĀ“t even need an input node for clicking the button.
Did you type in the ip address of the WD into the WD device in PB.
Select the device and go to the inspector to do so.

Best regards,

Christian

Re: Pandorasbox V6 timeline trigger Widgetdesigner V6

PostPosted: Tue May 29, 2018 5:08 am
by malkuth23
You also need to go to IP config or whatever it is called these days and check the box to allow a connection from PB.

Basically, if there is a red line over the device, it ain't gonna work.