configuration manual for scada - opc server - opctechs · pdf file ·...

14
Configuration Manual For SCADA LabVIEW 8.2

Upload: buithuan

Post on 08-Mar-2018

231 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual For SCADALabVIEW 8.2

Page 2: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA Table of Contents

2

Table of Contents

Chapter 1 LabVIEW 8.2 ................................................................................................... 3 1-1 OPC Server ............................................................................................................ 4 1-2 Connect OPC Client to OPC Server through LabView 8.2 ..................................... 5 

Page 3: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Chapter 1

LabVIEW 8.2

Page 4: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

4

1-1 OPC Server Please create tags according to the Configuration Manual.

Later, click [ File ] [ Make Active ] to activate new created configuration file.

Page 5: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

LabVIEW 8.2 Configuration Manual for SCADA

5

1-2 Connect OPC Client to OPC Server through LabVIEW 8.2 To confirm if DSC Module has already been installed, please click [ Start ] [ Programs ]

[ National Instruments ] [ Measurement & Automation ]

Note: DSC Module (Datalogging and Supervisory Control) should be installed first, so that OPC Client could work normally.

Page 6: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

6

[ Start ] [ National Instruments LabVIEW 8.2 ] to start LabVIEW 8.2

Page 7: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

LabVIEW 8.2 Configuration Manual for SCADA

7

Please select [ Empty Project ].

On the tree view, please click [ My Computer ] and then press the right key select [ New ] [ I/O Server ]

Page 8: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

8

Select the OPC you need and then click [ Continue ].

Please select “Modbus30DA.3”; then click [ Ok ].

Page 9: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

LabVIEW 8.2 Configuration Manual for SCADA

9

Item “OPC1” means the OPC Server you have just selected.

Click [ Untitled Library 1 ] ; then press the right key to select [ New ] [ Variable ].

Page 10: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

10

Edit the Tags’ name and data type. Then, click [ Browse…] to display all the OPC Server.

Please select “ OPC1 “ to show up the data items.

Page 11: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

LabVIEW 8.2 Configuration Manual for SCADA

11

Set up all the parameters; then click [ OK ].

Later on, the tag, “AI_01”, you have just edited will be created.

Page 12: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

12

Click [ Untitled Library 1]; press the right key selecting [ New ] [ VI ]

Drag the “AI_01” from Pronect Explorer to Block Diagram, and then move “Number Indicator” from Controls to Front Panel

Page 13: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

LabVIEW 8.2 Configuration Manual for SCADA

13

Create link with tag “AI_01” and Numeric.

Complete setting process.

Page 14: Configuration Manual For SCADA - OPC Server - OPCTechs · PDF file · 2014-02-17Chapter 1 LabVIEW 8.2 ... Configuration Manual for SCADA LabVIEW 8.2 4 1-1 OPC ... Microsoft Word -

Configuration Manual for SCADA LabVIEW 8.2

14

Run the project to confirm the program works normally.