11-26-2006 08:08 AM
11-26-2006
09:30 AM
- last edited on
04-10-2024
10:23 AM
by
Content Cleaner
NI sells the LabVIEW Embedded version. You can target any 32-bit processor apparently. I haven't tried it as it is not cheap.
11-27-2006 06:41 AM
11-27-2006 09:06 AM
11-27-2006
07:52 PM
- last edited on
04-10-2024
10:23 AM
by
Content Cleaner
Dan,
I would definitely endorse Dennis' suggestion to contact your local NI sales representative. That being said, you can easily program for your PLCs in LabVIEW as long as you have an OPC server through which to communicate to those devices. Essentially you will read and write to the PLC memory through communication with tags in an OPC server. With the LabVIEW development environment this can be done using the DataSocket VIs to communicate with the OPC address.
The LabVIEW Datalogging and Supervisory Control (DSC) module makes this process significantly easier. This is easier in that it allows a user to bind shared variables to OPC tags. The DSC module also provides other tools that can simplify this binding process such that shared variables become the I/O points for your PLC.
In regard to NI Programmable Automation Controllers, we offer quite a variety depending on your application. These PACs can offer a real-time operating system on an embedded controller. You can select one of many systems depending on your required speeds and I/O counts. The various I/O modules that come as part of each control system can then read and write data to transducers to control real-world applications. LabVIEW programming on the embedded controller and on a host PC can analyze the data and implement your control algorithm. Programming of a PAC that contains a real-time operating system does require that you use the LabVIEW Real-Time module.
I hope this information was useful for you. Please post back if I can provide any additional assistance. Thanks,
Mike D.
National Instruments
Applications Engineer
Message Edited by Duffman Says: on 11-27-2006 07:54 PM