Okeh, Lets go.
My System is Windows10 Prof 64bit
First I will post all from the sendinginstance
This cames from
C:\Users\chris\VCenglish
and is started via CLI with
C:\Users\chris\VCenglish\VoxCommando.exe -new
The UDP Listenport in options is set to 33001
This is command that sends command
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.7-->
<command id="-1" name="Actions copied from LCB">
<action>
<cmdType>Launch.Capture</cmdType>
<params>
<param>C:\Users\chris\VC\VoxCommando.exe</param>
<param>-33000 "VC.TriggerEvent&&show&&317"</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>
And this is logfile after I used the "Save & Run" button in the LCB (in german Speichern und ausführen)
21.10.2015 07:47:11 VoxLog created:
21.10.2015 07:47:10 379 doCommand:Eventsend
21.10.2015 07:47:10 379 action repeat set to: 1
21.10.2015 07:47:10 379 Action: Launch.Capture - C:\Users\chris\VC\VoxCommando.exe&&-33000 "VC.TriggerEvent&&show&&317"
21.10.2015 07:47:10 379 [action] Launch.Capture:C:\Users\chris\VC\VoxCommando.exe&&-33000 "VC.TriggerEvent&&show&&317"
21.10.2015 07:47:10 674 Action INFO:
21.10.2015 07:47:10 717 Focused: VoxCommando
Now to the receiving instance. This will started via
C:\Users\chris\VC\VoxCommando.exe -new
The UDP Listenport in options is set to 33000
And here is the logfile
21.10.2015 07:53:24 VoxLog created / UAC test passed.
21.10.2015 07:53:24 584 received udp command:VC.TriggerEvent
21.10.2015 07:53:24 584 action repeat set to: 1
21.10.2015 07:53:24 584 Action: VC.TriggerEvent -
21.10.2015 07:53:24 584 [action] VC.TriggerEvent:
21.10.2015 07:53:24 587 Action INFO:
And now the logfile I've send the command via CLI
C:\Users\chris\VC\VoxCommando.exe -33000 "VC.TriggerEvent&&show&&317"
The logfile
21.10.2015 07:58:39 VoxLog created / UAC test passed.
21.10.2015 07:58:39 508 received udp command:VC.TriggerEvent&&show&&317
21.10.2015 07:58:39 508 action repeat set to: 1
21.10.2015 07:58:39 508 Action: VC.TriggerEvent - show&&317
21.10.2015 07:58:39 508 [action] VC.TriggerEvent:show&&317
21.10.2015 07:58:39 511 [vcevent] show
21.10.2015 07:58:39 513 [info] event in group: labor
21.10.2015 07:58:39 515 doCommand:myshow
21.10.2015 07:58:39 515 action repeat set to: 1
21.10.2015 07:58:39 515 Action: OSD.ShowText - 317
21.10.2015 07:58:39 515 [action] OSD.ShowText:317
21.10.2015 07:58:39 519 Action INFO: OK
21.10.2015 07:58:39 519 Action INFO:
21.10.2015 07:58:40 156 Focused: cmd
21.10.2015 07:58:43 153 Focused: explorer
And this is the command that schould be triggered
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.7-->
<command id="-1" name="Actions copied from LCB">
<action>
<cmdType>OSD.ShowText</cmdType>
<params>
<param>{1}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>
I also try your command with the same result, that the event is not rising
I'm confused about this behavor
ps. Is there any information missing I will provide this