

Note: The LabVIEW DSC Module enhances shared variables by adding the ability to log data, alarms, and events directly to a database without ever writing a LabVIEW application. Deploy the shared variables by right-clicking on ModbusDemoLibrary and selecting Deploy All.You now have access to Modbus data natively in LabVIEW through the shared variables This publishes the shared variables, making them available on the network to other computers. From the Project Explorer, right-click My Computer and select New»VI.This creates a new virtual instrument or VI. By default, you see the Front Panel, which is the user interface of the VI.Ī VI is used to create a user interface and executable graphical code.

LabVIEW has many built-in UI components, such as graphs, charts, dials, and so on, which you can use to build a powerful, intuitive UI. Select View✼ontrols Palette or right-click anywhere on the Front Panel to bring up the Controls palette. Mouse over the various categories to explore the UI components in LabVIEW.
