![Beckhoff TF6120 Скачать руководство пользователя страница 47](http://html.mh-extra.com/html/beckhoff/tf6120/tf6120_manual_2719284047.webp)
Configuration
TF6120
47
Version: 1.1
4.1.6
Item Properties
4.1.6.1
Configuration of Item Properties
OPC-spezification allows to add additional information to single OPC-items (opc-item means : a TwinCAT
variable). These optional functionality is named
"OPC-Item-Properties"
in the OPC-spec and allows an opc-
client to browse and read these additional properties.
The configuration of these properties occurs in the PLC program by adding comments behind a symbol.
These comments will be interepreted by the OPC-Server.
Sample:
lTemperatur : DWORD;
(* ~
(OPC : 1 : Make variable visible for
OPC-Server)
(OPC_PROP[0005] : 3 :
OPC_PROP_RIGHTS, here Read AND Write Access)
(OPC_PROP[0100] : Grad F :
OPC_PROP_UNIT)
(OPC_PROP[0101] : Demovariable :
OPC_PROP_DESC)
(OPC_PROP[0205] : We are the champions :
OPC_PROP_SND)
(OPC_PROP[0206] : ..\..\info.html :
OPC_PROP_HTML)
(OPC_PROP[0207] : ..\..\service.avi :
OPC_PROP_AVI)
*)
Each time compiling the PLC-project the PLC-Control will create the file <PLC-projectname>.tpy. This XML
based file contains information about PLC-variables and their link to the OPC-server.
The OPC server will analyze this information of the TPY file., so configure the OPC-Server to know the file
<PLC-projectname>.tpy.
The following table shows a list of all Item Properties:
Содержание TF6120
Страница 1: ...Manual EN TF6120 TwinCAT 3 OPC DA 2022 02 28 Version 1 1 ...
Страница 2: ......
Страница 4: ...Table of contents TF6120 4 Version 1 1 ...
Страница 74: ...Appendix TF6120 74 Version 1 1 ...
Страница 75: ......