2014-
02
44
Commands
7.8.9
PCCC
PLC5 and SLC500 PLCs use PCCC messaging. The IDENTControl Compact supports PCCC.
The data telegrams receive the output and input data from the selected assembly object.
Observe the sequence of the bytes (see example).
Supported PCCC commands:
■
Write PLC5 type point-to-point
■
Read PLC5 type point-to-point
The data is written as an integer data set starting with N14:0. The data is read as an integer
data set starting with N7:0. The assembly instance determines the length of the data.
Example: Assembly instance 104, single read command
Configure output instance 104d in the
Network
window on the IDENTControl Compact
website.
Write PLC5 type:
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
N14:0
<WordNum>
<T>
<Command>
N14:1
<WordAddr> (low byte)
<WordAddr> (high byte)
N14:2
Write data DW 1 (if not used, please set to 0)
N14:3
Write data DW 1 (if not used, please set to 0)
N14:4
<WordNum>
<T>
<Command>
N14:5
<WordAddr> (low byte)
<WordAddr> (high byte)
N14:6
Write data DW 1 (if not used, please set to 0)
N14:7
Write data DW 1 (if not used, please set to 0)
N14:8
<WordNum>
<T>
<Command>
N14:9
<WordAddr> (low byte)
<WordAddr> (high byte)
N14:10
Write data DW 1 (if not used, please set to 0)
N14:11
Write data DW 1 (if not used, please set to 0)
N14:12
<WordNum>
<T>
<Command>
N14:13
<WordAddr> (low byte)
<WordAddr> (high byte)
N14:14
Write data DW 1 (if not used, please set to 0)
N14:15
Write data DW 1 (if not used, please set to 0)