11-15-2023 12:15 PM
Looking to create custom models for veristand linux using labview but wanted to know what labview functions don't work. For example I know veristand will have issues with while loops and sequencers as well as radio buttons.
11-15-2023 12:26 PM
Think of your model for VeriStand as being in a while loop (VeriStand calling it every time cycle). That has helped me. You will need to pass values from on cycle to the next using a local var for a lot of situations.
11-15-2023 12:39 PM
Do Local variables work better than reference nodes?