Hey people of the world,
Im currently working on a program that tests dc motor for torque characteristics. The way it works is you set your voltage and current to actuate the motor, when that happens a torque and speed is measured. This data is then logged when the log button is pressed and continously updates the indicators, when the hold data button is pressed the last data loaded to the queue is held and then will eventually be exported out later. My issue is I would like for it to log data and then when the hold data button is pressed or "true" the data is held and stays held until hold data becomes "false". Once it becomes false i would like for it to go back to continuously log data and update the display. I believe i have the right idea in how its setup in my data manipulation subVI but it doesnt seem to work. any suggestions or feedback would be appreicated. thank you!