01-04-2021 08:37 AM
Hello all, first post here "nice" to meet you;
So, I have been working on learning more about labview over the past couple weeks and I thought that I might be able to use it to build a touchscreen interface(gui) for a project I am working on. First an foremost, the main function is to run a while loop type function to cycle a low voltage solenoid(~3V) used for air pressure delivery to a pump with the on/off times adjusted by user. The only other sensor/device would be a pressure transducer to provide a value for a digital screen readout of the psi. I have a few other animations I want to add, but those are of no concern until I have the main systems working and should simply be a swapping out of images as far as I have read.
So, main goals:
So really only two output signals to a solenoid and one input from the transducer, along with tft functions that will be addressed later.
The GUI well allow user to interact with the on and off value, pause, play and reset buttons. If I can figure out how to get the pop upmenu to work, would like to give my self the ability to be able to tap the number display to have a popup display with 0-9 show up for quick set up instead of having to hold down the up or down arrows.
Now my question(s):
Ill upload my files and images I have made when I get back to my desktop at home to update this; really just the GUI part of things in LV. I'm currently watching vids and reading on timers, so my update might show a lot more progress than currently mentioned.
Thanks for any help, I hope to learn a lot from all of you. If you need anything specific before I update, Ill try and address it before I post again.
Skol
01-07-2021 05:30 PM - edited 01-07-2021 06:15 PM
So I have been tooling around with it and so far this is what I have come up with:
So, what I have been able to get to work so far has been the time input and timer count; would like to get it to count down from the entered amount which should easy to do.
Now what I haven't been able to get to work is the tank symbol or even an LED indicator to work properly. The led is on there just to try things out, ideally, the "tank" is what I'm aiming for. In my original code, I was able to get the led to flash on and off.
I.e.
The tank on the other hand I was able to get to add up according to the first counter, but when I go to try and pull a signal off the second time I get an error "to many tunnels."
So, the issues I'm having now:
Hopefully, someone will share some input.
Thanks,
Geno