9300 Servo PLC
Connection
3-17
9300ServoPLC EN 1.4
Function
For data communication with the drive controller, 2
⋅ 8 bytes are available.
Byte Notes Address
1, 2
You can freely link bytes 1-2 and 3-4 with variables of the corresponding data type, as a 16-bit data word
%QB32.0 und %QB32.1
3, 4
a
a
pe
n
ege
.
It is possible, using different variables, to write simultaneously to bytes 1-2 or bytes 3-4. Avoid this
situation, since the data in bytes 1-2 or bytes 3-4 are then not unambiguous.
%QB32.2 und %QB32.3
5, 6
It is possible, using different variables, to write simultaneously to bytes 5-6 or bytes 7-8. Avoid this
%QB32.4 und %QB32.5
7, 8
situation, since the data in bytes 5-6 or bytes 7-8 are then not unambiguous.
%QB32.6 und %QB32.7
Byte The variables ... write data simultaneously to ...
CAN2_nOutW1_a
Byte 1 and 2
CAN2_bFDO0_b ... CAN2_bFDO15_b
CAN2_dnOutD1_p
1-4
CAN2_nOutW2_a
Bytes 3 and 4
CAN2_bFDO16_b ... CAN2_bFDO31_b
CAN2_dnOutD1_p
Example: If you write to bytes 3-4, using the variables
CAN2_nOutW2_a
and
CAN2_dnOutD1_p
then bytes 3-4 will be rewritten every time a
variable is processed. The data in bytes 3-4 are thus not unambiguous.