Description of Master Configuration Screen for CPUs 20102/ 20302
(Original Document)
At a Glance
The configuration screen allows configuration of the bus parameters as well as the inputs and outputs.
Inputs
The figure below illustrates the inputs configuration area:
To configure the inputs of the bus slaves, it is necessary to indicate the memory areas to which they will be periodically recopied. To define this zone, you must indicate:
Outputs
The figure below illustrates the outputs configuration area:
NOTE: The checkbox Bus Stop when PLC stop in the fallback area configuration is only available in CANopen expert mode.
The fallback information area contains two radio buttons as well, which defines the behaviour of the device when the CPU is in STOP or in HALT:
To configure the outputs, it is necessary to indicate, as for the inputs, the word and bits tables that will contain the values of the bus slave outputs:
NOTE: The word tables and bit tables are found in the PLC internal memory. Any crossover between two areas of each table is prohibited. The bits area for the inputs cannot overlap the bits area for the outputs. The words area for the inputs cannot overlap the words area for the outputs.
WARNING
UNEXPECTED EQUIPMENT OPERATION
Verify, in case of a CANopen bus interruption, the fallback positions of all devices on the bus are as expected. Consult the relevant equipment's documentation for additional information.
Failure to follow these instructions can result in death, serious injury, or equipment damage.
Bus Parameters
The figure below illustrates the bus parameters configuration area:
To configure the bus, it is necessary to indicate:
Language Objects
The parameters presented below are represented in the %KW language objects:
Read
Parameter
Language object
Inputs
Number of words %MW
%KW8
Index of the first word
%KW10
Number of bits %M
%KW4
Index of the first bit
%KW6
Outputs
Fallback mode
%KW0
Least Significant Byte : 16#00,
Bit 2 to 7= 0, and :
  • Bit 0= 0 and Bit 1= 0: reset of outputs if task in STOP or HALT
  • Bit 0= 1 and Bit 1= 0: maintain of outputs if task in STOP or HALT
  • Bit 0= 0 and Bit 1= 1: bus in STOP if task in STOP or HALT
Number of words %MW
%KW9
Index of the first word
%KW11
Number of bits %M
%KW5
Index of the first bit
%KW7
Bus parameters
Transmission speed
%KW1
SYNC message COB-ID
%KW2
SYNC message period
%KW3