11-03-2011 04:28 AM
Hi, I have a VI that controls a series of 3-way valves which switch at particular time point input by the controller.
I have created a panel of leds on the front panel which show which valves are on or off at that point in time (attached .pdf).
I was wondering whether there was a way to draw in the connecting pipes which would light up like the leds showing the flowpath at that point in time, similar to the illustration in the attached .pdf.
Solved! Go to Solution.
11-03-2011 08:33 AM
You can customize booleans or color boxes or picture controls to achieve this, if you have the DSC toolkit there are pipes controls that do this as well.
Simplist is to make long skinny booleans with 2 different colors one for flow and one for no flow.
There are many other ways to achieve this but it depends on how much time you want to spend on the GUI.
11-03-2011 08:53 AM
11-03-2011 10:01 AM
11-03-2011 10:03 AM
Anything is possible, here are some custome controls I made, allows for color mixing, moves the arrows at a code specified rate to simulate the relative flow rates and chemical mixing in pipes.
11-03-2011 11:56 AM
Boolean pipes are built-in, but not on the palette.
Right-click to add or remove segments.
11-03-2011 12:13 PM
11-03-2011 01:47 PM - edited 11-03-2011 01:48 PM
@ben64 wrote:
Don't you need to have the LabVIEW Datalogging and Supervisory Control Module installed to use Multi-Segment pipes?
Ben64
The pipes come with the DSC module, but the pipes are just controls, they'll work without the DSC module. However, getting (and using) the "pipes" without the DSC module might be a licensing issue. I don't know. NI?
Note that you can also use Decorations to achieve animation and color changes. It's much more code, but can be made to look nice, and once it's done, it's done. I can provide a simple example, but not at the moment. Anyone else?
11-03-2011 02:53 PM
Hi All,
Thank you all for of your input.
I have managed to create a working flowsheet using different colour coded boolean pipes.
Thanks again!
11-03-2011 04:49 PM
"Boolean pipes are built-in, but not on the palette.
Right-click to add or remove segments."
Nice Tip! I wonder what else is built in like that....