06-07-2022 03:45 AM
Could you please change the version to 19. As I'm currently on my work laptop Revert LabVIEW Files to a Previous Version - NI
06-07-2022 06:47 AM
06-07-2022 08:42 PM
Ah, you are trying to build a model that simulates some aspect of a Factory for Glass Production. I thought you were actually trying to design the software to actually Control and Monitor a real factory, which requires a lot more than building a (colorful) model.
Before going too far in writing code, take a pencil and paper and write what you want to do. LabVIEW builds "time" right into the language, so you can (as you've done) make your code run at a "human" speed (rather than "as fast as it can", which is not the way the Real World works!). Start small -- figure out how to fill and empty one Tank, then think how you might add a second Tank to the mix. Are they the same size? Do they fill and empty at the same rate? What needs to happen if one Tank fills up, or empties? How do you synchronize/organize multiple Tanks?
Bob Schor
06-07-2022 09:58 PM
I didn't post the question unless I have tried multiple of times. Because of this, I sent the file so anyone can give a help.
I hope you can see the VI file that I post.
06-08-2022 12:28 PM - edited 06-08-2022 12:28 PM
@eaglebadr7 wrote:
I hope you can see the VI file that I post.
So who made that template of the front panel? Did you get that from the teacher?
You simply need to do things in the right order.
(... and please don't maximize your front panel and diagram to the screen!! That's just annoying!)