Using the CANopen Communication Network
Overview
This chapter describes how to use the LTMR controller via the network port using the CANopen protocol.
![]() |
---|
LOSS OF CONTROL
Failure to follow these instructions can result in death, serious injury, or equipment
damage.
|
(1) For additional information, refer to NEMA ICS 1.1 (latest edition), "Safety Guidelines for the Application, Installation, and Maintenance of Solid State Control".
![]() |
---|
UNEXPECTED RESTART OF THE MOTOR
Check that the PLC application software:
When switching to the Network control channels,
depending on the communication protocol configuration, the LTMR controller can take into account the latest
known state of the motor control commands issued from the PLC and
restart automatically the motor.
Failure to follow these instructions can result in death, serious injury, or equipment
damage.
|
CANopen Protocol Principle
Introduction to CANopen Network
CANopen is a networking system based on the serial bus Controller Area Network (CAN). The CANopen Communication profile (CiA DS-301) supports both direct access to device parameters and time-critical process data communication.
The CANopen device profile for LTMR controllers is a manufacturer-specific profile. It defines standards for basic device functionality while providing ample scope for additional vendor-specific device features.
CANopen uses the full power of CAN by allowing direct peer-to-peer data exchange between nodes in an organized and, if necessary, deterministic manner.
CANopen Protocol
The CANopen protocol is based on the CAN 2.B passive specification (identifier coded on 11 bits).
The LTMR CANopen controller interface conforms to the CANopen specifications (DS301 V4.02).
The controllers are described in EDS (electronic data sheet) files that must be embedded into the configuration tools.
CANopen Message Frame
Below is the description of a standard CANopen message frame:
SOF |
COB-ID |
RTR |
CTRL |
Data Segment |
CRC |
ACK |
EOF |
---|---|---|---|---|---|---|---|
1 bit |
11 bits |
1 bit |
5 bits |
0-8 bytes |
16 bits |
2 bits |
7 bits |
SOF |
Start of frame |
COB-ID |
CAN message identification field, composed of a Function code (4 bits) and a Module ID (7 bits). The Function code determines the object priority. This allows communication between a Network manager and 127 stations. The Function code is determined with an Object Dictionary in the Device Profile. Broadcasting is indicated by a Module ID of zero. |
RTR |
Remote transmission request |
CTRL |
Control field (i.e. data length) |
CRC |
Cyclic redundancy check |
ACK |
Acknowledge |
OEF |
End of frame |
CANopen Services
CANopen communication objects transmitted via the CAN network are described by services:
-
NETWORK MANAGEMENT
Starting the bus, parameters setting, monitoring.
-
HIGH SPEED TRANSMISSION OF PROCESS DATA
PDOs (Process Data Objects) for real time control command.
-
LOW SPEED TRANSMISSION OF SERVICE DATA.
SDOs (Service Data Objects) for configuration, setting and diagnostics.
Network Management (NMT)
The CANopen network management is node-oriented and follows a client/server structure. It requires one device in the network, which fulfils the function of the NMT client. The other nodes are NMT servers.
(1) |
At power-up, the device enters the initialization state. |
(2) |
Once initialization is finished, the Pre-Operational state is automatically entered (it is possible to send parameters). Note: In the Pre-Operational state, you can write some parameters selected by configuration. |
(3) (6) |
Start_Remote_Node |
(4) (7) |
Enter_Pre-Operational_State and apply fallback. |
(5) (8) |
Stop_Remote_Node |
(9) (10) (11) |
Reset_Node |
(12) (13) (14) |
Reset_Communication |
Process Data Objects (PDOs)
The real time data transfer is performed by means of Process Data Object (PDO) telegrams. Process Data is time-critical data used to monitor and control the device.
The CANopen controller communication module features:
PDOs |
Description |
Status |
---|---|---|
Transmit PDO1 |
To monitor (data transmitted by the server) |
Pre-configured and activated |
Received PDO1 |
To control (data transmitted by the client) |
|
Transmit PDO2 |
To exchange data (defined at configuration) |
To be configured and activated |
Received PDO2 |
||
Transmit PDO3 |
||
Received PDO3 |
||
Transmit PDO4 |
To access (read or write) to any register by programming |
Pre-configured and activated |
Received PDO4 |
The RPDO (Received PDO) and TPDO (Transmit PDO) objects can be configured to include 8 bytes of data (for example, organized as four 16-bit registers or one 64-bit object).
The RPDO objects have write access.
Depending on the application, set the PDO communication mode to asynchronous, cyclic, or acyclic synchronous.
In synchronous mode, the PDO transmission is related to the SYNC object, which is cyclically emitted by the CANopen client. It does not include any data. Its factory setting is 0x080.
Transmission mode is:
Transmission Type |
PDO Transmission |
|||
---|---|---|---|---|
Cyclic |
Acyclic |
Synchronous |
Asynchronous |
|
0 PDO sent synchronously with the SYNC object, triggered by a change of data value |
√ |
√ |
||
1-240 PDO sent by the communication module once every 1 to 240 receptions of the SYNC object |
√ |
√ |
||
255 Factory setting of communication mode |
√ |
√ |
For more information on PDOs, refer to Using PDOs.
Service Data Objects (SDOs)
Service Data Objects (SDOs) are used to configure the device and to define the type and format of information communicated via the PDOs.
SDOs let you access any object of the device Object Dictionary.
CANopen clients perform acyclic messaging through SDOs. They are also used for asynchronous, aperiodic requests. For example, an SDO can be used to read a control unit identification.
The CANopen communication module manages one SDO server, which receives two COB-IDs:
-
One for requests (telegrams issued by the client to the CANopen LTMR)
-
One for responses (telegrams sent back to the client by the CANopen LTMR)
For more information on SDOs, refer to Using SDOs.
Configuration of the LTMR CANopen Network Port
Communication Parameters
Use the TeSys T DTM or the HMI to configure the CANopen communication parameters:
-
Network port address setting
-
Network port baud rate setting
-
Configuration channel setting
Setting the Node-ID
The Node-ID is the address of the module on the CANopen bus. With CANopen class S20, you can assign an address from 1 to 127.
You must set the Node-ID before any communication can begin. Use the TeSys T DTM or the HMI to configure the communication parameter Network Port Address Setting.
Setting the Baud Rate
Set the baud rate to one of the following speeds:
-
10 kBaud
-
20 kBaud
-
50 kBaud
-
250 kBaud
-
500 kBaud
-
800 kBaud
-
1000 kBaud
To set the baud rate, use the TeSys T DTM or the HMI to configure the communication parameter Network Port Baud Rate Setting.
The parameter has the following possible settings:
Network Port Baud Rate Setting |
Baud Rate |
---|---|
0 |
10 kBaud |
1 |
20 kBaud |
2 |
50 kBaud |
3 |
125 kBaud |
4 |
250 kBaud |
5 |
500 kBaud |
6 |
800 kBaud |
7 |
1000 kBaud |
8 |
Autobaud |
9 |
Factory setting (250 kBaud) |
The factory setting for the Network Port Baud Rate Setting parameter is 250 kBaud. Using Autobaud, the LTMR Controller adapts its baud rate to that of the client.
Setting the Configuration Channel
The LTMR configuration can be managed:
-
Locally through the HMI port using the TeSys T DTM or the HMI
-
Remotely through the network.
To manage the configuration locally, the Config via Network Port Enable parameter must be disabled to prevent an overwrite of the configuration through the network.
To manage the configuration remotely, the Config via Network Port Enable parameter must be enabled (factory setting).
Importing the EDS File into the CANopen Configuration Software
EDS File
The different LTMR controller variants are described in EDS (electronic data sheet) files.
If the LTMR controllers do not show up in your CANopen configuration tool, the corresponding EDS files must be imported.
The EDS and icon files associated with the LTMR can be downloaded from www.se.com website ( ). EDS files and icons are grouped in a single compressed Zip file that you must unzip to a single directory on your hard disk drive.
The following table gives the associations between the four LTMR variants and the associated EDS files names.
Variants |
Description |
EDS File Name |
---|---|---|
TeSys T MMC L |
Motor Management Controller, local configuration mode |
TE_TESYST_MMC_L••••E.eds |
TeSys T MMC L EV40 |
Motor Management Controller, LTMEV40, local configuration mode |
TE_TESYST_MMC_L_EV40••••E.eds |
TeSys T MMC R |
Motor Management Controller, remote configuration mode |
TE_TESYST_MMC_R••••E.eds |
TeSys T MMC R EV40 |
Motor Management Controller, LTMEV40, remote configuration mode |
TE_TESYST_MMC_R_EV40••••E.eds |
Selection Criteria for TeSys T LTMR Controller Variants
There are four EDS files corresponding to the four possible configurations of the TeSys T Motor Management Controller system:
Choose... |
When You Want to Use... |
---|---|
TeSys T MMC L |
A TeSys T Motor Management Controller system without an expansion module, configurable via the HMI port. This variant enables you to preserve your local configuration. |
TeSys T MMC L EV40 |
A TeSys T Motor Management Controller system with expansion module, configurable via the HMI port. This variant enables you to preserve your local configuration. |
TeSys T MMC R |
A TeSys T Motor Management Controller system without expansion module configurable via the network. |
TeSys T MMC R EV40 |
A TeSys T Motor Management Controller system with expansion module configurable via the network. |
In local configuration mode, the parameter Config via Network Port Enable must be disabled. This mode preserves the local configuration made using the Magelis XBT or TeSys T DTM through the HMI port and prevents PLC configuration via the network.
In remote configuration mode, the parameter Config via Network Port Enable must be enabled. This enables the PLC to remotely configure the LTMR controller.
The Config via Network Port Enable parameter is set by default.
Using PDOs
Introduction
PDO telegrams are used to exchange periodic I/O data between the PLC and the LTMR Controller.
The LTMR Controller has four PDO sets:
-
PDO1 set is predefined for control and monitoring. It is activated by default.
-
PDO2 set is not predefined and is available to use. It is not activated by default.
-
PDO3 set is not predefined and is available to use. It is not activated by default.
-
PDO4 set is predefined to access any register (read or write) by programming using PKW objects. It is activated by default.
The four PDO sets support the following transmission modes:
-
Cyclic synchronous (synchronization is related to SYNC object)
-
Acyclic synchronous
The factory setting mode of transmission of LTMR Controller is acyclic synchronous. Data is sent at network startup, on network reconnection and during normal operation of data exchange.
The factory setting mode of transmission of CANopen is acyclic asynchronous. Data is sent from the client at network startup, on network reconnection and during normal operation of data exchange.
The mapping of the four PDO sets can be modified by the user.
Transmit PDOs can transport the following read-only variables:
Monitoring objects |
CANopen index 2004 |
Receive PDOs can transport the following read/write variables:
Setting objects: |
CANopen index 2007 |
Command objects: |
CANopen index 2008 |
PDO1 Set Description
The first PDO set (PDO1) is dedicated to control and monitoring. The predefined mapping is described below and can be modified by the user.
Receive PDO1 Mapping Description
Receive PDO1 is dedicated to commanding the Controller from the PLC. This table describes the predefined mapping.
COB-ID |
Word 1 |
Word 2 |
Word 3 |
Word 4 |
|
---|---|---|---|---|---|
0x200 + Node-ID |
Register |
704 |
706 |
700 |
Empty |
CANopen Index |
2008:5 |
2008:7 |
2008:1 |
– |
|
Description |
Control Register |
Analog output 1 command |
Boolean output command register |
– |
Transmit PDO1 Mapping Description
Transmit PDO1 is dedicated to monitoring the Controller from the PLC. This table describes the predefined mapping.
COB-ID |
Word 1 |
Word 2 |
Word 3 |
Word 4 |
|
---|---|---|---|---|---|
0x180 + Node-ID |
Register |
455 |
456 |
457 |
458 |
CANopen Index |
2004:6 |
2004:7 |
2004:8 |
2004:9 |
|
Description |
System status register 1 |
System status register 2 |
Boolean inputs status |
Boolean outputs status |
PDO2 and PDO3 Set Description
PDO2 and PDO3 sets are not predefined (PDO is empty) and not activated. The user can map inside any mappable object.
PDO4 Set Description
PDO4 set is predefined to access to any register (read or write) by programming using PKW objects, which enable acyclical read or write access to any TeSys T register.
-
Four words are reserved in Receive PDO4 to receive a request telegram.
-
Four words are reserved in the Transmit PDO4 to provide a response telegram.
For TeSys T MMC L and TeSys T MMC L EV40, PKW use is restricted to read access.
Receive PDO4 Mapping Description
Receive PDO4 is dedicated to receiving PKW request telegrams.
CANopen Index |
3000:01 |
3000:02 |
||||
---|---|---|---|---|---|---|
Word number |
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
|||||
Description |
Address Register |
Toggle bit (bit 15) |
Function code (bit 8 to 14) |
0x00 or Address register |
Value to write: 1st word MSW |
Value to write: 2nd word LSW |
Transmit PDO4 Mapping Description
Transmit PDO4 is dedicated to providing responses to PKW request telegrams.
CANopen Index |
3000:03 |
3000:04 |
||||
---|---|---|---|---|---|---|
Word number |
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
|||||
Description |
Same as request |
Toggle bit (bit 15) |
Function code (bit 8 to 14) |
0x00 or Address register |
Read data: 1st word MSW |
Read data: 2nd word LSW |
-
MSB = Most Significant Byte
-
LSB = Least Significant Byte
-
MSW = Most Significant Word
-
LSW = Least Significant Word
PKW Objects
Overview
The CANopen Controller supports PKW (Periodically Kept in acyclic Words). The PKW feature consists of 4 manufacturer-specific objects: 0x3000:0x01 to 0x3000:0x04.
These objects enable a CANopen client to read or write any register using PDOs. They are mapped, by default, in Transmit and Receive PDO4.
You can choose to address a register by its number or by CANopen Index and sub-index, depending on the function code.
PKW OUT Data Register Number Addressing
PKW OUT Data request (
) is mapped by default in Receive PDO4.To access a register using number addressing, you must select one of the following function codes:
-
R_REG_16 = 0x25 to read 1 register
-
R_REG_32 = 0x26 to read 2 registers
-
W_REG_16 = 0x2A to write 1 register
-
W_REG_32 = 0x2B to write 2 registers.
0x3000:0x01 |
0x3000:0x02 |
||||
---|---|---|---|---|---|
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
||||
Register address |
Toggle bit (bit 15) |
Function bits (bits 8 to 14) |
Not used (bits 0 to 7) |
Data to write |
|
Register number |
0/1 |
R_REG_16 Code 0x25 |
0x00 |
_ |
_ |
R_REG_32 Code 0x26 |
_ |
_ |
|||
W_REG_16 Code 0x2A |
Data to write in register |
_ |
|||
W_REG_32 Code 0x2B |
Data to write in register 1 |
Data to write in register 2 |
PKW OUT Data CANopen Addressing
To access a register using CANopen addressing, you must select one of the following function codes:
-
R_CO_16 = 0x35 to read 1 register
-
R_CO_32 = 0x36 to read 2 registers
-
W_CO_16 = 0x3A to write 1 register
-
W_CO_32 = 0x3B to write 2 registers.
0x3000:0x01 |
0x3000:0x02 |
||||
---|---|---|---|---|---|
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
||||
Register address |
Toggle bit (bit 15) |
Function bits (bits 8 to 14) |
Register address |
Data to write |
|
CANopen index |
0/1 |
R_CO_16 Code 0x35 |
CANopen sub-index |
_ |
_ |
R_CO_32 Code 0x36 |
_ |
_ |
|||
W_CO_16 Code 0x3A |
Data to write in register |
_ |
|||
W_CO_32 Code 0x3B |
Data to write in register 1 |
Data to write in register 2 |
Any changes in the function code will trigger the handling of the request (unless function code [b8...b14] = 0x00).
This mechanism enables the request initiator to detect that a response is ready by polling bit 15 of the function code in object 30000x:03. When this bit in the OUT project becomes equal to the response emitted toggle bit in the IN data (when starting the request), then the response is ready.
PKW IN Data Register Number Addressing
PKW IN Data Response (LTMR echoes the same register address and function code or eventually a detected error code:
) is mapped by default in Transmit PDO4. The
0x3000:0x03 |
0x3000:0x04 |
||||
---|---|---|---|---|---|
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
||||
Register address |
Toggle bit (bit 15) |
Function bits (bits 8 to 14) |
Not used (bits 0 to 7) |
Data to write |
|
Same register number as in request |
Same as request |
DETECTED ERROR Code 0x4E |
0x00 |
Detected error code |
|
R_REG_16 Code 0x25 |
Data read in register |
_ |
|||
R_REG_32 Code 0x26 |
Data read in register 1 |
Data read in register 2 |
|||
W_REG_16 Code 0x2A |
_ |
_ |
|||
W_REG_32 Code 0x2B |
_ |
_ |
PKW IN Data CANopen Addressing
The LTMR echoes the same register address and function code or eventually a detected error code:
0x3000:0x03 |
0x3000:0x04 |
||||
---|---|---|---|---|---|
Word 1 |
Word 2 |
Word 3 |
Word 4 |
||
MSB |
LSB |
||||
Register address |
Toggle bit (bit 15) |
Function bits (bits 8 to 14) |
Register address |
Data to write |
|
Same CANopen index as in request |
Same as request |
DETECTED ERROR Code 0x4E |
CANopen sub-index |
Detected error code |
|
R_REG_16 Code 0x55 |
Data read in register |
_ |
|||
R_REG_32 Code 0x36 |
Data read in register 1 |
Data read in register 2 |
|||
W_REG_16 Code 0x3A |
_ |
_ |
|||
W_REG_32 Code 0x3B |
_ |
_ |
If the initiator tries to write a TeSys T object or register to an unauthorized value, or tries to access an inaccessible register, a detected error code is returned (function code = toggle bit + 0x4E). The exact code can be found in words 3 and 4.
These codes are the same as SDO Abort codes SDO Abort Codes.
The request is not accepted and the object/register remains at the original value.
To re-trigger exactly the same command:
-
Reset the function code to 0x00,
-
Wait for the response frame with the function code equal to 0x00,
-
Reset it to its previous value.
This is useful for a limited client like an HMI.
Another way of re-triggering exactly the same command is to invert the toggle bit in the function code byte.
The response is valid when the toggle bit of the response is equal to the toggle bit written in the answer (this is a more efficient method, but it requires higher programming capabilities).
Using SDOs
Introduction
SDO telegrams are used to aperiodically access any CANopen object by request programming. The SDO service consists of a request telegram and a response telegram.
Request SDO Telegram
Request information from the client to the LTMR Controller:
COB-ID |
Byte 0 |
Byte 1 |
Byte 2 |
Byte 3 |
Byte 4 |
Byte 5 |
Byte 6 |
Byte 7 |
---|---|---|---|---|---|---|---|---|
0x600 + Node-ID |
Request code |
Object index |
Object sub-index |
Request data |
||||
LSB |
MSB |
Bits 7-0 |
Bits 15-8 |
Bits 23-16 |
Bits 31-24 |
Response SDO Telegram
Request information from the client to the LTMR Controller:
COB-ID |
Byte 0 |
Byte 1 |
Byte 2 |
Byte 3 |
Byte 4 |
Byte 5 |
Byte 6 |
Byte 7 |
---|---|---|---|---|---|---|---|---|
0x580 + Node-ID |
Response code |
Object index |
Object sub-index |
Response data |
||||
LSB |
MSB |
Bits 7-0 |
Bits 15-8 |
Bits 23-16 |
Bits 31-24 |
Request and Response Codes
Depending on the request code and the response code, the contents of the request data and response data may vary. The following table shows the request data for each of the different request codes:
Response Code |
Command Description |
Byte 4 |
Byte 5 |
Byte 6 |
Byte 7 |
---|---|---|---|---|---|
0x23 |
Write 4-byte data |
Bits 7-0 |
Bits 15-8 |
Bits 23-16 |
Bits 31-24 |
0x2B |
Write 2-byte data |
Bits 7-0 |
Bits 15-8 |
0x00 |
0x00 |
0x2F |
Write 1-byte data |
Bits 7-0 |
0x00 |
0x00 |
0x00 |
0x40 |
Read data |
0x00 |
0x00 |
0x00 |
0x00 |
0x80 |
Abort the current SDO command* 1 |
Bits 7-0 |
Bits 15-8 |
Bits 23-16 |
Bits 31-24 |
The following table shows the response data for each of the different response codes:
Request Code |
Command Description |
Byte 4 |
Byte 5 |
Byte 6 |
Byte 7 |
---|---|---|---|---|---|
0x23 |
Read data: 4-byte data |
Bits 7-0 |
Bits 15-8 |
Bits 23-16 |
Bits 31-24 |
0x2B |
Read data: 2-byte data |
Bits 7-0 |
Bits 15-8 |
0x00 |
0x00 |
0x2F |
Read data: 1-byte data |
Bits 7-0 |
0x00 |
0x00 |
0x00 |
0x40 |
Write a 1/2/4-byte data response |
0x00 |
0x00 |
0x00 |
0x00 |
0x80 |
Detected error response: abort code returned* |
0x00 |
0x00 |
0x00 |
0x00 |
SDO Abort Codes
The following abort codes are supported:
Abort Code |
Description |
---|---|
0x 0503 0000 |
Segmented transfer: the toggle bit has not been alternated |
0x 0504 0000 |
The SDO protocol timed out |
0x 0504 0001 |
The request code is not valid or is unknown |
0x 0601 0000 |
An access trip has occurred during access to the parameter (for example, a write request on a read-only parameter) |
0x 0601 0001 |
Tried to perform a read request on a parameter with write-only access rights |
0x 0601 0002 |
Tried to perform a write request on a parameter with read-only access rights |
0x 0602 0000 |
The index sent in the request refers to an object that does not exist in the object dictionary |
0x 0604 0041 |
PDO object mapping: the parameter cannot be mapped to the PDO; this detected error occurs when writing to the 0x1600, 0x1A00, 0x1605, and 0x1A05 parameters (PDO mappings) |
0x 0604 0042 |
PDO object mapping: the number or length of the parameters to be mapped would exceed the maximum PDO length. |
0x 0609 0011 |
The sub-index sent in the request does not exist |
0x 0609 0030 |
Value range of parameter exceeded (only for write access) |
0x 0609 0031 |
Value of parameter written too high |
0x 0609 0032 |
Value of parameter written too low |
0x 0609 0036 |
The parameter maximum value is less than its minimum value |
0x 0800 0000 |
A general detected error occurred |
Write SDO Example
Read SDO Example
Communication Profile Parameters
Overview
The CANopen Communication profile contains the following communication-specific parameters for the CANopen network:
-
Device type
-
Diagnostic
-
CANopen communication objects description
-
SDO
-
Received PDO
-
Transmit PDO
These parameters are used to configure and communicate with the LTMR controller. They are described in detail in the following pages.
Device Type
The following tables give the specifications for Device type parameter:
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1000 |
0x00 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Device type: Bits 16-23 = Device type mode Bits 00-15 = Device profile number (I/O module profile) |
Diagnostic
The following tables give the specifications for Diagnostic parameters:
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1001 |
0x00 |
RO |
VAR |
Unsigned 8 |
0x00 |
Detected error register: Detected error (1) or no detected error (0) Bitfield: could be detailed What does this mean? Is it correct?
|
0x1003 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
0 |
Number of detected errors: No detected error (0) or one or more detected errors (>0) in object 0x1003; Only the value 0 can be written |
0x1003 |
0x01 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Standard Detected Error Field 1: Bits 16-23 = Additional information (all 0s) Bits 00-15 = Detected error code |
0x1003 |
0x02 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Standard Detected Error Field 2: Bits 16-23 = Additional information (all 0s) Bits 00-15 = Detected error code |
0x1003 |
0x03 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Standard Detected Error Field 3: Bits 16-23 = Additional information (all 0s) Bits 00-15 = Detected error code |
0x1003 |
0x04 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Standard Detected Error Field 4: Bits 16-23 = Additional information (all 0s) Bits 00-15 = Detected error code |
0x1003 |
0x05 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Standard Detected Error Field 5: Bits 16-23 = Additional information (all 0s) Bits 00-15 = Detected error code |
CANopen Communication Objects Description
The following tables give the specifications for CANopen Communication Objects parameters:
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1004 |
0x00 |
RO |
ARRAY |
Unsigned 32 |
0x00040004 |
Number of PDOs supported |
0x1004 |
0x01 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Number of synchronous PDOs Bits 16-31 = Number of received PDOs supported Bits 00-15 = Number of transmit PDOs supported |
0x1004 |
0x01 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Number of asynchronous PDOs Bits 16-31 = Number of received PDOs supported Bits 00-15 = Number of transmit PDOs supported |
0x1005 |
0x00 |
RW |
VAR |
Unsigned 32 |
0x80 |
COB-ID SYNC message |
0x1006 |
0x00 |
RW |
VAR |
Unsigned 32 |
0x00 |
Communication cycle period in microseconds |
0x1007 |
0x00 |
RW |
VAR |
Unsigned 32 |
0x00 |
Synchronous window length in microseconds |
0x1008 |
0x00 |
Const |
VAR |
VISIBLE_STRING |
LTM |
Manufacturer device name |
0x1009 |
0x00 |
Const |
VAR |
VISIBLE_STRING |
M1.0-ES1.0 |
Manufacturer hardware version |
0x100A |
0x00 |
Const |
VAR |
VISIBLE_STRING |
V01.01 |
Manufacturer software version: The value given here is only an example. |
0x100C |
0x00 |
RW |
VAR |
Unsigned 16 |
0x0000 |
Guard time: By default, the Node Guarding Protocol is inhibited; the unit for this object is 1 ms. |
0x100D |
0x00 |
RW |
VAR |
Unsigned 8 |
0x00 |
Life time factor: Multiplier applied to the "Guard Time" to obtain a "Life Time" |
0x1014 |
0x00 |
RW |
VAR |
Unsigned 32 |
$NODEID+ 0x80 |
COB-ID Emergency message: COB-ID used for the EMCY service |
0x1016 |
0x00 |
RO |
ARRAY |
Unsigned 8 |
1 |
Consumer Heartbeat Time - Number of entries |
0x1016 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Consumer Heartbeat Time: Bits 16-23 = Node-ID of the producer Bits 00-15 = Heartbeat time (unit = 1 ms) Note: Only one heartbeat producer can be configured here. By default, no producer is watched. |
0x1017 |
0x00 |
RW |
VAR |
Unsigned 16 |
0x0000 |
Producer Heartbeat Time: The unit of this object is 1 ms. By default, the controller sends no Heartbeat messages. |
0x1018 |
0x00 |
RO |
ARRAY |
Unsigned 8 |
4 |
Identity object - Number of entries |
0x1018 |
0x01 |
RO |
VAR |
Unsigned 32 |
0x0300005A |
Identity object - Vendor ID: This value is unique for each manufacturer. ("Power Control and Protection Activity") |
0x1018 |
0x02 |
RO |
VAR |
Unsigned 32 |
See table below |
Product code -To determine the product family and product number |
0x1018 |
0x03 |
RO |
VAR |
Unsigned 32 |
0x00010001 |
Major and minor Product revision number |
0x1018 |
0x04 |
RO |
VAR |
Unsigned 32 |
0x00000000 |
Serial number |
0x1020 |
0x00 |
RO |
ARRAY |
Unsigned 32 |
2 |
Verify configuration |
0x1020 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Configuration date |
0x1020 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Configuration time |
0x1029 |
0x00 |
RO |
ARRAY |
Unsigned 8 |
1 |
Detected Error Behavior - No. of Detected Error Classes |
0x1029 |
0x01 |
RW |
VAR |
Unsigned 8 |
0x00 |
Detected communication error 0:pre-operational / 1:no state change / 2:stopped |
Register 0x1018 : 0x02 is the product code. This register is used by configuration tools to identity the product on the network. Possible values are:
Object 1018sub2 |
With/without Expansion Module |
Configuration Mode |
---|---|---|
0x 0000 0030 |
Without |
Remote mode |
0x 0000 0031 |
With |
|
0x 0000 0130 |
Without |
Local mode |
0x 0000 0131 |
With |
SDO Definition
SDO Specifications
The following table gives the specifications for SDOs.
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1200 |
0x00 |
RO |
RECORD |
Unsigned 8 |
2 |
Server SDO - Number of entries |
0x1200 |
0x01 |
RO |
VAR |
Unsigned 32 |
$NODEID+0x600 |
Server SDO - COB-ID: FBC -> K7 (receive) |
0x1200 |
0x02 |
RO |
VAR |
Unsigned 32 |
$NODEID+0x580 |
Server SDO - COB-ID: FBC <- K7 (transmit) |
Receive PDO Definition
Receive PDO specifications
The following tables give the specifications for Receive PDO.
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1400 |
0x00 |
RO |
RECORD |
Unsigned 8 |
2 |
Receive PDO1 - Number of entries |
0x1400 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x00000200 |
Receive PDO1 - COB-ID |
0x1400 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Receive PDO1 - Transmission type: three modes are available for this PDO: asynchronous (255), synchronously cyclic (1-240), and synchronously acyclic (0) |
0x1401 |
0x00 |
RO |
RECORD |
Unsigned 8 |
2 |
Receive PDO2 - Number of entries |
0x1401 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x80000300 |
Receive PDO2 - COB-ID |
0x1401 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Receive PDO2 - Transmission type: three modes are available for this PDO: asynchronous (255), synchronously cyclic (1-240), and synchronously acyclic (0) |
0x1402 |
0x00 |
RO |
RECORD |
Unsigned 8 |
2 |
Receive PDO3 - Number of entries |
0x1402 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x80000400 |
Receive PDO3 - COB-ID |
0x1402 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Receive PDO3 - Transmission type: three modes are available for this PDO: asynchronous (255), synchronously cyclic (1-240), and synchronously acyclic (0) |
0x1403 |
0x00 |
RO |
RECORD |
Unsigned 8 |
2 |
Receive PDO4 - Number of entries |
0x1403 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x00000500 |
Receive PDO4 - COB-ID |
0x1403 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Receive PDO4 - Transmission type: three modes are available for this PDO: asynchronous (255), synchronously cyclic (1-240), and synchronously acyclic (0) |
.
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1600 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
3 |
Receive PDO1 mapping - Number of mapped objects |
0x1600 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x20080510 |
Receive PDO1 mapping 1 - mapped object: Reg [704] |
0x1600 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x20080410 |
Receive PDO1 mapping 2 - mapped object: Reg [706] |
0x1600 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x20080110 |
Receive PDO1 mapping 3 - mapped object: Reg [700] |
0x1600 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO1 mapping 4 - mapped object: None by default |
0x1601 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
0 |
Receive PDO2 mapping - Number of mapped objects |
0x1601 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO2 mapping 1 - mapped object: None by default |
0x1601 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO2 mapping 2 - mapped object: None by default |
0x1601 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO2 mapping 3 - mapped object: None by default |
0x1601 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO2 mapping 4 - mapped object: None by default |
0x1602 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
0 |
Receive PDO3 mapping - Number of mapped objects |
0x1602 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO3 mapping 1 - mapped object: None by default |
0x1602 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO3 mapping 2 - mapped object: None by default |
0x1602 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO3 mapping 3 - mapped object: None by default |
0x1602 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO3 mapping 4 - mapped object: None by default |
0x1603 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
2 |
Receive PDO4 mapping - Number of mapped objects |
0x1603 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x30000120 |
Receive PDO4 mapping 1 - mapped object: PKW request |
0x1603 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x30000220 |
Receive PDO4 mapping 2 - mapped object: None by default |
0x1603 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO4 mapping 3 - mapped object: None by default |
0x1603 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Receive PDO4 mapping 4 - mapped object: None by default |
Transmit PDO Definition
Transmit PDO Specifications
The following tables give the specifications for Transmit PDO.
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1800 |
0x00 |
RO |
RECORD |
Unsigned 8 |
5 |
Transmit PDO1 - Number of entries |
0x1800 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x00000180 |
Transmit PDO1 - COB-ID |
0x1800 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Transmit PDO1 - Transmission type: three modes are available for this PDO: "asynchronous" (255), "synchronously cyclic" (1-240), and "synchronously acyclic" (0) |
0x1800 |
0x03 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO1 - Inhibit time: Minimum time between two transmissions; unit = 0.1 ms |
0x1800 |
0x04 |
RW |
VAR |
Unsigned 8 |
0 |
Transmit PDO1 - Reserved |
0x1800 |
0x05 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO1 - Event timer: In "asynchronous" mode, this object sets a minimum rate of transmission for this PDO; unit = 0.1 ms |
0x1801 |
0x00 |
RO |
RECORD |
Unsigned 8 |
5 |
Transmit PDO2 - Number of entries |
0x1801 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x80000280 |
Transmit PDO2 - COB-ID |
0x1801 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Transmit PDO2 - Transmission type: three modes are available for this PDO: "asynchronous" (255), "synchronously cyclic" (1-240), and "synchronously acyclic" (0) |
0x1801 |
0x03 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO2 - Inhibit time: Minimum time between two transmissions; unit = 0.1 ms |
0x1801 |
0x04 |
RW |
VAR |
Unsigned 8 |
0 |
Transmit PDO2 - Reserved |
0x1801 |
0x05 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO2 - Event timer: In "asynchronous" mode, this object sets a minimum rate of transmission for this PDO; unit = 0.1 ms |
0x1802 |
0x00 |
RO |
RECORD |
Unsigned 8 |
5 |
Transmit PDO3 - Number of entries |
0x1802 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x80000380 |
Transmit PDO3 - COB-ID |
0x1802 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Transmit PDO3 - Transmission type: three modes are available for this PDO: "asynchronous" (255), "synchronously cyclic" (1-240), and "synchronously acyclic" (0) |
0x1802 |
0x03 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO3 - Inhibit time: Minimum time between two transmissions; unit = 0.1 ms |
0x1802 |
0x04 |
RW |
VAR |
Unsigned 8 |
0 |
Transmit PDO3 - Reserved |
0x1802 |
0x05 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO3 - Event timer: In "asynchronous" mode, this object sets a minimum rate of transmission for this PDO; unit = 0.1 ms |
0x1803 |
0x00 |
RO |
RECORD |
Unsigned 8 |
5 |
Transmit PDO4 - Number of entries |
0x1803 |
0x01 |
RW |
VAR |
Unsigned 32 |
$NODEID+0x00000480 |
Transmit PDO4 - COB-ID |
0x1803 |
0x02 |
RW |
VAR |
Unsigned 8 |
0xFF |
Transmit PDO4 - Transmission type: three modes are available for this PDO: "asynchronous" (255), "synchronously cyclic" (1-240), and "synchronously acyclic" (0) |
0x1803 |
0x03 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO4 - Inhibit time: Minimum time between two transmissions; unit = 0.1 ms |
0x1803 |
0x04 |
RW |
VAR |
Unsigned 8 |
0 |
Transmit PDO4 - Reserved |
0x1803 |
0x05 |
RW |
VAR |
Unsigned 16 |
0 |
Transmit PDO4 - Event timer: In "asynchronous" mode, this object sets a minimum rate of transmission for this PDO; unit = 0.1 ms |
Index |
Sub Index |
Access |
Object Type |
Data Type |
Factory Setting |
Description |
---|---|---|---|---|---|---|
0x1A00 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
4 |
Transmit PDO1 mapping - Number of mapped objects |
0x1A00 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x20040610 |
Transmit PDO1 mapping 1 - mapped object: Reg [455] |
0x1A00 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x20040710 |
Transmit PDO1 mapping 2 - mapped object: Reg [456] |
0x1A00 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x20040810 |
Transmit PDO1 mapping 3 - mapped object: Reg [457] |
0x1A00 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x20040A10 |
Transmit PDO1 mapping 4 - mapped object: Reg [459] |
0x1A01 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
0 |
Transmit PDO2 mapping - Number of mapped objects |
0x1A01 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO2 mapping 1 - mapped object: None by default |
0x1A01 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO2 mapping 2 - mapped object: None by default |
0x1A01 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO2 mapping 3 - mapped object: None by default |
0x1A01 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO2 mapping 4 - mapped object: None by default |
0x1A02 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
0 |
Transmit PDO3 mapping - Number of mapped objects |
0x1A02 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO3 mapping 1 - mapped object: None by default |
0x1A02 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO3 mapping 2 - mapped object: None by default |
0x1A02 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO3 mapping 3 - mapped object: None by default |
0x1A02 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO3 mapping 4 - mapped object: None by default |
0x1A03 |
0x00 |
RW |
ARRAY |
Unsigned 8 |
2 |
Transmit PDO4 mapping - Number of mapped objects |
0x1A03 |
0x01 |
RW |
VAR |
Unsigned 32 |
0x30000320 |
Transmit PDO4 mapping 1 - mapped object: None by default |
0x1A03 |
0x02 |
RW |
VAR |
Unsigned 32 |
0x30000420 |
Transmit PDO4 mapping 2 - mapped object: None by default |
0x1A03 |
0x03 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO4 mapping 3 - mapped object: None by default |
0x1A03 |
0x04 |
RW |
VAR |
Unsigned 32 |
0x00000000 |
Transmit PDO4 mapping 4 - mapped object: None by default |
Register Map - Organization of Communication Variables
Introduction
Communication variables are listed in tables according to the group (such as identification, statistics, or monitoring). to which they belong. They are associated with an LTMR controller, which may or may not have an LTME expansion module attached.
Communication Variable Groups
Communication variables are grouped according to the following criteria:
Variable Groups |
Registers |
CANopen Addresses |
---|---|---|
Identification variables |
00 to 99 |
2000 : 32 to 2000 : 61 |
Statistics variables |
100 to 449 |
2001 : 01 to 2003 : 82 |
Monitoring variables |
450 to 539 |
2004 : 01 to 2004 : 46 |
Configuration variables |
540 to 699 |
2005 : 01 to 2007 : 32 |
Command variables |
700 to 799 |
2008 : 01 to 2008 : 64 |
Custom Logic variables |
1200 to 1399 |
200C : 01 to 200D : 64 |
Table Structure
Communication variables are listed in 5-column tables:
Column 1 Register (in decimal format) |
Column 2 CANopen address (index : sub-index) |
Column 3 Variable type Data Formats |
Column 4 Variable name and access via Read-only or Read/Write requests |
Column 5 Note: code for additional information |
Note
The Note column gives a code for additional information.
Variables without a code are available for all hardware configurations, and without functional restrictions.
The code can be:
-
numerical (1 to 9), for specific hardware combinations
-
alphabetical (A to Z), for specific system behaviors.
If the Note is... |
Then the Variable is... |
---|---|
1 |
available for the LTMR + LTMEV40 combination |
2 |
always available but with a value equal to 0 if no LTMEV40 is connected |
3-9 |
Not used |
If the Note is... |
Then... |
---|---|
A |
the variable can be written only when the motor is OFF |
B |
the variable can be written only in configuration mode |
C |
the variable can be written only with no trip |
D-Z |
the variable is available for future exceptions |
Unused Addresses
Unused addresses fall into three categories:
-
Not significant, in Read only tables, means that you should ignore the value read, whether equal to 0 or not.
-
Reserved, in Read/Write tables, means that you must write 0 in these variables.
-
Forbidden, means that read or write requests are rejected, that these addresses are not accessible.
Data Formats
Overview
The data format of a communication variable can be integer, Word, or Word[n], as described below. For more information about a variable size and format, refer to the Data Types.
Integer (Int, UInt, DInt, IDInt)
Integers fall into the following categories:
-
Int: signed integer using one register (16 bits)
-
UInt: unsigned integer using one register (16 bits)
-
DInt: signed double integer using 2 registers (32 bits)
-
UDInt: unsigned double integer using 2 registers (32 bits)
For all integer-type variables, the variable name is completed with its unit or format, if necessary.
Example:
Address 474, UInt, Frequency (x 0.01 Hz).
Word
Word: Set of 16 bits, where each bit or group of bits represents command, monitoring or configuration data.
Example:
Address 455, Word, System Status Register 1.
bit 0 |
System ready |
bit 1 |
System ON |
bit 2 |
System trip |
bit 3 |
System alarm |
bit 4 |
System tripped |
bit 5 |
Trip reset authorized |
bit 6 |
(Not significant) |
bit 7 |
Motor running |
bits 8-13 |
Motor average current ratio |
bit 14 |
In remote |
bit 15 |
Motor starting (in progress) |
Word[n]
Word[n]: Data encoded on contiguous registers.
Examples:
Addresses 64 to 69, Word[6], Controller Commercial Reference (DT_CommercialReference).
Addresses 655 to 658, Word[4], (DT_DateTime).
Data Types
Overview
Data types are specific variable formats which are used to complement the description of internal formats (for instance, in case of a structure or of an enumeration). The generic format of data types is DT_xxx.
List of Data Types
Here is the list of the most commonly used data types:
-
DT_ACInputSetting
-
DT_CommercialReference
-
DT_DateTime
-
DT_ExtBaudRate
-
DT_ExtParity
-
DT_FaultCode
Change this to DT_TripCode? -
DT_FirmwareVersion
-
DT_Language5
-
DT_OutputFallbackStrategy
-
DT_PhaseNumber
-
DT_ResetMode
-
DT_WarningCode
Change this to DT_AlarmCode?
These data types are described in the following tables.
DT_ACInputSetting
DT_ACInputSetting format is an enumeration that improves AC input detection:
Value |
Description |
---|---|
0 |
None (factory setting) |
1 |
< 170 V 50 Hz |
2 |
< 170 V 60 Hz |
3 |
> 170 V 50 Hz |
4 |
> 170 V 60 Hz |
DT_CommercialReference
DT_CommercialReference format is Word[6] and indicates a Commercial Reference:
Register |
MSB |
LSB |
---|---|---|
Register N |
character 1 |
Character 2 |
Register N+1 |
character 3 |
Character 4 |
Register N+2 |
character 5 |
Character 6 |
Register N+3 |
character 7 |
Character 8 |
Register N+4 |
character 9 |
Character 10 |
Register N+5 |
character 11 |
Character 12 |
Example:
Addresses 64 to 69, Word[6], Controller Commercial Reference.
If Controller Commercial Reference = LTMR:
Register |
MSB |
LSB |
---|---|---|
64 |
L |
T |
65 |
M |
(space) |
66 |
R |
|
67 |
|
|
68 |
|
|
69 |
|
|
DT_DateTime
DT_DateTime format is Word[4] and indicates Date and Time:
Register |
Bits 12-15 |
Bits 8-11 |
Bits 4-7 |
Bits 0-3 |
---|---|---|---|---|
Register N |
S |
S |
0 |
0 |
Register N+1 |
H |
H |
m |
m |
Register N+2 |
M |
M |
D |
D |
Register N+3 |
Y |
Y |
Y |
Y |
Where:
-
S = second
The format is two BCD digits.
The value range is [00-59] in BCD.
-
0 = unused
-
H = hour
The format is two BCD digits.
The value range is [00-23] in BCD.
-
m = minute
The format is two BCD digits.
The value range is [00-59] in BCD.
-
M = month
The format is two BCD digits.
The value range is [01-12] in BCD.
-
D = day
The format is two BCD digits.
The value range is (in BCD):
[01-31] for months 01, 03, 05, 07, 08, 10, 12
[01-30] for months 04, 06, 09, 11
[01-29] for month 02 in a leap year
[01-28] for month 02 in a non-leap year.
-
Y = year
The format is four Binary Coded Decimal (BCD) digits.
The value range is [2006-2099] in BCD.
Data entry format and value range are:
Data Entry Format |
DT#YYYY-MM-DD-HH:mm:ss |
|
---|---|---|
Minimum value |
DT#2006-01-01:00:00:00 |
January 1, 2006 |
Maximum value |
DT#2099-12-31-23:59:59 |
December 31, 2099 |
Note: If you give values outside the limits, the system will return a detected error. |
Example:
Addresses 655 to 658, Word[4], Date and Time setting.
If date is September 4, 2008 at 7 a.m., 50 minutes and 32 seconds:
Register |
15 12 |
11 8 |
7 4 |
3 0 |
---|---|---|---|---|
655 |
3 |
2 |
0 |
0 |
656 |
0 |
7 |
5 |
0 |
657 |
0 |
9 |
0 |
4 |
658 |
2 |
0 |
0 |
8 |
With data entry format: DT#2008-09-04-07:50:32.
DT_ExtBaudRate
DT_ExtbaudRate depends on the bus used:
DT_ModbusExtBaudRate format is an enumeration of possible baud rates with Modbus network:
Value |
Description |
---|---|
1200 |
1200 Baud |
2400 |
2400 Baud |
4800 |
4800 Baud |
9600 |
9600 Baud |
19200 |
19,200 Baud |
65535 |
Autodetection (factory setting) |
DT_ProfibusExtBaudRate format is an enumeration of possible baud rates with PROFIBUS DP network:
Value |
Description |
---|---|
65535 |
Autobaud (factory setting) |
DT_DeviceNetExtBaudRate format is an enumeration of possible baud rates with DeviceNet network:
Value |
Description |
---|---|
0 |
125 kBaud |
1 |
250 kBaud |
2 |
500 kBaud |
3 |
Autobaud (factory setting) |
DT_CANopenExtBaudRate format is an enumeration of possible baud rates with CANopen network:
Value |
Description |
---|---|
0 |
10 kBaud |
1 |
20 kBaud |
2 |
50 kBaud |
3 |
125 kBaud |
4 |
250 kBaud (factory setting) |
5 |
500 kBaud |
6 |
800 kBaud |
7 |
1000 kBaud |
8 |
Autobaud |
9 |
Factory setting |
DT_ExtParity
DT_ExtParity depends on the bus used:
DT_ModbusExtParity format is an enumeration of possible parities with Modbus network:
Value |
Description |
---|---|
0 |
None |
1 |
Even |
2 |
Odd |
DT_FaultCode
Change
this to DT_TripCode?
DT_FaultCode
Trip Code |
Description |
---|---|
0 |
No detected error |
3 |
Ground current |
4 |
Thermal overload |
5 |
Long start |
6 |
Jam |
7 |
Current phase imbalance |
8 |
Undercurrent |
10 |
Test |
11 |
HMI port detected error |
12 |
HMI port communication loss |
13 |
Network port internal detected error |
16 |
External trip |
18 |
ON-OFF diagnostic |
19 |
Wiring diagnostic |
20 |
Overcurrent |
21 |
Current phase loss |
22 |
Current phase reversal |
23 |
Motor temp sensor |
24 |
Voltage phase imbalance |
25 |
Voltage phase loss |
26 |
Voltage phase reversal |
27 |
Undervoltage |
28 |
Overvoltage |
29 |
Underpower |
30 |
Overpower |
31 |
Under power factor |
32 |
Over power factor |
33 |
LTME configuration |
34 |
Temperature sensor short-circuit |
35 |
Temperature sensor open-circuit |
36 |
CT reversal |
37 |
Out of boundary CT ratio |
46 |
Start check |
47 |
Run checkback |
48 |
Stop check |
49 |
Stop checkback |
51 |
Controller internal temperature detected error |
55 |
Controller internal detected error (Stack overflow) |
56 |
Controller internal detected error (RAM detected error) |
57 |
Controller internal detected error (RAM checksum detected error) |
58 |
Controller internal detected error (Hardware watchdog trip) |
60 |
L2 current detected in single-phase mode |
64 |
Non-volatile memory detected error |
65 |
Expansion module communication detected error |
66 |
Stuck reset button |
67 |
Logic function detected error |
100-104 |
Network port internal detected error |
109 |
Network port comm detected error |
111 |
Fast device replacement trip |
555 |
Network port configuration detected error |
DT_FirmwareVersion
DT_FirmwareVersion format is an XY000 array that describes a firmware revision:
-
X = major revision
-
Y = minor revision.
Example:
Address 76, UInt, Controller firmware version.
DT_Language5
DT_Language5 format is an enumeration used for language display:
Language Code |
Description |
---|---|
1 |
English (factory setting) |
2 |
Français |
4 |
Español |
8 |
Deutsch |
16 |
Italiano |
Example:
Address 650, Word, HMI language.
DT_OutputFallbackStrategy
DT_OutputFallbackStrategy format is an enumeration of motor output states when loosing communication.
Value |
Description |
Motor Modes |
---|---|---|
0 |
Hold LO1 LO2 |
For all modes |
1 |
Run |
For 2-step mode only |
2 |
LO1, LO2 Off |
For all modes |
3 |
LO1, LO2 On |
Only for overload, independent and custom operating modes |
4 |
LO1 On |
For all modes except 2-step |
5 |
LO2 On |
For all modes except 2-step |
DT_PhaseNumber
DT_PhaseNumber format is an enumeration, with only 1 bit activated:
Value |
Description |
---|---|
1 |
1 phase |
2 |
3 phases |
DT_ResetMode
DT_ResetMode format is an enumeration of possible modes for thermal trip reset:
Value |
Description |
---|---|
1 |
Manual or HMI |
2 |
Remote by network |
4 |
Automatic |
DT_WarningCode
Change this to DT_AlarmCode?
DT_WarningCode
Alarm Code |
Description |
---|---|
0 |
No alarm |
3 |
Ground current |
4 |
Thermal overload |
5 |
Long start |
6 |
Jam |
7 |
Current phase imbalance |
8 |
Undercurrent |
10 |
HMI port |
11 |
LTMR internal temperature |
18 |
Diagnostic |
19 |
Wiring |
20 |
Overcurrent |
21 |
Current phase loss |
23 |
Motor temp sensor |
24 |
Voltage phase imbalance |
25 |
Voltage phase loss |
27 |
Undervoltage |
28 |
Overvoltage |
29 |
Underpower |
30 |
Overpower |
31 |
Under power factor |
32 |
Over power factor |
33 |
LTME configuration |
46 |
Start check |
47 |
Run checkback |
48 |
Stop check |
49 |
Stop checkback |
109 |
Network port comm loss |
555 |
Network port configuration |
Identification Variables
Identification Variables
Identification variables are described in the following table:
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
0-34 |
2000 : 03 - 2000 : 28 |
(Not significant) |
||
35-40 |
2000 : 23 - 2000 : 29 |
Word[6] |
Expansion commercial reference DT_CommercialReference |
1 |
41-45 |
2000 :2A - 2000 : 2E |
Word[5] |
Expansion serial number |
1 |
46 |
2000 : 2F |
UInt |
Expansion ID code |
1 |
47 |
2000 : 30 |
UInt |
Expansion firmware version DT_FirmwareVersion |
1 |
48 |
2000 : 31 |
UInt |
Expansion compatibility code |
1 |
49-60 |
2000 : 32 - 2000 : 3D |
(Not significant) |
||
61 |
2000 : 3E |
Ulnt |
Network port ID code |
|
62 |
2000 : 3F |
Ulnt |
Network port firmware version DT_FirmwareVersion |
|
63 |
2000 : 40 |
Ulnt |
Network port compatibility code |
|
64-69 |
2000 : 41 - 2000 : 46 |
Word[6] |
Controller commercial reference DT_CommercialReference |
|
70-74 |
2000 : 47 - 2000 : 4B |
Word[5] |
Controller serial number |
|
75 |
2000 : 4C |
Ulnt |
Controller ID code |
|
76 |
2000 : 4D |
Ulnt |
Controller firmware version DT_FirmwareVersion |
|
77 |
2000 : 4E |
Ulnt |
Controller compatibility code |
|
78 |
2000 : 4F |
Ulnt |
Current scale ratio (0.1 %) |
|
79 |
2000 : 50 |
Ulnt |
Current sensor max |
|
80 |
2000 : 51 |
(Not significant) |
||
81 |
2000 : 52 |
Ulnt |
Current range max (x 0.1 A) |
|
82-94 |
2000 : 53 - 2000 : 58 |
(Not significant) |
||
95 |
2000 : 60 |
Ulnt |
Load CT ratio (x 0.1 A) |
|
96 |
2000 : 61 |
Ulnt |
Full load current max (maximum FLC range, FLC = Full Load Current) (x 0.1 A) |
|
97-99 |
2000 : 62 - 2000 : 64 |
Ulnt |
(Forbidden) |
Statistics Variables
Statistics Overview
Statistics variables are grouped according to the following criteria. Trip statistics are described in a main table and in an extension table.
Statistics Variable Groups |
Register |
CANopen Addresses |
---|---|---|
Global statistics |
100 to 121 |
2001 : 01 to 2001 : 16 |
LTM monitoring statistics |
122 to 149 |
2001 : 17 to 2001 : 32 |
Last trip statistics and extension |
150 to 179 300 to 309 |
2002 : 01 to 2002 : 1E 2003 : 01 to 2003 : 0A |
Trip n-1 statistics and extension |
180 to 209 330 to 339 |
2002 : 1F to 2002 : 3C 2003 : 1F to 2003 : 28 |
Trip n-2 statistics and extension |
210 to 239 360 to 369 |
2002 : 3D to 2002 : 5A 2003 : 3D to 2003 : 46 |
Trip n-3 statistics and extension |
240 to 269 390 to 399 |
2002 : 5B to 2002 : 78 2003 : 5B to 2003 : 64 |
Trip n-4 statistics and extension |
270 to 299 420 to 429 |
2002 : 79 to 2002 : 96 2003 : 79 to 2003 : 82 |
Global Statistics
The global statistics are described in the following table:
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
100-101 |
2001 : 01 - 2001 : 02 |
(Not significant) |
||
102 |
2001 : 03 |
Ulnt |
Ground current trips count |
|
103 |
2001 : 04 |
Ulnt |
Thermal overload trips count |
|
104 |
2001 : 05 |
Ulnt |
Long start trips count |
|
105 |
2001 : 06 |
Ulnt |
Jam trips count |
|
106 |
2001 : 07 |
Ulnt |
Current phase imbalance trips count |
|
107 |
2001 : 08 |
Ulnt |
Undercurrent trips count |
|
109 |
2001 : 0A |
Ulnt |
HMI port trips count |
|
110 |
2001 : 0B |
Ulnt |
Controller internal trips count |
|
111 |
2001 : 0C |
Ulnt |
Internal port trips count |
|
112 |
2001 : 0D |
(Not significant) |
||
113 |
2001 : 0E |
Ulnt |
Network port config trips count |
|
114 |
2001 : 0F |
Ulnt |
Network port trips count |
|
115 |
2001 : 10 |
Ulnt |
Auto-resets count |
|
116 |
2001 : 11 |
Ulnt |
Thermal overload alarms count |
|
117-118 |
2001 : 12 - 2001 : 13 |
UDlnt |
Motor starts count |
|
119-120 |
2001 : 14 - 2001 : 15 |
UDlnt |
Operating time (s) |
|
121 |
2001 : 16 |
lnt |
Controller internal temperature max (°C) |
LTM Monitoring Statistics
The LTM monitoring statistics are described in the following table:
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
122 |
2001 : 17 |
Ulnt |
Trips count |
|
123 |
2001 : 18 |
Ulnt |
Alarms count |
|
124-125 |
2001 : 19 - 2001 : 1A |
UDlnt |
Motor LO1 closings count |
|
126-127 |
2001 : 1B - 2001 : 1C |
UDlnt |
Motor LO2 closings count |
|
128 |
2001 : 1D |
Ulnt |
Diagnostic trips count |
|
129 |
2001 : 1E |
(Reserved) |
||
130 |
2001 : 1F |
Ulnt |
Overcurrent trips count |
|
131 |
2001 : 20 |
Ulnt |
Current phase loss trips count |
|
132 |
2001 : 21 |
Ulnt |
Motor temperature sensor trips count |
|
133 |
2001 : 22 |
Ulnt |
Voltage phase imbalance trips count |
1 |
134 |
2001 : 23 |
Ulnt |
Voltage phase loss trips count |
1 |
135 |
2001 : 24 |
Ulnt |
Wiring trips count |
1 |
136 |
2001 : 25 |
Ulnt |
Undervoltage trips count |
1 |
137 |
2001 : 26 |
Ulnt |
Overvoltage trips count |
1 |
138 |
2001 : 27 |
Ulnt |
Underpower trips count |
1 |
139 |
2001 : 28 |
Ulnt |
Overpower trips count |
1 |
140 |
2001 : 29 |
Ulnt |
Under power factor trips count |
1 |
141 |
2001 : 2A |
Ulnt |
Over power factor trips count |
1 |
142 |
2001 : 2B |
Ulnt |
Load sheddings count |
1 |
143-144 |
2001 : 2C - 2001 : 2D |
UDlnt |
Active power consumption (kWh) |
1 |
145-146 |
2001 : 2E - 2001 : 2F |
UDlnt |
Reactive power consumption (kVARh) |
1 |
147 |
2001 : 30 |
Ulnt |
Auto restart immediate count |
|
148 |
2001 : 31 |
Ulnt |
Auto restart delayed count |
|
149 |
2001 : 32 |
Ulnt |
Auto restart manual count |
Last Trip (n-0) Statistics
The last trip statistics are completed by variables at addresses 300 to 309.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
150 |
2002 : 01 |
Ulnt |
trip code n-0 |
|
151 |
2002 : 02 |
Ulnt |
Motor full load current ratio n-0 (% FLC max) |
|
152 |
2002 : 03 |
Ulnt |
Thermal capacity level n-0 (% trip level) |
|
153 |
2002 : 04 |
Ulnt |
Average current ratio n-0 (% FLC) |
|
154 |
2002 : 05 |
Ulnt |
L1 current ratio n-0 (% FLC) |
|
155 |
2002 : 06 |
Ulnt |
L2 current ratio n-0 (% FLC) |
|
156 |
2002 : 07 |
Ulnt |
L3 current ratio n-0 (% FLC) |
|
157 |
2002 : 08 |
Ulnt |
Ground current ratio n-0 (x 0.1 % FLC min) |
|
158 |
2002 : 09 |
Ulnt |
Full load current max n-0 (x 0.1 A) |
|
159 |
2002 : 0A |
Ulnt |
Current phase imbalance n-0 (%) |
|
160 |
2002 : 0B |
Ulnt |
Frequency n-0 (x 0.1 Hz) |
2 |
161 |
2002 : 0C |
Ulnt |
Motor temperature sensor n-0 (x 0.1 Ω) |
|
162-165 |
2002 : 0D - 2002 : 10 |
Word[4] |
Date and time n-0 DT_DateTime |
|
166 |
2002 : 11 |
Ulnt |
Average voltage n-0 (V) |
1 |
167 |
2002 : 12 |
Ulnt |
L3-L1 voltage n-0 (V) |
1 |
168 |
2002 : 13 |
Ulnt |
L1-L2 voltage n-0 (V) |
1 |
169 |
2002 : 14 |
Ulnt |
L2-L3 voltage n-0 (V) |
1 |
170 |
2002 : 15 |
Ulnt |
Voltage phase imbalance n-0 (%) |
1 |
171 |
2002 : 16 |
Ulnt |
Active power n-0 (x 0.1 kWh) |
1 |
172 |
2002 : 17 |
Ulnt |
Power factor n-0 (x 0.01) |
1 |
173-179 |
2002 : 18 - 2002 : 1E |
(Not significant) |
N-1 Trip Statistics
The n-1 trip statistics are completed by variables at addresses 330 to 339.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
180 |
2002 : 1F |
Ulnt |
Trip code n-1 |
|
181 |
2002 : 20 |
Ulnt |
Motor full load current ratio n-1 (% FLC max) |
|
182 |
2002 : 21 |
Ulnt |
Thermal capacity level n-1 (% trip level) |
|
183 |
2002 : 22 |
Ulnt |
Average current ratio n-1 (% FLC) |
|
184 |
2002 : 23 |
Ulnt |
L1 current ratio n-1 (% FLC) |
|
185 |
2002 : 24 |
Ulnt |
L2 current ratio n-1 (% FLC) |
|
186 |
2002 : 25 |
Ulnt |
L3 current ratio n-1 (% FLC) |
|
187 |
2002 : 26 |
Ulnt |
Ground current ratio n-1 (x 0.1 % FLC min) |
|
188 |
2002 : 27 |
Ulnt |
Full load current max n-1 (x 0.1 A) |
|
189 |
2002 : 28 |
Ulnt |
Current phase imbalance n-1 (%) |
|
190 |
2002 : 29 |
Ulnt |
Frequency n-1 (x 0.1 Hz) |
2 |
191 |
2002 : 2A |
Ulnt |
Motor temperature sensor n-1 (x 0.1 Ω) |
|
192-195 |
2002 : 2B - 2002 : 2E |
Word[4] |
Date and time n-1 DT_DateTime |
|
196 |
2002 : 2F |
Ulnt |
Average voltage n-1 (V) |
1 |
197 |
2002 : 30 |
Ulnt |
L3-L1 voltage n-1 (V) |
1 |
198 |
2002 : 31 |
Ulnt |
L1-L2 voltage n-1 (V) |
1 |
199 |
2002 : 32 |
Ulnt |
L2-L3 voltage n-1 (V) |
1 |
200 |
2002 : 33 |
Ulnt |
Voltage phase imbalance n-1 (%) |
1 |
201 |
2002 : 34 |
Ulnt |
Active power n-1 (x 0.1 kWh) |
1 |
202 |
2002 : 35 |
Ulnt |
Power factor n-1 (x 0.01) |
1 |
203-209 |
2002 : 36 - 2002 : 3C |
(Not significant) |
N-2 Trip Statistics
The n-2 trip statistics are completed by variables at addresses 360 to 369.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
210 |
2002 : 3D |
Ulnt |
Trip code n-2 |
|
211 |
2002 : 3E |
Ulnt |
Motor full load current ratio n-2 (% FLC max) |
|
212 |
2002 : 3F |
Ulnt |
Thermal capacity level n-2 (% trip level) |
|
213 |
2002 : 40 |
Ulnt |
Average current ratio n-2 (% FLC) |
|
214 |
2002 : 41 |
Ulnt |
L1 current ratio n-2 (% FLC) |
|
215 |
2002 : 42 |
Ulnt |
L2 current ratio n-2 (% FLC) |
|
216 |
2002 : 43 |
Ulnt |
L3 current ratio n-2 (% FLC) |
|
217 |
2002 : 44 |
Ulnt |
Ground current ratio n-2 (x 0.1 % FLC min) |
|
218 |
2002 : 45 |
Ulnt |
Full load current max n-2 (x 0.1 A) |
|
219 |
2002 : 46 |
Ulnt |
Current phase imbalance n-2 (%) |
|
220 |
2002 : 47 |
Ulnt |
Frequency n-2 (x 0.1 Hz) |
2 |
221 |
2002 : 48 |
Ulnt |
Motor temperature sensor n-2 (x 0.1 Ω) |
|
222-225 |
2002 : 49 - 2002 : 4C |
Word[4] |
Date and time n-2 DT_DateTime |
|
226 |
2002 : 4D |
Ulnt |
Average voltage n-2 (V) |
1 |
227 |
2002 : 4E |
Ulnt |
L3-L1 voltage n-2 (V) |
1 |
228 |
2002 : 4F |
Ulnt |
L1-L2 voltage n-2 (V) |
1 |
229 |
2002 : 50 |
Ulnt |
L2-L3 voltage n-2 (V) |
1 |
230 |
2002 : 51 |
Ulnt |
Voltage phase imbalance n-2 (%) |
1 |
231 |
2002 : 52 |
Ulnt |
Active power n-2 (x 0.1 kWh) |
1 |
232 |
2002 : 53 |
Ulnt |
Power factor n-2 (x 0.01) |
1 |
233-239 |
2002 : 54 - 2002 : 5A |
(Not significant) |
N-3 Trip Statistics
The n-3 trip statistics are completed by variables at addresses 390 to 399.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
240 |
2002 : 5B |
Ulnt |
Trip code n-3 |
|
241 |
2002 : 5C |
Ulnt |
Motor full load current ratio n-3 (% FLC max) |
|
242 |
2002 : 5D |
Ulnt |
Thermal capacity level n-3 (% trip level) |
|
243 |
2002 : 5E |
Ulnt |
Average current ratio n-3 (% FLC) |
|
244 |
2002 : 5F |
Ulnt |
L1 current ratio n-3 (% FLC) |
|
245 |
2002 : 60 |
Ulnt |
L2 current ratio n-3 (% FLC) |
|
246 |
2002 : 61 |
Ulnt |
L3 current ratio n-3 (% FLC) |
|
247 |
2002 : 62 |
Ulnt |
Ground current ratio n-3 (x 0.1 % FLC min) |
|
248 |
2002 : 63 |
Ulnt |
Full load current max n-3 (0.1 A) |
|
249 |
2002 : 64 |
Ulnt |
Current phase imbalance n-3 (%) |
|
250 |
2002 : 65 |
Ulnt |
Frequency n-3 (x 0.1 Hz) |
2 |
251 |
2002 : 66 |
Ulnt |
Motor temperature sensor n-3 (x 0.1 Ω) |
|
252-255 |
2002 : 67 - 2002 : 6A |
Word[4] |
Date and time n-3 DT_DateTime |
|
256 |
2002 : 6B |
Ulnt |
Average voltage n-3 (V) |
1 |
257 |
2002 : 6C |
Ulnt |
L3-L1 voltage n-3 (V) |
1 |
258 |
2002 : 6D |
Ulnt |
L1-L2 voltage n-3 (V) |
1 |
259 |
2002 : 6E |
Ulnt |
L2-L3 voltage n-3 (V) |
1 |
260 |
2002 : 6F |
Ulnt |
Voltage phase imbalance n-3 (%) |
1 |
261 |
2002 : 70 |
Ulnt |
Active power n-3 (x 0.1 kWh) |
1 |
262 |
2002 : 71 |
Ulnt |
Power factor n-3 (x 0.01) |
1 |
263-269 |
2002 : 72 - 2002 : 78 |
(Not significant) |
N-4 Trip Statistics
The n-4 trip statistics are completed by variables at addresses 420 to 429.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
270 |
2002 : 79 |
Ulnt |
Trip code n-4 |
|
271 |
2002 : 7A |
Ulnt |
Motor full load current ratio n-4 (% FLC max) |
|
272 |
2002 : 7B |
Ulnt |
Thermal capacity level n-4 (% trip level) |
|
273 |
2002 : 7C |
Ulnt |
Average current ratio n-4 (% FLC) |
|
274 |
2002 : 7D |
Ulnt |
L1 current ratio n-4 (% FLC) |
|
275 |
2002 : 7E |
Ulnt |
L2 current ratio n-4 (% FLC)) |
|
276 |
2002 : 7F |
Ulnt |
L3 current ratio n-4 (% FLC) |
|
277 |
2002 : 80 |
Ulnt |
Ground current ratio n-4 (x 0.1 % FLC min) |
|
278 |
2002 : 81 |
Ulnt |
Full load current max n-4 (x 0.1 A) |
|
279 |
2002 : 82 |
Ulnt |
Current phase imbalance n-4 (%) |
|
280 |
2002 : 83 |
Ulnt |
Frequency n-4 (x 0.1 Hz) |
2 |
281 |
2002 : 84 |
Ulnt |
Motor temperature sensor n-4 (x 0.1 Ω) |
|
282-285 |
2002 : 85 - 2002 : 88 |
Word[4] |
Date and time n-4 DT_DateTime |
|
286 |
2002 : 89 |
Ulnt |
Average voltage n-4 (V) |
1 |
287 |
2002 : 8A |
Ulnt |
L3-L1 voltage n-4 (V) |
1 |
288 |
2002 : 8B |
Ulnt |
L1-L2 voltage n-4 (V) |
1 |
289 |
2002 : 8C |
Ulnt |
L2-L3 voltage n-4 (V) |
1 |
290 |
2002 : 8D |
Ulnt |
Voltage phase imbalance n-4 (x 1%) |
1 |
291 |
2002 : 8E |
Ulnt |
Active power n-4 (x 0.1 kWh) |
1 |
292 |
2002 : 8F |
Ulnt |
Power factor n-4 (x 0.01) |
1 |
293-299 |
2002 : 90 - 2002 : 96 |
(Not significant) |
Last Trip (n-0) Statistics Extension
The last trip main statistics are listed at addresses 150-179.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
300-301 |
2003 : 01 - 2003 : 02 |
UDlnt |
Average current n-0 (x 0.01 A) |
|
302-303 |
2003 : 03 - 2003 : 04 |
UDlnt |
L1 current n-0 (x 0.01 A) |
|
304-305 |
2003 : 05 - 2003 : 06 |
UDlnt |
L2 current n-0 (x 0.01 A) |
|
306-307 |
2003 : 07 - 2003 : 08 |
UDlnt |
L3 current n-0 (x 0.01 A) |
|
308-309 |
2003 : 09 - 2003 : 0A |
UDlnt |
Ground current n-0 (mA) |
|
310 |
2003 : 0B |
Ulnt |
Motor temperature sensor degree n-0 (°C) |
N-1 Trip Statistics Extension
The n-1 trip main statistics are listed at addresses 180-209.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
330-331 |
2003 : 1F - 2003 : 20 |
UDlnt |
Average current n-1 (x 0.01 A) |
|
332-333 |
2003 : 21 - 2003 : 22 |
UDlnt |
L1 current n-1 (x 0.01 A) |
|
334-335 |
2003 : 23 - 2003 : 24 |
UDlnt |
L2 current n-1 (x 0.01 A) |
|
336-337 |
2003 : 25 - 2003 : 26 |
UDlnt |
L3 current n-1 (x 0.01 A) |
|
338-339 |
2003 : 27 - 2003 : 28 |
UDlnt |
Ground current n-1 (mA) |
|
340 |
2003 : 29 |
Ulnt |
Motor temperature sensor degree n-1 (°C) |
N-2 Trip Statistics Extension
The n-2 trip main statistics are listed at addresses 210-239.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
360-361 |
2003 : 3D - 2003 : 3E |
UDlnt |
Average current n-2 (x 0.01 A) |
|
362-363 |
2003 : 3F - 2003 : 40 |
UDlnt |
L1 current n-2 (x 0.01 A) |
|
364-365 |
2003 : 41 - 2003 : 42 |
UDlnt |
L2 current n-2 (x 0.01 A) |
|
366-367 |
2003 : 43 - 2003 : 44 |
UDlnt |
L3 current n-2 (x 0.01 A) |
|
368-369 |
2003 : 45 - 2003 : 46 |
UDlnt |
Ground current n-2 (mA) |
|
370 |
2003 : 47 |
Ulnt |
Motor temperature sensor degree n-2 (°C) |
N-3 Trip Statistics Extension
The n-3 trip main statistics are listed at addresses 240-269.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
390-391 |
2003 : 5B - 2003 : 5C |
UDlnt |
Average current n-3 (x 0.01 A) |
|
392-393 |
2003 : 5D - 2003 : 5E |
UDlnt |
L1 current n-3 (x 0.01 A) |
|
394-395 |
2003 : 5F - 2003 : 60 |
UDlnt |
L2 current n-3 (x 0.01 A) |
|
396-397 |
2003 : 61 - 2003 : 62 |
UDlnt |
L3 current n-3 (x 0.01 A) |
|
398-399 |
2003 : 63 - 2003 : 64 |
UDlnt |
Ground current n-3 (mA) |
|
400 |
2003 : 65 |
Ulnt |
Motor temperature sensor degree n-3 (°C) |
N-4 Trip Statistics Extension
The n-4 trip main statistics are listed at addresses 270-299.
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
420-421 |
2003 : 79 - 2003 : 7A |
UDlnt |
Average current n-4 (x 0.01 A) |
|
422-423 |
2003 : 7B9 - 2003 : 7C |
UDlnt |
L1 current n-4 (x 0.01 A) |
|
424-425 |
2003 : 7D - 2003 : 7E |
UDlnt |
L2 current n-4 (x 0.01 A) |
|
426-427 |
2003 : 7F - 2003 : 80 |
UDlnt |
L3 current n-4 (x 0.01 A) |
|
428-429 |
2003 : 81 - 2003 : 82 |
UDlnt |
Ground current n-4 (mA) |
|
430 |
2003 : 83 |
Ulnt |
Motor temperature sensor degree n-4 (°C) |
Monitoring Variables
Monitoring Variables
Monitoring variables are described in the following table:
Monitoring Variable Groups |
Modbus Addresses |
CANopen Addresses |
---|---|---|
Monitoring of trips |
450 to 454 |
2004 : 01 to 2004 : 05 |
Monitoring of status |
455 to 459 |
2004 : 06 to 2004 : 0A |
Monitoring of alarms |
460 to 464 |
2004 : 0B to 2004 : 0F |
Monitoring of measurements |
465 to 539 |
2004 : 10 to 2004 : 5A |
Register |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
450 |
2004 : 01 |
Ulnt |
Minimum wait time (s) |
|
451 |
2004 : 02 |
Ulnt |
Trip code (code of the last trip, or of the trip that takes priority) DT_FaultCode
|
|
452 |
2004 : 03 |
Word
|
Trip register 1 |
|
bits 0-1 (Reserved) |
||||
bit 2 Ground current trip |
||||
bit 3 Thermal overload trip |
||||
bit 4 Long start trip |
||||
bit 5 Jam trip |
||||
bit 6 Current phase imbalance trip |
||||
bit 7 Undercurrent trip |
||||
bit 8 (Reserved) |
||||
bit 9 Test trip |
||||
bit 10 HMI port trip |
||||
bit 11 Controller internal trip |
||||
bit 12 Internal port trip |
||||
bit 13 (Not significant) |
||||
bit 14 Network port config trip |
||||
bit 15 Network port trip |
||||
453 |
2004 : 04 |
Word
|
Trip register 2 |
|
bit 0 External system trip |
||||
bit 1 Diagnostic trip |
||||
bit 2 Wiring trip |
||||
bit 3 Overcurrent trip |
||||
bit 4 Current phase loss trip |
||||
bit 5 Current phase reversal trip |
||||
bit 6 Motor temperature sensor trip |
1 |
|||
bit 7 Voltage phase imbalance trip |
1 |
|||
bit 8 Voltage phase loss trip |
1 |
|||
bit 9 Voltage phase reversal trip |
1 |
|||
bit 10 Undervoltage trip |
1 |
|||
bit 11 Overvoltage trip |
1 |
|||
bit 12 Underpower trip |
1 |
|||
bit 13 Overpower trip |
1 |
|||
bit 14 Under power factor trip |
1 |
|||
bit 15 Over power factor trip |
1 |
|||
454 |
2004 : 05 |
Word |
Trip register 3 |
|
bit 0 LTME configuration trip |
||||
bits 1-15 (Reserved) |
||||
455 |
2004 : 06 |
Word
|
System status register 1 |
|
bit 0 System ready |
||||
bit 1 System on |
||||
bit 2 System trip |
||||
bit 3 System alarm |
||||
bit 4 System tripped |
||||
bit 5 Trip reset authorized |
||||
bit 6 Controller power |
||||
bit 7 Motor running (with detection of a current if greater than 10% FLC) |
||||
bits 8-13 Motor average current ratio 32 = 100% FLC - 63 = 200% FLC |
||||
bit 14 In remote |
||||
bit 15 Motor starting (start in progress) 0 = descending current is less than 150% FLC 1 = ascending current is greater than 10% FLC |
||||
456 |
2004 : 07 |
Word |
System status register 2 |
|
bit 0 Auto-reset active |
||||
bit 1 (Not significant) |
||||
bit 2 Trip power cycle requested |
||||
bit 3 Motor restart time undefined |
||||
bit 4 Rapid cycle lockout |
||||
bit 5 Load shedding |
1 |
|||
bit 6 Motor speed 0 = FLC1 setting is use 1 = FLC2 setting is used |
||||
bit 7 HMI port comm loss |
||||
bit 8 Network port comm loss |
||||
bit 9 Motor transition lockout |
||||
bits 10-15 (Not significant) |
||||
457 |
2004 : 08 |
Word |
Logic inputs status |
|
bit 0 Logic input 1 |
||||
bit 1 Logic input 2 |
||||
bit 2 Logic input 3 |
||||
bit 3 Logic input 4 |
||||
bit 4 Logic input 5 |
||||
bit 5 Logic input 6 |
||||
bit 6 Logic input 7 |
||||
bit 7 Logic input 8 |
1 |
|||
bit 8 Logic input 9 |
1 |
|||
bit 9 Logic input 10 |
1 |
|||
bit 10 Logic input 11 |
1 |
|||
bit 11 Logic input 12 |
1 |
|||
bit 12 Logic input 13 |
1 |
|||
bit 13 Logic input 14 |
1 |
|||
bit 14 Logic input 15 |
1 |
|||
bit 15 Logic input 16 |
1 |
|||
458 |
2004 : 09 |
Word |
Logic outputs status |
|
bit 0 Logic output 1 |
||||
bit 1 Logic output 2 |
||||
bit 2 Logic output 3 |
||||
bit 3 Logic output 4 |
||||
bit 4 Logic output 5 |
1 |
|||
bit 5 Logic output 6 |
1 |
|||
bit 6 Logic output 7 |
1 |
|||
bit 7 Logic output 8 |
1 |
|||
bits 8-15 (Reserved) |
||||
459 |
2004 : 0A |
Word |
I/O status |
|
bit 0 Input 1 |
||||
bit 1 Input 2 |
||||
bit 2 Input 3 |
||||
bit 3 Input 4 |
||||
bit 4 Input 5 |
||||
bit 5 Input 6 |
||||
bit 6 Input 7 |
||||
bit 7 Input 8 |
||||
bit 8 Input 9 |
||||
bit 9 Input 10 |
||||
bit 10 Input 11 |
||||
bit 11 Input 12 |
||||
bit 12 Output 1 (13-14) |
||||
bit 13 Output 2 (23-24) |
||||
bit 14 Output 3 (33-34) |
||||
bit 15 Output 4 (95-96, 97-98) |
||||
460 |
2004 : 0B |
UInt |
Alarm code DT_WarningCode
|
|
461 |
2004 : 0C |
Word
|
Alarm register 1 |
|
bits 0-1 (Not significant) |
||||
bit 2 Ground current alarm |
||||
bit 3 Thermal overload alarm |
||||
bit 4 (Not significant) |
||||
bit 5 Jam alarm |
||||
bit 6 Current phase imbalance alarm |
||||
bit 7 Undercurrent alarm |
||||
bits 8-9 (Not significant) |
||||
bit 10 HMI port alarm |
||||
bit 11 Controller internal temperature alarm |
||||
bits 12-14 (Not significant) |
||||
bit 15 Network port alarm |
||||
462 |
2004 : 0D |
Word
|
Alarm register 2 |
|
bit 0 (Not significant) |
||||
bit 1 Diagnostic alarm |
||||
bit 2 (Reserved) |
||||
bit 3 Overcurrent alarm |
||||
bit 4 Current phase loss alarm |
||||
bit 5 Current phase reversal alarm |
||||
bit 6 Motor temperature sensor alarm |
||||
bit 7 Voltage phase imbalance alarm |
1 |
|||
bit 8 Voltage phase loss alarm |
1 |
|||
bit 9 (Not significant) |
||||
bit 10 Undervoltage alarm |
1 |
|||
bit 11 Overvoltage alarm |
1 |
|||
bit 12 Underpower alarm |
1 |
|||
bit 13 Overpower alarm |
1 |
|||
bit 14 Under power factor alarm |
1 |
|||
bit 15 Over power factor alarm |
1 |
|||
463 |
2004 : 0E |
Word |
Alarm register 3 |
|
bit 0 LTME configuration alarm |
||||
bits 1-15 (Reserved) |
||||
464 |
2004 : 0F |
Motor temperature sensor degree (°C) |
||
465 |
2004 : 10 |
UInt |
Thermal capacity level (% trip level) |
|
466 |
2004 : 11 |
UInt |
Average current ratio (% FLC) |
|
467 |
2004 : 12 |
UInt |
L1 current ratio (% FLC) |
|
468 |
2004 : 13 |
UInt |
L2 current ratio (% FLC) |
|
469 |
2004 : 14 |
UInt |
L3 current ratio (% FLC) |
|
470 |
2004 : 15 |
UInt |
Ground current ratio (x 0.1 % FLC min) |
|
471 |
2004 : 16 |
UInt |
Current phase imbalance (%) |
|
472 |
2004 : 17 |
Int |
Controller internal temperature (°C) |
|
473 |
2004 : 18 |
UInt |
Controller config checksum |
|
474 |
2004 : 19 |
UInt |
Frequency (x 0.01 Hz) |
2 |
475 |
2004 : 1A |
UInt |
Motor temperature sensor (x 0.1 Ω) |
|
476 |
2004 : 1B |
UInt |
Average voltage (V) |
1 |
477 |
2004 : 1C |
UInt |
L3-L1 voltage (V) |
1 |
478 |
2004 : 1D |
UInt |
L1-L2 voltage (V) |
1 |
479 |
2004 : 1E |
UInt |
L2-L3 voltage (V) |
1 |
480 |
2004 : 1F |
UInt |
Voltage phase imbalance (%) |
1 |
481 |
2004 : 20 |
UInt |
Power factor (x 0.01) |
1 |
482 |
2004 : 21 |
UInt |
Active power (x 0.1 kW) |
1 |
483 |
2004 : 22 |
UInt |
Reactive power (x 0.1 kVAR) |
1 |
484 |
2004 : 23 |
Word |
Auto restart status register |
|
bit 0 Voltage dip occurred |
||||
bit 1 Voltage dip detection |
||||
bit 2 Auto restart immediate condition |
||||
bit 3 Auto restart delayed condition |
||||
bit 4 Auto restart manual condition |
||||
bits 5-15 (Not significant) |
||||
485-489 |
2004 : 24 - 2004 : 28 |
(Not significant) |
||
490 |
2004 : 29 |
Word |
Network port status |
|
bit 0 Network port communicating |
||||
bit 1 Network port connected |
||||
bit 2 Network port self-testing |
||||
bit 3 Network port self-detecting |
||||
bit 4 Network port bad config |
||||
bits 5-15 (Not significant) |
||||
491 |
2004 : 2A |
UInt |
network port baud rate DT_ExtBaudRate |
|
492 |
2004 : 2B |
(Not significant) |
||
493 |
2004 : 2C |
UInt |
Network port parity DT_ExtParity |
|
494-499 |
2004 : 2D - 2004 : 32 |
(Not significant) |
||
500-501 |
2004 : 33 - 2004 : 34 |
UDInt |
Average current (x 0.01 A) |
|
502-503 |
2004 : 35 - 2004 : 36 |
UDInt |
L1 current (x 0.01 A) |
|
504-505 |
2004 : 37 - 2004 : 38 |
UDInt |
L2 current (x 0.01 A) |
|
506-507 |
2004 : 39 - 2004 : 3A |
UDInt |
L3 current (x 0.01 A) |
|
508-509 |
2004 : 3B - 2004 : 3C |
UDInt |
Ground current (mA) |
|
510 |
2004 : 3D |
UInt |
Controller port ID |
|
511 |
2004 : 3E |
UInt |
Time to trip (x 1 s) |
|
512 |
2004 : 3F |
UInt |
Motor last start current ratio (% FLC) |
|
513 |
2004 : 40 |
UInt |
Motor last start duration (s) |
|
514 |
2004 : 41 |
UInt |
Motor starts per hour count |
|
515 |
2004 : 42 |
Word
|
Phase imbalances register |
|
bit 0 L1 current highest imbalance |
||||
bit 1 L2 current highest imbalance |
||||
bit 2 L3 current highest imbalance |
||||
bit 3 L1-L2 voltage highest imbalance |
1 |
|||
bit 4 L2-L3 voltage highest imbalance |
1 |
|||
bit 5 L3-L1 voltage highest imbalance |
1 |
|||
bits 6-15 (Not significant) |
||||
516-523 |
2004 : 43 - 2004 : 4A |
UInt |
(Reserved) |
1 |
524-539 |
2004 : 4B - 2004 : 5A |
UInt |
(Forbidden) |
1 |
Configuration Variables
Configuration Variables
Configuration variables are described in the following table:
Configuration Variable Groups |
Modbus Addresses |
CANopen Addresses |
---|---|---|
Configuration |
540 to 649 |
2005 : 01 to 2006 : 32 |
Setting |
650 to 699 |
2007 : 01 to 2007 : 32 |
Register |
CANopen Address |
Variable Type |
Read/Write Variables |
|
---|---|---|---|---|
540 |
2005 : 01 |
UInt |
Motor operating mode: 2 = 2-wire overload 3 = 3-wire overload 4 = 2-wire independent 5 = 3-wire independent 6 = 2-wire reverser 7 = 3-wire reverser 8 = 2-wire 2-step 9 = 3-wire 2-step 10 = 2-wire 2-speed 11 = 3-wire 2-speed 256-511 = Custom logic program (0-255) |
B |
541 |
2005 : 02 |
UInt |
Motor transition timeout (s) |
|
542-544 |
2005 : 03 - 2005 : 05 |
(Reserved) |
||
545 |
2005 : 06 |
Word |
Controller AC inputs setting register |
|
bits 0-3 Controller AC logic inputs configuration DT_ACInputSetting |
||||
bits 4-15 (Reserved) |
||||
546 |
2005 : 07 |
UInt |
Thermal overload setting |
B |
bits 0-2 Motor temperature sensor type: 0 = None 1 = PTC binary 2 = PT100 3 = PTC analog 4 = NTC analog |
||||
bits 3-4 Thermal overload mode: 0 = Definite 2 = Inverse thermal |
||||
bits 5-15 (Reserved) |
||||
547 |
2005 : 08 |
UInt |
Thermal overload trip definite timeout (s) |
|
548 |
2005 : 09 |
(Reserved) |
||
549 |
2005 : 0A |
UInt |
Motor temperature sensor trip threshold (x 0.1 Ω) |
|
550 |
2005 : 0B |
UInt |
Motor temperature sensor alarm threshold (x 0.1 Ω) |
|
551 |
2005 : 0C |
Ulnt |
Motor temperature sensor trip threshold degree (°C) |
|
552 |
2005 : 0D |
Ulnt |
Motor temperature sensor alarm threshold degree (°C) |
|
553 |
2005 : 0E |
UInt |
Rapid cycle lockout timeout (s) |
|
554 |
2005 : 0F |
UInt |
(Reserved) |
|
555 |
2005 : 10 |
UInt |
Current phase loss timeout (x 0.1 s) |
|
556 |
2005 : 11 |
UInt |
Overcurrent trip timeout (s) |
|
557 |
2005 : 12 |
UInt |
Overcurrent trip threshold (% FLC) |
|
558 |
2005 : 13 |
UInt |
Overcurrent alarm threshold (% FLC) |
|
559 |
2005 : 14 |
Word |
Ground current trip configuration |
B |
bit 0 Ground current mode |
||||
bits 1-15 (Reserved) |
||||
560 |
2005 : 15 |
UInt |
Ground current sensor client |
|
561 |
2005 : 16 |
UInt |
Ground current sensor server |
|
562 |
2005 : 17 |
UInt |
External ground current trip timeout (x 0.01 s) |
|
563 |
2005 : 18 |
UInt |
External ground current trip threshold (x 0.01 A) |
|
564 |
2005 : 19 |
UInt |
External ground current alarm threshold (x 0.01 A) |
|
565 |
2005 : 1A |
UInt |
Motor nominal voltage (V) |
1 |
566 |
2005 : 1B |
UInt |
Voltage phase imbalance trip timeout starting (x 0.1 s) |
1 |
567 |
2005 : 1C |
UInt |
Voltage phase imbalance trip timeout running (x 0.1 s) |
1 |
568 |
2005 : 1D |
UInt |
Voltage phase imbalance trip threshold (% imb) |
1 |
569 |
2005 : 1E |
UInt |
Voltage phase imbalance alarm threshold (% imb) |
1 |
570 |
2005 : 1F |
UInt |
Overvoltage trip timeout (x 0.1 s) |
1 |
571 |
2005 : 20 |
UInt |
Overvoltage trip threshold (x Vnom) |
1 |
572 |
2005 : 21 |
UInt |
Overvoltage alarm threshold (x Vnom) |
1 |
573 |
2005 : 22 |
UInt |
Undervoltage trip timeout (x 0.1 s) |
1 |
574 |
2005 : 23 |
UInt |
Undervoltage trip threshold (x Vnom) |
1 |
575 |
2005 : 24 |
UInt |
Undervoltage alarm threshold (x Vnom) |
1 |
576 |
2005 : 25 |
UInt |
Voltage phase loss trip timeout (x 0.1 s) |
1 |
577 |
2005 : 26 |
Word |
Voltage dip setting |
1 |
bit 0 Load shedding enable |
||||
bit 1 Auto-restart enable |
||||
bits 2-15 (Reserved) |
||||
578 |
2005 : 27 |
UInt |
Load shedding timeout (s) |
1 |
579 |
2005 : 28 |
UInt |
Voltage dip threshold (% Vnom) |
1 |
580 |
2005 : 29 |
UInt |
Voltage dip restart timeout (s) |
1 |
581 |
2005 : 2A |
UInt |
Voltage dip restart threshold (% Vnom) |
1 |
582 |
2005 : 2B |
UInt |
Auto restart immediate timeout (x 0.1 s) |
|
583 |
2005 : 2C |
UInt |
Motor nominal power (x 0.1 kW) |
1 |
584 |
2005 : 2D |
UInt |
Overpower trip timeout (s) |
1 |
585 |
2005 : 2E |
UInt |
Overpower trip threshold (% Pnom) |
1 |
586 |
2005 : 2F |
UInt |
Overpower alarm threshold (% Pnom) |
1 |
587 |
2005 : 30 |
UInt |
Underpower trip timeout (s) |
1 |
588 |
2005 : 31 |
UInt |
Underpower trip threshold (% Pnom) |
1 |
589 |
2005 : 32 |
UInt |
Underpower alarm threshold (% Pnom) |
1 |
590 |
2005 : 33 |
UInt |
Under power factor trip timeout (x 0.1 s) |
1 |
591 |
2005 : 34 |
UInt |
Under power factor trip threshold (x 0.01 PF) |
1 |
592 |
2005 : 35 |
UInt |
Under power factor alarm threshold (x 0.01 PF) |
1 |
593 |
2005 : 36 |
UInt |
Over power factor trip timeout (x 0.1 s) |
1 |
594 |
2005 : 37 |
UInt |
Over power factor trip threshold (x 0.01 PF) |
1 |
595 |
2005 : 38 |
UInt |
Over power factor alarm threshold (x 0.01 PF) |
1 |
596 |
2005 : 39 |
Auto restart delayed timeout (s) |
||
597-599 |
2005 : 3A - 2005 : 3C |
(Reserved) |
||
600 |
2006 : 01 |
(Not significant) |
||
601 |
2006 : 02 |
Word |
General configuration register 1 |
|
bit 0 Controller system config required: 0 = exit the configuration menu 1 = go to the configuration menu |
A |
|||
bits 1-7 (Reserved) |
||||
Control mode configuration, bits 8-10 (one bit is set to 1): |
||||
bit 8 Config via HMI keypad enable |
||||
bit 9 Config via HMI engineering tool enable |
||||
bit 10 Config via network port enable |
||||
bit 11 Motor star-delta |
B |
|||
bit 12 Motor phases sequence: 0 = A B C 1 = A C B |
||||
bits 13-14 Motor phases DT_PhaseNumber |
B |
|||
bit 15 Motor auxiliary fan cooled (factory setting = 0) |
||||
602 |
2006 : 03 |
Word |
General configuration register 2 |
|
bits 0-2 Trip reset mode DT_ResetMode |
C |
|||
bit 3 HMI port parity setting: 0 = none 1 = even (factory setting) |
||||
bits 4-8 (Reserved) |
||||
bit 9 HMI port endian setting |
||||
bit 10 Network port endian setting |
||||
bits 11 HMI motor status LED color |
||||
bits 12-15 (Reserved) |
||||
603 |
2006 : 04 |
Ulnt |
HMI port address setting |
|
604 |
2006 : 05 |
Ulnt |
HMI port baud rate setting (Baud) |
|
605 |
2006 : 06 |
(Reserved) |
||
606 |
2006 : 07 |
Ulnt |
Motor trip class (s) |
|
607 |
2006 : 08 |
(Reserved) |
||
608 |
2006 : 09 |
Ulnt |
Thermal overload trip reset threshold (% trip level) |
|
609 |
2006 : 0A |
Ulnt |
Thermal overload alarm threshold (% trip level) |
|
610 |
2006 : 0B |
UInt |
Internal ground current trip timeout (x 0.1 s) |
|
611 |
2006 : 0C |
UInt |
Internal ground current trip threshold (% FLCmin) |
|
612 |
2006 : 0D |
UInt |
Internal ground current alarm threshold (% FLCmin) |
|
613 |
2006 : 0E |
UInt |
Current phase imbalance trip timeout starting (x 0.1 s) |
|
614 |
2006 : 0F |
UInt |
Current phase imbalance trip timeout running (x 0.1 s) |
|
615 |
2006 : 10 |
UInt |
Current phase imbalance trip threshold (% imb) |
|
616 |
2006 : 11 |
UInt |
Current phase imbalance alarm threshold (% imb) |
|
617 |
2006 : 12 |
UInt |
Jam trip timeout (s) |
|
618 |
2006 : 13 |
UInt |
Jam trip threshold (% FLC) |
|
619 |
2006 : 14 |
UInt |
Jam alarm threshold (% FLC) |
|
620 |
2006 : 15 |
UInt |
Undercurrent trip timeout (s) |
|
621 |
2006 : 16 |
UInt |
Undercurrent trip threshold (% FLC) |
|
622 |
2006 : 17 |
UInt |
Undercurrent alarm threshold (% FLC) |
|
623 |
2006 : 18 |
UInt |
Long start trip timeout (s) |
|
624 |
2006 : 19 |
UInt |
Long start trip threshold (% FLC) |
|
625 |
2006 : 1A |
(Reserved) |
||
626 |
2006 : 1B |
UInt |
HMI display contrast setting |
|
bits 0-7 HMI display contrast setting |
||||
bits 8-15 HMI display brightness setting |
||||
627 |
2006 : 1C |
UInt |
Contactor rating (0.1 A) |
|
628 |
2006 : 1D |
UInt |
Load CT client |
B |
629 |
2006 : 1E |
UInt |
Load CT server |
B |
630 |
2006 : 1F |
UInt |
Load CT multiple passes (passes) |
B |
631 |
2006 : 20 |
Word |
Trip enable register 1 |
|
bits 0-1 (Reserved) |
||||
bit 2 Ground current trip enable |
||||
bit 3 Thermal overload trip enable |
||||
bit 4 Long start trip enable |
||||
bit 5 Jam trip enable |
||||
bit 6 Current phase imbalance trip enable |
||||
bit 7 Undercurrent trip enable |
||||
bit 8 (Reserved) |
||||
bit 9 Self test enable 0 = disable 1 = enable (factory setting) |
||||
bit 10 HMI port trip enable |
||||
bits 11-14 (Reserved) |
||||
bit 15 Network port trip enable |
||||
632 |
2006 : 21 |
Word |
Alarm enable register 1 |
|
bit 0 (Not significant) |
||||
bit 1 (Reserved) |
||||
bit 2 Ground current alarm enable |
||||
bit 3 Thermal overload alarm enable |
||||
bit 4 (Reserved) |
||||
bit 5 Jam alarm enable |
||||
bit 6 Current phase imbalance alarm enable |
||||
bit 7 Undercurrent alarm enable |
||||
bits 8- 9 (Reserved) |
||||
bit 10 HMI port alarm enable |
||||
bit 11 Controller internal temperature alarm enable |
||||
bits 12-14 (Reserved) |
||||
bit 15 Network port alarm enable |
||||
633 |
2006 : 22 |
Word |
Trip enable register 2 |
|
bit 0 (Reserved) |
||||
bit 1 Diagnostic trip enable |
||||
bit 2 Wiring trip enable |
||||
bit 3 Overcurrent trip enable |
||||
bit 4 Current phase loss trip enable |
||||
bit 5 Current phase reversal trip enable |
||||
bit 6 Motor temperature sensor trip enable |
||||
bit 7 Voltage phase imbalance trip enable |
1 |
|||
bit 8 Voltage phase loss trip enable |
1 |
|||
bit 9 Voltage phase reversal trip enable |
1 |
|||
bit 10 Undervoltage trip enable |
1 |
|||
bit 11 Overvoltage trip enable |
1 |
|||
bit 12 Underpower trip enable |
1 |
|||
bit 13 Overpower trip enable |
1 |
|||
bit 14 Under power factor trip enable |
1 |
|||
bit 15 Over power factor trip enable |
1 |
|||
634 |
2006 : 23 |
Word |
Alarm enable register 2 |
|
bit 0 (Reserved) |
||||
bit 1 Diagnostic alarm enable |
||||
bit 2 (Reserved) |
||||
bit 3 Overcurrent alarm enable |
||||
bit 4 Current phase loss alarm enable |
||||
bit 5 (Reserved) |
||||
bit 6 Motor temperature sensor alarm enable |
||||
bit 7 Voltage phase imbalance alarm enable |
1 |
|||
bit 8 Voltage phase loss alarm enable |
1 |
|||
bit 9 (Reserved) |
1 |
|||
bit 10 Undervoltage alarm enable |
1 |
|||
bit 11 Overvoltage alarm enable |
1 |
|||
bit 12 Underpower alarm enable |
1 |
|||
bit 13 Overpower alarm enable |
1 |
|||
bit 14 Under power factor alarm enable |
1 |
|||
bit 15 Over power factor alarm enable |
1 |
|||
635-636 |
2006 : 24 - 2006 : 25 |
(Reserved) |
||
637 |
2006 : 26 |
UInt |
Auto-reset attempts group 1 setting |
|
638 |
2006 : 27 |
UInt |
Auto-reset group 1 timeout |
|
639 |
2006 : 28 |
UInt |
Auto-reset attempts group 2 setting |
|
640 |
2006 : 29 |
UInt |
Auto-reset group 2 timeout |
|
641 |
2006 : 2A |
UInt |
Auto-reset attempts group 3 setting |
|
642 |
2006 : 2B |
UInt |
Auto-reset group 3 timeout |
|
643 |
2006 : 2C |
UInt |
Motor step 1 to 2 timeout |
|
644 |
2006 : 2D |
UInt |
Motor step 1 to 2 threshold |
|
645 |
2006 : 2E |
UInt |
HMI port fallback setting DT_OutputFallbackStrategy |
|
646-649 |
2006 : 2F - 2006 : 32 |
(Reserved) |
||
650 |
2007 : 01 |
Word |
HMI language setting register: |
|
bit 0-4 HMI language setting DT_Language5 |
||||
bits 5-15 (Not significant) |
||||
651 |
2007 : 02 |
Word |
HMI display items register 1 |
|
bit 0 HMI display average current enable |
||||
bit 1 HMI display thermal capacity level enable |
||||
bit 2 HMI display L1 current enable |
||||
bit 3 HMI display L2 current enable |
||||
bit 4 HMI display L3 current enable |
||||
bit 5 HMI display ground current enable |
||||
bit 6 HMI display motor status enable |
||||
bit 7 HMI display current phase imbalance enable |
||||
bit 8 HMI display operating time enable |
||||
bit 9 HMI display I/O status enable |
||||
bit 10 HMI display reactive power enable |
||||
bit 11 HMI display frequency enable |
||||
bit 12 HMI display starts per hour enable |
||||
bit 13 HMI display control mode enable |
||||
bit 14 HMI display start statistics enable |
||||
bit 15 HMI motor temperature sensor enable |
||||
652 |
2007 : 03 |
Ulnt |
Motor full load current ratio, FLC1 (% FLCmax) |
|
653 |
2007 : 04 |
Ulnt |
Motor high speed full load current ratio, FLC2 (% FLCmax) |
|
654 |
2007 : 05 |
Word |
HMI display items register 2 |
|
bit 0 HMI display L1-L2 voltage enable |
1 |
|||
bit 1 HMI display L2-L3 voltage enable |
1 |
|||
bit 2 HMI display L3-L1 voltage enable |
1 |
|||
bit 3 HMI display average voltage enable |
1 |
|||
bit 4 HMI display active power enable |
1 |
|||
bit 5 HMI display power consumption enable |
1 |
|||
bit 6 HMI display power factor enable |
1 |
|||
bit 7 HMI display average current ratio enable |
||||
bit 8 HMI display L1 current ratio enable |
1 |
|||
bit 9 HMI display L2 current ratio enable |
1 |
|||
bit 10 HMI display L3 current ratio enable |
1 |
|||
bit 11 HMI display thermal capacity remaining enable |
||||
bit 12 HMI display time to trip enable |
||||
bit 13 HMI display voltage phase imbalance enable |
1 |
|||
bit 14 HMI display date enable |
||||
bit 15 HMI display time enable |
||||
655-658 |
2007 : 06 - 2007 : 09 |
Word[4] |
Date and time setting DT_DateTime |
|
659 |
2007 : 0A |
Word |
HMI display items register 3 |
|
bit 0 HMI display temperature sensor degree CF |
||||
bits 1-15 (Reserved) |
||||
660-681 |
2007 : 0B - 2007 : 20 |
(Reserved) |
||
682 |
2007 : 21 |
Ulnt |
Network port fallback setting DT_OutputFallbackStrategy |
|
683 |
2007 : 22 |
Word |
Control setting register |
|
bits 0-1 (Reserved) |
||||
bit 2 Control remote local default mode (with LTMCU) 0 = remote 1 = local |
||||
bit 3 (Reserved) |
||||
bit 4 Control remote local buttons enable (with LTMCU) 0 = disable 1 = enable |
||||
bits 5-6 Control remote channel setting (with LTMCU) 0 = network 1 = terminal strip 2 = HMI |
||||
bit 7 (Reserved) |
||||
bit 8 Control local channel setting 0 = terminal strip 1 = HMI |
||||
bit 9 Control direct transition 0 = stop required during transition 1 = stop not required during transition |
||||
bit 10 Control transfer mode 0 = bump 1 = bumpless |
||||
bit 11 Stop terminal strip disable 0 = enable 1 = disable |
||||
bit 12 Stop HMI disable 0 = enable 1 = disable |
||||
bits 13-15 (Reserved) |
||||
684-692 |
2007 : 23 - 2007 : 2D |
Word |
(Reserved |
|
695 |
2007 : 2E |
Ulnt |
Network port baud rate setting (Baud) DT_ExtBaudRate |
|
696 |
2007 : 2F |
Ulnt |
Network port address setting |
|
697-699 |
2007 : 30 - 2007 : 32 |
Word |
(Not significant) |
Command Variables
Command Variables
Command variables are described in the following table:
Register |
CANopen Address |
Variable Type |
Read/Write Variables |
|
---|---|---|---|---|
700 |
2008 : 01 |
Word |
Register available to remotely write commands that can be processed in a specific custom logic |
|
701-703 |
2008 : 02 - 2008 : 04 |
(Reserved) |
||
704 |
2008 : 05 |
Word |
Control register 1 |
|
bit 0 Motor run forward command* |
||||
bit 1 Motor run reverse command (1) |
||||
bit 2 (Reserved) |
||||
bit 3 Trip reset command |
||||
bit 4 (Reserved) |
||||
bit 5 Self test command |
||||
bit 6 Motor low speed command |
||||
bits 7-15 (Reserved) |
||||
705 |
2008 : 06 |
Word |
Control register 2 |
|
bit 0 Clear all command Clear all parameters, except:
|
||||
bit 1 Clear statistics command |
||||
bit 2 Clear thermal capacity level command |
||||
bit 3 Clear controller settings command |
||||
bit 4 Clear network port settings command |
||||
bits 5-15 (Reserved) |
||||
706-709 |
2008 : 07 - 2008 : 0A |
(Reserved) |
||
707-799 |
2008 : 0B - 2008 : 64 |
(Forbidden) |
Custom Logic Variables
Custom Logic Variables
Custom logic variables are described in the following tables:
Modbus Address |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
1200 |
200D : 01 |
Word |
Custom logic status register |
|
bit 0 Custom logic run |
||||
bit 1 Custom logic stop |
||||
bit 2 Custom logic reset |
||||
bit 3 Custom logic second step |
||||
bit 4 Custom logic transition |
||||
bit 5 Custom logic phase reverse |
||||
bit 6 Custom logic network control |
||||
bit 7 Custom logic FLC selection |
||||
bit 8 (Reserved) |
||||
bit 9 Custom logic auxiliary 1 LED |
||||
bit 10 Custom logic auxiliary 2 LED |
||||
bit 11 Custom logic stop LED |
||||
bit 12 Custom logic LO1 |
||||
bit 13 Custom logic LO2 |
||||
bit 14 Custom logic LO3 |
||||
bit 15 Custom logic LO4 |
||||
1201 |
200D : 02 |
Word |
Custom logic version |
|
1202 |
200D : 03 |
Word |
Custom logic memory space |
|
1203 |
200D : 04 |
Word |
Custom logic memory used |
|
1204 |
200D : 05 |
Word |
Custom logic temporary space |
|
1205 |
200D : 06 |
Word |
Custom logic non volatile space |
|
1206-1249 |
200D : 07 - 200D : 32 |
(Reserved) |
Modbus Address |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
1250 |
200D : 33 |
Word |
Custom logic setting register 1 |
|
bit 0 (Reserved) |
||||
bit 1 Logic input 3 external ready enable |
||||
bits 2-15 (Reserved) |
||||
1251-1269 |
200D : 34 - 200D : 46 |
(Reserved) |
||
1270 |
200D : 47 |
Word |
Custom logic command register 1 |
|
bit 0 Custom logic external trip command |
||||
bits 1-15 (Reserved) |
||||
1271-1279 |
200D : 48 - 200D : 50 |
(Reserved) |
Modbus Address |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
1280 |
200D : 51 |
Word |
Custom logic monitoring register 1 |
|
bit 0 Custom logic monitoring external trip |
||||
bit 1 Custom logic system ready |
||||
bits 2-15 (Reserved) |
||||
1281-1300 |
200D : 52 - 200D : 65 |
(Reserved) |
Modbus Address |
CANopen Address |
Variable Type |
Read-only Variables |
|
---|---|---|---|---|
1301-1399 |
200D : 66 - 200D : C8 |
Word[99] |
General purpose registers for logic functions |