LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring items selected my user

Hi,
 
    I am working on a monitoring system where i have 100 or so items that the user can choose from. I want to user to be able to select which items they would like to see or which items they would like to change. How do I go about this? Can this be done using databases?
0 Kudos
Message 1 of 6
(3,160 Views)
I'm fairly certain we'll need more information to answer your question.
Richard






0 Kudos
Message 2 of 6
(3,155 Views)
Well I am still kind of brainstorming right now but I want to write a labview progam to communicate with an external device. I would like the user to choose what type of information they want such as date, name of device, etc from a list that I will give them. Once the user makes their choice, the program should continuously ask the device for the choices selected by the user and display it to the screen.
0 Kudos
Message 3 of 6
(3,147 Views)

Still not a lot to go on, but it sounds like a job for "Property Node Man". Robot surprised

But seriously, if you have dozens of inputs, but just want to display some of them, they can be hidden/displayed with Property Nodes. Or, depending on the data types, you can dynamically build arrays or clusters which contain the items the user chooses upon startup.

Richard






0 Kudos
Message 4 of 6
(3,144 Views)
Thanks Richard, I was just looking for a way to contain the items. I've read about databases and thought it might be a way to go, but I will look into arrays and clusters. Again thanks.
0 Kudos
Message 5 of 6
(3,138 Views)
Look at listboxes, too.

Lynn
0 Kudos
Message 6 of 6
(3,135 Views)