MyLastChoice
September 22nd, 2005, 12:47 AM
Is there a way to send multiple payload variables to Girder 4 using the "Send Event to Girder" action from NR Designer?
I can't seem to find a syntax that works.
What I am trying to do looks something like this...MyGirderEventName(variable1, variable2, variable3)However, designer seems to choke on that syntax (the event string gets chopped off), and when the event is received in Girder 4, all the variables get lumped into pld3. So that payload 3 looks like this:pld3 = variable1, variable2, variable3instead ofpld3 = variable1
pld4 = variable2
pld5 = variable3Am I just messing up the syntax here, or is it only possible to send one payload from NetRemote to Girder?
Thanks!
I can't seem to find a syntax that works.
What I am trying to do looks something like this...MyGirderEventName(variable1, variable2, variable3)However, designer seems to choke on that syntax (the event string gets chopped off), and when the event is received in Girder 4, all the variables get lumped into pld3. So that payload 3 looks like this:pld3 = variable1, variable2, variable3instead ofpld3 = variable1
pld4 = variable2
pld5 = variable3Am I just messing up the syntax here, or is it only possible to send one payload from NetRemote to Girder?
Thanks!