2019-02-17, 12:52 AM
I am trying to have an LED flash when a program is recording.
I am using LEDSdriver with the LED connected to the COM port.
To do this I need to have ParallelProcessing trigger a userdefined event change.
The commandline for this is LEDSdriver.exe userevent0=1
I am unable to get this to work in what I believe should be a straight forward batch file.
I believe this should work, however it is not:
In theory once I have this sorted, I can then process the reverse in PostProcessing to LEDSdriver.exe userevent0=0
Any help/advice would be greatly received
I am using LEDSdriver with the LED connected to the COM port.
To do this I need to have ParallelProcessing trigger a userdefined event change.
The commandline for this is LEDSdriver.exe userevent0=1
I am unable to get this to work in what I believe should be a straight forward batch file.
I believe this should work, however it is not:
Code:
cd /d c:\PROGRA~2\LEDSdriver\LEDSdriver.exe userevent0=1
In theory once I have this sorted, I can then process the reverse in PostProcessing to LEDSdriver.exe userevent0=0
Any help/advice would be greatly received