Data Events with % character in data.text
GarColl
Posts: 9
Hi
Im currently programmig a Duet Module where i need the % character is used in a similar way as for instance the ^RMF command to pass parameters.
Now i have some strange things happening! When is send a command "%A", i receive the value 0X1.0E99800000017P-1020 in the data listener of the duet module. When i send the command %S, the controller reboots (new NX-2200 ) or hangs (NI-2100) with java router not going back to 0 when i do 'show buffers' in telnet (what is the java router for anyway? is it messages that could not be sent yet to the java modules?).
Can i do something against this? Why is it happenign at all?
I attached a workspace with a little demo-source and the java file from the duet module inclued in 'Other', just go to controll a device and send a command or a string to 41001:1:1.
Thanks for your help
Im currently programmig a Duet Module where i need the % character is used in a similar way as for instance the ^RMF command to pass parameters.
Now i have some strange things happening! When is send a command "%A", i receive the value 0X1.0E99800000017P-1020 in the data listener of the duet module. When i send the command %S, the controller reboots (new NX-2200 ) or hangs (NI-2100) with java router not going back to 0 when i do 'show buffers' in telnet (what is the java router for anyway? is it messages that could not be sent yet to the java modules?).
Can i do something against this? Why is it happenign at all?
I attached a workspace with a little demo-source and the java file from the duet module inclued in 'Other', just go to controll a device and send a command or a string to 41001:1:1.
Thanks for your help
0
Comments
My module was locking up after an hour or so, so after ripping apart my code. I decided to test with DEBUG-1, and it was rock solid.