loading
 
Serial command to start or stop write AVI
Andrew from Australia  [1 posts]
12 year
Hello all, I'm trying to start or stop recording an AVI using a serial command. I have an AVI write and a serial module in my process flow, how do I set it up so that the serial module can receive a command variable which will either start or stop the recording of the AVI?

I appreciate your help!
Anonymous 12 year
Andrew,

First step is to get a signal from a device via the serial module and set a variable that indicates "record" when the AVI module should start recording and "stop" or "pause" when it should not. Once you get a variable that has those values you plug that into the Command Variable selection in the Write AVI dialog.

The trick is how to configure the serial module to read this from another device. Assuming that it can send a string terminated with a newline you can use

[command]<cr>

in the receive sequence in the serial module which will take anything that is sent from the connected device and put it into the variable "command". That variable would then be selected/typed into the Command Variable part in the Write AVI GUI.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index