03-17-2022 11:03 AM
I need this VI to give me a true boolean after the Time has elapsed function but i don't understand why it keeps on giving a false one.
03-17-2022 11:17 AM
Because it's not inside a While Loop, so your code executes once and stops instead of running until the time expires and then stopping
I suggest you take some of the LabVIEW tutorials linked at the top of this forum
03-17-2022 11:49 AM - edited 03-17-2022 11:50 AM
Yes, the basic tutorials will help.
When you call your subVI, the following will happen
Instead telling us how you want to do things, ask what you want the subVI to do.
It seems you just want it to return a reading after 3 seconds, simulating a slow instrument response.
Also note: All terminals connected to the connector pane belong on the toplevel diagram, not inside case (and other) structures.
Maybe something as follows:
03-17-2022 12:29 PM
Sorry, I should have shown everything
But despite of it you gave me the solution I needed, thanks a lot