01-07-2021 11:01 AM
Hi,
I have a Labview Vi attached below. I want to change the exposure time without having to stop the program. The Exposure time right now is outside the While Loop. I am hoping to get some help on how to fix this.
Solved! Go to Solution.
01-07-2021 11:23 AM
Place it inside the loop and create a proper state machine that reinits the device whenever the exposure time changes. A case structure would be useful. Also shift registers.
Look at shipping examples and design templates.
01-07-2021 05:01 PM
Can you provide some examples for this : create a proper state machine that reinits the device
01-08-2021 03:42 AM
Help -> Find example -> State machine fundamentals
01-08-2021 06:03 PM
Thank you guys..I was able to make it work using state machine fundamentals