12 visualisation with »visiwinnet – Lenze c300 User Manual
Page 117

12
Visualisation with »VisiWinNET®«
12.6
OPC tunnel for local visualisation (integrated control system)
117
Lenze · Controller | Parameter setting & programming · Reference Manual · DMS 1.5 EN · 04/2014 · TD17
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
CAN Remote OPC tunnel
1.In the ItemID, put the prefix,
2.Specify the variable as follows: CAN.can<Number of the CAN
interface>.dev<Device CAN address>.pari<0x5FFF "minus"
Code>d<Data type>.
• Example (CAN interface 2, CAN address 18, code 1, subcode 2, data type
unsigned INT):
RemoteIPC.CAN.can2.dev18.pari24576s2d17
EtherCAT OPC tunnel
1.Put the prefix, ECAT, in front of the variable.
2.Specify the variable as follows:
ECAT.ecat1.dev<
Device address>.pari<0x5FFF "minus"
Code>d
• Example (EtherCAT address 1001, code 1, subcode 2, data type unsigned
INT):RemoteIPC.ECAT.ecat1.dev1001.pari24576s2d17
EtherCAT Remote OPC tunnel
1.In the ItemID, put the prefix,
2.Specify the variable as follows:
.ecat1.dev<
Device address>.pari<0x5FFF "minus" Code>d<Data
type>.
• Example (EtherCAT address 1001, code 1, subcode 2, data type unsigned
INT):RemoteIPC.ECAT.ecat1.dev1001.pari24576s2d17
SoftPLC OPC tunnel
1.Put the prefix,
Note: The prefix, PLC1, must be identical to the specification in the
OPCServer.ini file!
• The OPCServer.ini file is on the memory card of the Controller (directory:
\USBStorage
).
2.Specify the variable as follows:
<Application>.
.
• Example: PLC.PLC1.Application.PLC_Prg.My_Variable
SoftPLC Remote OPC tunnel
1.In the ItemID, put the prefix,
2.Specify the variable as follows:
<Application>.<POU>.<Symbol name>.
• Example:
RemoteIPC.PLC.PLC1.Application.GVL.byGlobalByte
Access to ...
Syntax of the ItemID