01-09-2021 12:43 PM
Hello my program is about de dash of a car. My problem is that when I accelerate and activate the blinkers at the same time the time of execution of the gauge increases and I dont find the error. To run the program you have to press run continuously. Thaanks!!
01-09-2021 02:05 PM
Almost no well-written LabVIEW program uses "Run Continuously".
Look at your code. See if you can figure out what you are telling it to do. See if this makes any sense to you (it makes little sense to me!).
Try taking all of the code having to do with Brakes, Gas, RPM, and Speed out, leaving only the Blinkers. Use a proper While Loop to control everything and stop using Run Continuously. See if it makes any sense to you. Once you have that working, decide if/how you want to incorporate the other controls.
Bob Schor
01-10-2021 01:21 AM
Please don't constantly start new threads for the same discussion. We already started here. Did you understand my suggestions?
Start with one toplevel while loop containing one shift register and a case structure.
Delete all your sequence structures and local variables. None are needed.