MS3/rPod Revision notes ----------------------- New features: ------------------- 1. Added new version of UDP Send command. This version allows for passing the command in as string allowing for the variable construction of commands. Note that, when using an rPod8.4 on the P1 side, you must use a Public string variable. The P2 side can use either a public, global, or local string variable. syntax: Sendcmds “bind number”:string variable ex/ Define $a ;string to carry command Bind 169.254.109.255 to 1 ;Create a bind to broadcast $a = "Play flim on 1 T1" ;create a valid command Sendcmds 1:$a ;Send the command over ethernet Bug fixes: --------- -added variable definitions with ETRIG if x = 5 then ETRIGx = 3 sets ETRIG 5 to 3 must put a space between ETRIG and th number when printing. ie/ Print ETRIG x -Print problem fixed for output of multiple items -DMX tracks vs channels. -DMX was only initializing first 8 tracks. -Changed DMX reference channels to tracks. -Corrected Cross processor Public string update. -Corrected Print concatenation issue. Added to reserved words ----------------------- Sendcmds