I am having trouble with a macro that uses a
motion sensor to trigger it. If the motion
sensor is tripped while video is recording,
the program shuts down. How can fix this?
Thanks in advance.
K
Use a flag - turn the flag on before you
start recording. Turn the flag off when you
stop recording. Use a conditional test in
the macro - if the flag is off then it is
OK to record (run the macro), If the flag
is on then the macro won't run.