URGENT!! UDP Input Fault

Moderator: Moderator Group

URGENT!! UDP Input Fault

Postby Linton9 » Sun Feb 20, 2011 2:11 pm

Gday,

I require UDP input to trigger some script nodes.

We're generating a test UDP string "[STX]Hello World[ETX]"
I can see this string when I right click on the UDP connection in the connection manager and choose test. (open tester then send string)

I cannot see the string in the UDP input node's output field.

We've tested the TCP input node and the messages sent appear in the output field of that.

Screenshot of testing with UDP Stream In (UDP Ascii stream)
WD UDP fail.png
You do not have the required permissions to view the files attached to this post.
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Mike Steinbrecher » Mon Feb 21, 2011 10:08 am

HI,

which Rev of Widget Designer are you using?
Is this Windows 7?

Could you sent us your Widget file to support@coolux.de

Thx

Best regards

Mike
---------------------------------------------
Mike Steinbrecher
Technical Sales Manager
Meister für Veranstaltungstechnik

Christie Digital Systems | http://www.christiedigital.com| Richard-Byrd-Strasse 19 | 50829 Koeln | Germany
Mike Steinbrecher
 
Posts: 63
Joined: Fri Jul 25, 2008 9:50 am
Location: Cologne - Germany

Re: URGENT!! UDP Input Fault

Postby Linton9 » Mon Feb 21, 2011 10:20 am

release candidate V3.0 rev155
Windows 7


I will try rolling back to 107 today.

It happens in a new project, all you need to do is insert a UDP Input Node!
Last edited by Linton9 on Mon Feb 21, 2011 12:26 pm, edited 1 time in total.
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Linton9 » Mon Feb 21, 2011 12:11 pm

The problem still exists in 107...

Maybe I am doing something wrong! I can see my UDP packet using wireshark though!
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Linton9 » Mon Feb 21, 2011 12:15 pm

Should I not use port 8080?
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Julia Foest » Wed Feb 23, 2011 9:16 am

Dear all,

for your information: we found the bug using UDP input nodes. This will hopefully be fixed in the next RC of Widget Designer.

Best regards,
Julia
User avatar
Julia Foest
 
Posts: 521
Joined: Tue Nov 18, 2008 2:44 pm
Location: Berlin, Germany

Re: URGENT!! UDP Input Fault

Postby Linton9 » Thu Feb 24, 2011 10:52 am

Can I enter my ascii string as operator B in an IF node?
Seems to only work with numbers...
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Julia Foest » Thu Feb 24, 2011 11:18 am

Hi Lynden,

you have to take the Filter Node "Contains Text". There you have an if-condition as well, but it will be able to interpret the incoming string.

Best regards,
Julia
User avatar
Julia Foest
 
Posts: 521
Joined: Tue Nov 18, 2008 2:44 pm
Location: Berlin, Germany

Re: URGENT!! UDP Input Fault

Postby Linton9 » Thu Feb 24, 2011 2:46 pm

Now I understand the Script Output Node takes input of numbers only!
Excellent, everything is working now!

Thanks Coolux team
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Linton9 » Wed Mar 02, 2011 9:20 pm

M$D Widget.png
You do not have the required permissions to view the files attached to this post.
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Daniel Kaminski » Wed Mar 02, 2011 11:12 pm

Looks interesting.
What are you controlling with it?

Daniel
--
Daniel Kaminski
Pandoras Box Expert
User avatar
Daniel Kaminski
 
Posts: 1071
Joined: Tue Jul 22, 2008 10:55 am
Location: Herten, Germany

Re: URGENT!! UDP Input Fault

Postby Linton9 » Fri Mar 04, 2011 9:39 am

Controlling 2 lighting consoles

Local version of:
http://www.youtube.com/watch?v=B2FUngyt_9k
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: UDP Input Fault

Postby Linton9 » Mon Mar 07, 2011 5:54 am

Is there a script that will reset the output of my UDP Input Node?
In some circumstances it might be possible that the same string be sent consecutively. For now, my workaround is to open the properties for the node, make no changes and click OK. This resets the output of the node to '0'.
Is there a script that can do the same?
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: URGENT!! UDP Input Fault

Postby Markus Zeppenfeld » Mon Mar 07, 2011 10:56 am

Hi Linton,

there is no exact script to reset the output of the node, but you can send (yourself) an UDP message.
Use the script UDPSendToPort,'Port','Message' to send your desired "0" to your UDP input node. This way you can either create your own reset button or add the command in each of your script outputs to reset the output after every UDP input change.

Hope this works for you.

Cheers,
Markus
Markus Zeppenfeld
Senior Product Manager, Pandoras Box

"Have you tried turning it off and on again?" (from "The IT Crowd" / channel 4)
Markus Zeppenfeld
 
Posts: 824
Joined: Wed Mar 02, 2011 10:12 am
Location: Cologne - Germany

Re: URGENT!! UDP Input Fault

Postby Linton9 » Tue Mar 08, 2011 12:38 am

Thats perfect! Thanks
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia


Return to Widget Designer V4.7

Who is online

Users browsing this forum: No registered users and 7 guests