|
OSC from script Foo from Netherlands [2 posts] |
8 year
|
Hi fellow roborealists,
I am trying to send fiducial data over OSC. I already have the data I need in a VBscript, but I would like to send data over OSC. the OSC module keeps sending data even when the data variable is not changed and I would need multple modules to send new, update and delete events. I would like to directly send data from a VB or JS script. Is this possible?
thanks!
|
|
|
Steven Gentner from United States [1446 posts] |
8 year
|
Foo,
You can't send it directly from the VBScript module but you can create a variable that either has information or does not based on when you want to send data. So rather than use the variable directly, process it accordingly with the VBScript module and use that variable in the OSC module.
STeven.
|
|