Changes for page 08 OPC tool

Last modified by Mora Zhou on 2025/01/17 09:56

From version 8.1
edited by Hunter
on 2023/05/13 10:05
Change comment: There is no comment for this version
To version 14.1
edited by Hunter
on 2023/05/13 15:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,21 +4,30 @@
4 4  
5 5  WECON provides **OPC Data Access(OPC DA)** for communicating real-time data from data acquisition devices, which is V-Box.
6 6  
7 -V-Box pushes the data source to other OPC Clients through OPC tool, such as SCADA software, CFM software, ERP/MES systems, etc.
8 -
9 9  = **2 Premise** =
10 10  
11 -Due to OPC is based on Microsoft's COM (COmponent Model), and OPC's remote communication relies on Microsoft's DCOM (Distribute COM), and security is based on Microsoft's Windows security settings. About how to setup the DCOM
9 +Due to OPC is based on Microsoft's COM (COmponent Model), and OPC's remote communication relies on Microsoft's DCOM (Distribute COM), and security is based on Microsoft's Windows security settings. About how to setup the DCOM on Windows PC, please refer to the following two links:
12 12  
13 -= **2 Basic configuration** =
11 +1)[[ DCOM for Windows 7,10, & Server 2008R2 and Newer>>https://www.softwaretoolbox.com/dcom/html/dcom_for_windows_7-_10-_-_server_2008r2.html]]
14 14  
15 -The device uses the OPC configuration tool to push the data sources of the device to other OPC clients
13 +2) [[INSTALLING OPC CORE COMPONENTS ON WINDOWS 8>>https://www.aggsoft.com/opc-data-logger/tutorials/dcom-opc-config-windows-8-2012-1.htm]]
16 16  
17 -== **2.1 Login interface** ==
15 += **3 Basic configuration** =
18 18  
17 +V-Box pushes the data source to other OPC Clients through OPC tool, such as SCADA software, CFM software, ERP/MES systems, etc.
18 +
19 +== **3.1 Login interface** ==
20 +
21 +{{info}}
22 +**✎Note:** Because now all the tools are integrated into the V-NET Client, please login into the V-NET Client software to find OPC tool.
23 +{{/info}}
24 +
19 19  (% style="text-align:center" %)
20 -[[image:12-1.png||class="img-thumbnail"]]
26 +[[image:WheretofindOPC.png]]
21 21  
28 +(% style="text-align:center" %)
29 +[[image:OPCLogin.png]]
30 +
22 22  **Interface function:**
23 23  
24 24  1. Use the sqlite database to record the users who have successfully logged in. According to the login time, they are arranged in the user name drop-down box from large to small.
... ... @@ -25,7 +25,7 @@
25 25  1. Remember password: use DES secondary encryption, the secret key is CPUID and network card MAC address respectively.
26 26  1. Configure the server address, and the software restart is required for the configuration to take effect.
27 27  
28 -== **2.2 Server setting** ==
37 +== **3.2 Server setting** ==
29 29  
30 30  The default server address is the V-NET monitoring address. When deploying a private cloud, connect to the corresponding network address. After configuring the server address, the OPC Tool restart is required to take effect.
31 31  
... ... @@ -48,7 +48,7 @@
48 48  1. **Asean:http:~/~/api.asean.v-box.net**
49 49  1. **Europe:http:~/~/api.eu.v-box.net**
50 50  
51 -== **2.3 configuration successfully** ==
60 +== **3.3 Configured successfully** ==
52 52  
53 53  After the user logs in successfully, the OPC SERVER is started. As shown below.
54 54  
... ... @@ -58,20 +58,27 @@
58 58  (% class="wikigeneratedid" %)
59 59  **✎Note:** When using the OPC function, run the OPC Tool software.
60 60  
61 -= **3 Example** =
70 += **4 Example** =
62 62  
63 63  (% class="lead" %)
64 -**The precondition is to use the OPC Server and OPC Client on the same PC.**
73 +**The precondition is to use the OPC Server and OPC Client on the same PC.**
65 65  
66 -== **3.1 Run the OPC tool** ==
75 +== **4.1 Run the OPC tool** ==
67 67  
68 68  (% style="text-align:center" %)
69 69  [[image:12-3 2.png||class="img-thumbnail"]]
70 70  
71 -== **3.2 Create OPC device** ==
80 +== **4.2 Create OPC device** ==
72 72  
73 -Take the **OPC Quick Client.exe** tool for example. **[[Download>>doc:V-BOX.V-Net.Download.6\.Software.WebHome]] **here.
82 +The following example is taking **OPC Quick Client.exe** tool for demonstration. [[**Download** here>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Software/Kepware-OPCClient.zip]].
74 74  
84 +{{info}}
85 +✎Note: If having trouble of "Failed to connect server" or not able to find V-BOX.OPCSERVER.DLL in Server Properties, please go to the V-NET Client installation path to install the necessary OPC runtime environment.
86 +{{/info}}
87 +
88 +(% style="text-align:center" %)
89 +[[image:OPCruntimelocation.png]]
90 +
75 75  **(1)** Run** "OPC Quick Client.exe"**
76 76  
77 77  (% style="text-align:center" %)
... ... @@ -121,6 +121,6 @@
121 121  (% style="text-align:center" %)
122 122  [[image:12-13.png||class="img-thumbnail"]]
123 123  
124 -= **4 Note** =
125 -
126 -After the software is started, it would not dynamically adjust according to the increase, deletion, or configuration modification of the server monitoring point, and would only update the value of the monitoring point from time to time.
140 +{{info}}
141 +**✎Note:** After the OPC tool is booted up, the number of real-time monitoring tags would not dynamically increase or decrease if there are some changes on server configuration. Only those values of the existing monitoring points when the OPC starts will be updated in real time.
142 +{{/info}}
OPCLogin.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +7.4 KB
Content
OPCruntimelocation.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +62.9 KB
Content
WheretofindOPC.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +66.8 KB
Content