creating a project node and a scada node with external tags

17
WebAccess Training Material External Tags Creating a Project Node and a SCADA Node with External Tags Version 7.0 rev 0a Advantech Corp., Ltd. page 1

Upload: m-andy-rahmatullah

Post on 05-Dec-2014

59 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

Creating a Project Node and a SCADA Node with External

Tags

Version 7.0 rev 0a Advantech Corp., Ltd. page 1

Page 2: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

1. After finishing WebAccess installation and rebooting the computer, there will be an small

computer icon in the right bottom side of the screen

2. Move mouse cursor over the WebAccess icon and clicking right button of mouse. Select “Project

Home”

3. Clicking “Project Management”

4. User name is “Admin” and there is no password in default setup.

5. Directly click “Login” button.

6. Enter Project Name (ex. Training) and IP Address(127.0.0.1)

Recommend to use IP Address instead of Computer Name.

Click “Submit for New Project” after entering Project Name and IP Address

Version 7.0 rev 0a Advantech Corp., Ltd. page 2

Page 3: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

7. After clicking “Submit for New Project” button, a confirmation dialog box will pop out.

Click “Yes” to create the project

8. The Project Node is created.

Click “Training” to create a SCADA Node

Version 7.0 rev 0a Advantech Corp., Ltd. page 3

Page 4: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

9. Click “Add SCADA Node”

10. Node Type: Professional Version (depend on your computer)

Node Name (ex. 20091215) and IP Address (ex. 127.0.0.1)

Version 7.0 rev 0a Advantech Corp., Ltd. page 4

Page 5: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

11. Click “Yes” on both tooltips

12. Click “Submit”

13. SCADA Node is created; click “Add Comport”

14. Select “TCPIP” in Interface Name, then click “Submit”

Version 7.0 rev 0a Advantech Corp., Ltd. page 5

Page 6: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

15. Click “Port1”, then click “Add Device”

16. Device Type: Modicon

Device Name: modbusTCP (any name user wants to enter)

Unit Number: 1

IP Address: 127.0.0.1

Port Number: 502 (based on ModSim32 setup)

Device Address: 1

After entering the above info, click “Submit” button

Version 7.0 rev 0a Advantech Corp., Ltd. page 6

Page 7: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

17. modbusTCP device will be created, then click “Add Tag”

We have to create one DI tag to get Modbus DI value.

18. The following three fields must be filled.

Parameter: DI; Tag Name: DI0; Address 10001

User may click “submit” button after entering all necessary information.

19. The created tag will show on the right hand side.

Version 7.0 rev 0a Advantech Corp., Ltd. page 7

Page 8: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

After SCADA Node and tag are created, we have to download them to the SCADA Node

computer. In this practice, Project Node and SCADA node are in the same computer (IP

Address: 127.0.0.1)

20. After SCADA Node and tag are created, we have to download them to the SCADA Node

computer. In this practice, Project Node and SCADA node are in the same computer (IP Address:

127.0.0.1)

Click SCADA Node (20091215) and click “Download”

In the Download dialog box, click “Submit” button

21. Once the Download process is done, the Done dialog box will pop out. Simply click “Close

Window” button to finish the process.

Version 7.0 rev 0a Advantech Corp., Ltd. page 8

Page 9: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

22. Now we start to create Graphic User Interface (GUI)

Move mouse cursor to the computer icon, then click the right button of the mouse.

DrawDAQ -> Training_20091215

23. Click “ABC” button to create a text

Type any three characters (ex. xxx) on the blue screen, and then click “Enter”. The characters

(xxx) will be highlighted.

Version 7.0 rev 0a Advantech Corp., Ltd. page 9

Page 10: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

24. Click “Dynamic” -> “Animation” -> “Animation Configuration” dialog box will appear. In tag

box, select “DI0” and select “C-text”

25. Now, let’s use “Pie” function to draw a circle.

Version 7.0 rev 0a Advantech Corp., Ltd. page 10

Page 11: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

26. Click “Dynamic” -> “Animation” -> “Animation Configuration” dialog box will appear. In tag

box, select “DI0” and select “Color”

Because DI0 is DI tag, in “Digital Status”, we can modify IO ON and OFF colors. Last, click OK

to save to setup.

27. Click “save BGR” button to save the file.

Version 7.0 rev 0a Advantech Corp., Ltd. page 11

Page 12: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

28. Download the DAQ to SCADA Node

Download Graph -> Training_20091215

29. After download is completed, let’s start the Kernel

Start Kernel -> Training_20091215

Version 7.0 rev 0a Advantech Corp., Ltd. page 12

Page 13: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

30. After the Kernel starts, the computer icon color will turn to green.

Move the mouse cursor over the computer icon, it will show current running Project Node and

SCADA Node names.

31. Select “ViewDAQ” to view the result.

32. Because this example is using WebAccess to read Modbus DI value, user has to run ModSim32

in order to simulate Modbus DI value.

ModSim32 trial version can be downloaded from the following website:

http://www.win-tech.com

Version 7.0 rev 0a Advantech Corp., Ltd. page 13

Page 14: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

33. File -> New

Connection -> Connect -> Modbux/TCP Svr

Version 7.0 rev 0a Advantech Corp., Ltd. page 14

Page 15: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

34. Then, a dialog box pop out. Set Modbus/TCP Service Port number to 502

35. Because we simulate DI value, so we use do the following setup.

MODBUS Point Type: 02:INPUT STATUS

Address: 0001

Length: 10

36. Double click on and a <0> “Write Coil” dialog box will pop out.

37. Click “Auto Simulation” button and “Coil Simulation” dialog box will pop out.

Click “Enabled” and click “OK” button.

Version 7.0 rev 0a Advantech Corp., Ltd. page 15

Page 16: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

38. Let’s back to WebAccess (continue from slider P.27)

Move mouse curser to the computer icon, then click the right button of mouse. Next step, click

“ViewDAQ”

User will enter “Advantech WebAccess” welcome page, mouse clicks on the screen and he will

enter main page (main.bgr).

39. In ModScan32, when Modbus address (10001) value is 1, WebAccess will display “ON” text

with red circle.

Version 7.0 rev 0a Advantech Corp., Ltd. page 16

Page 17: Creating a Project Node and a SCADA Node With External Tags

WebAccess Training Material External Tags

40. In ModScan32, when Modbus address (10001) value is 0, WebAccess will display “OFF” text

with green circle.

Version 7.0 rev 0a Advantech Corp., Ltd. page 17