06-10-2009 04:02 PM
06-10-2009 04:16 PM
???
LaVIEW really doesn't have any relay switches which are hardware, not software. I know there is an Express VI called relay, but that is kind of a dumb VI. It basically just uses a lot of code to wrap up some pretty simple operations.
Anything you want to do with "switches" in software can be done with booleans and case structures.
06-10-2009 04:21 PM
What is the control system you are trying to model?
Here is a link to some the eval version of some products (Control Design and Simulation, System Identification, PID control and more)
https://lumen.ni.com/nicif/us/evaltlktcds/content.xhtml
Also, you can build your own control based on xcontrols. Use the SPST to create your won SPDT and DPDT and post it online!
http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_labview_xcontrols/
Cheers!
Javi
06-10-2009 04:37 PM
06-10-2009 04:51 PM
It could be something as simple as the options below:
Start by learning LabVIEW and programming basics. One place to start is here.
06-11-2009 09:37 AM