Greetings,
I am creating a .vi that simulates 2 processes running side by side (Proc #1 & Proc #2) up to a variable limit. The processes each increase via a random number generator per some multiple. The multiple for each starts at 10.
After the .vi execution is complete, the process that reaches the limit first, will decrement the multiple by 1 through the .vi to prepare to run again or have the choice of stopping the .vi. through the two button user input.
The process will be started again by selecting a "go" button from the front panel. After the limit is reached the process can be stopped or decremented again...and so on. (The 'go' button is not shown on the front panel).
I am stumped on how to decrement the variable... Attached is what I have so far. Any help is greatly appreciated