1. Catalogs
  2. Infranor Group
  3. CD1k_CANopenProtocol_en_2.10.1.1
video corpo

CD1k_CANopenProtocol_en_2.10.1.1
1 /108Pages

CD1k_CANopenProtocol_en_2.10.1.1

CD1k_CANopenProtocol_en_2.10.1.1
1 /108Pages

Catalog excerpts

CD1k_CANopenProtocol_en_2.10.1.1-1

CINFRANOR CANopen Communication Profile CANopen Drive

 Open the catalog to page 1
CD1k_CANopenProtocol_en_2.10.1.1-2

CD1-k CANopen Communication Profile WARNING ! This is a general manual describing the CANopen Communication Profile of the INFRANOR CD1-k drive (hardware release version 2.0 and firmware release from version 11.E3). For the installation and commissioning of the drive, please refer to the appropriate manuals (CD1-k Installation Guide and CD1k User Guide). Instructions for storage, use after storage, commissioning as well as all technical details require the MANDATORY reading of the manual before getting the amplifiers operational. Maintenance procedures should be attempted only by highly skilled...

 Open the catalog to page 2
CD1k_CANopenProtocol_en_2.10.1.1-3

CD1-k – CANopen Communication Profile  Information and sorting instructions regarding INFRANOR Waste category Recyclable waste Recyclable waste Recyclable waste Recyclable waste Electronical boards and components WEEE (Waste Electronic and Electrical Equipment) Dangerous industrial waste Waste management Waste disposal centre / collection point of recyclable waste Waste disposal centre / collection point of recyclable waste Waste disposal centre / metal collection point Waste disposal centre / metal collection point France: http://www.ecosystem.eco/fr/sousrubrique/solutions Abroad: Country-specific...

 Open the catalog to page 3
CD1k_CANopenProtocol_en_2.10.1.1-4

CD1-k - CANopen Communication Profile

 Open the catalog to page 4
CD1k_CANopenProtocol_en_2.10.1.1-5

CD1-k - CANopen Communication Profile

 Open the catalog to page 5
CD1k_CANopenProtocol_en_2.10.1.1-6

CD1-k - CANopen Communication Profile

 Open the catalog to page 6
CD1k_CANopenProtocol_en_2.10.1.1-7

CD1-k - CANopen Communication Profile

 Open the catalog to page 7
CD1k_CANopenProtocol_en_2.10.1.1-8

CD1-k – CANopen Communication Profile

 Open the catalog to page 8
CD1k_CANopenProtocol_en_2.10.1.1-9

CD1-k – CANopen Communication Profile Chapter 1 – Overview 3.13 - REFERENCE CiA DS-201..207 CAN Application Layer for Industrial Applications Version 1.1 Application Layer and Communication Profile Version 4.01 Device Profile: Drive and Motion Control Version 1.1 Controller Area Network CAN in Automation e. V. CAN-Bus international manufacturer and user organisation. CAN Application Layer. The Application layer for CAN as specified by CiA. Communication Object is a CAN message. Data must be sent accross a CAN network inside a COB. COB-Identifier. Each CAN message has a single identifier. There...

 Open the catalog to page 9
CD1k_CANopenProtocol_en_2.10.1.1-10

CD1-k - CANopen Communication Profile Device Control: The drive starting and stopping are executed by the state machine. The state machine - handled with a control word and a status word via CAN bus - gives the possibility to control the state of the drive: servo on/off, start/stop movement, fault reset... Operation modes: The operation mode defines the behaviour of the drive : Homing Mode: In this mode, various methods can be used to find a home position. Profile Position Mode: In this mode, a trapezoidal trajectory generator gives the drive the possibility to execute a positioning with pre-set...

 Open the catalog to page 10
CD1k_CANopenProtocol_en_2.10.1.1-11

CD1-k - CANopen Communication Profile OINFRANORChapter 2 - Communication Profile2.1 - COMMUNICATION OBJECTS2.1.1 - CAN TELEGRAM SOM SOM : COB-ID RTR : CTRL: Data : CRC : ACK : EOM : Start Of Message COB-Identifier of 11 bits Remote Transmission Request Control field up to 8 bytes Cyclic Redundancy Check 2.1.2 - DEFAULT COB-ID The COB-ID is of 11 bits. Node-ID (bits 0 - 6) is the drive address from 1 to 127. TX = T ransmit from drive to master RX = Receive by drive from master Chapter 2 - Communication Profile

 Open the catalog to page 11
CD1k_CANopenProtocol_en_2.10.1.1-12

CD1-k - CANopen Communication Profile OINFRANOR2.1.3 - NETWORK MANAGEMENT OBJECTS (NMT)NMT Protocols NMT Master Node-ID: The Node-ID indicates the address of the CD1-k (defined by switches). If Node_ID = 0, the protocol addresses all NMT slaves. The SYNC object is a broadcast message sent by the master. This message provides a network clock. The period is specified by the communication cycle period (object 1006h). The Infranor servo-drives use this SYNC message to synchronize their clock. At least 180 ms are necessary for the servo-drive to start the synchronisation. Communication cycle Synchronous...

 Open the catalog to page 12
CD1k_CANopenProtocol_en_2.10.1.1-13

CD1-k - CANopen Communication Profile OINFRANOR2.1.5 - PROCESS DATA OBJECT (PDO) PDOs are unconfirmed messages used for real-time data exchange. PDOs sent by the master are RPDOs and PDOs sent by the drive are TPDOs. Data in each PDO are defined by a list of objects (PDO mapping). - PDO communication parameters at object 1400h + RPDO_number-1 (for RPDO) or 1800h + TPDO_number-1 (for TPDO) - PDO mapping at object 1600h + RPDO_number-1 (for RPDO) or 1A00h + TPDO_number-1 (for TPDO) - Transmission type The distribution of COB-ID is defined by default (see section 2.1.2). The modification of COB-ID...

 Open the catalog to page 13
CD1k_CANopenProtocol_en_2.10.1.1-14

CD1-k – CANopen Communication Profile 2.1.5.2 - PDO Mapping The sub-index 0 of the mapping parameter contains the number of valid entries within the mapping record. This number of entries is also the number of application variables which shall be transmitted/received with the corresponding PDO. The sub-index 1 to number of entries contains the information about the mapped application variables. These entries describe the PDO contents by their index, sub-index and length (in bits). Structure of PDO Mapping Entry: Byte : PDO mapping 3 (nb of entries) yyyyh (index) yyh (sub-index) zzzzh zzh xxxxh...

 Open the catalog to page 14
CD1k_CANopenProtocol_en_2.10.1.1-15

CD1-k - CANopen Communication Profile OINFRANOR 2.1.7 - EMERGENCY OBJECT (EMCY) The Emergency telegram consists of 8 bytes: Chapter 2 - Communication Profile

 Open the catalog to page 15
CD1k_CANopenProtocol_en_2.10.1.1-16

CD1-k – CANopen Communication Profile 2.2 - NETWORK INITIALISATION AND SYSTEM BOOT-UP 2.2.1 - NMT STATE MACHINE The NMT state machine defines the communication status. Power On (1) Pre-operational NMT, SDO, Sync, Emcy (7) (13) Operational NMT, SDO, Sync, Emcy, PDO At Power on, the initialisation state is automatically entered Once the Initialisation over, Pre-Operational is automatically entered Start_Remote_Node indication Enter_Pre-Operational_State indication Stop_Remote_Node indication Reset_Node indication Reset_Communication indication Minimum Boot-Up consists of one CAN telegram : a broadcast...

 Open the catalog to page 16
CD1k_CANopenProtocol_en_2.10.1.1-17

CD1-k - CANopen Communication Profile OINFRANOR2.3 - OBJECT DICTIONARY2.3.1 - GENERAL INFORMATION2.3.1.1 - Object 1000h: Device Type This object describes the type of a device. Chapter 2 - Communication Profile

 Open the catalog to page 17

All Infranor Group catalogs and technical brochures

  1. smt-100

    32  Pages

  2. PacSimBox_e

    1  Page

  3. Pac_SF01_EN

    4  Pages

  4. Option_CT_EMF

    6  Pages

  5. ma_series

    6  Pages

  6. CD1a_e_7.1(old)

    45  Pages

  7. BM20A(F)v3_0

    20  Pages

  8. BM20A(D)v3_0

    20  Pages

  9. BF400(GB)v2_2

    21  Pages

  10. BF400(D)v2_2

    21  Pages

  11. BF230(GB)v2_0

    23  Pages

  12. BF230(F)v2_0

    23  Pages

  13. BD2m_e_2.2

    69  Pages

  14. BD2m(GB)2.0

    70  Pages

  15. BD2_e_3.2

    53  Pages

  16. BD2(GB)3.1

    53  Pages

  17. BD2(D)3.1

    54  Pages

  18. Movinor_LH_e

    4  Pages

  19. ma_series

    6  Pages

  20. BD1t(GB)3.1

    81  Pages

  21. BD1t(F)3.0

    85  Pages

  22. BD1pInst(GB)3.0

    25  Pages

  23. BD1pInst(F)3.0

    23  Pages

  24. BD1pInst(D)3.0

    24  Pages

  25. BD1m(GB)5.0

    58  Pages

  26. BD1m(F)5.0

    57  Pages

  27. BD1m(D)v3_3

    64  Pages

  28. BD1k(GB)2.1

    35  Pages

  29. BD1k(F)2.1

    36  Pages

  30. BD1j(GB)v2_41

    19  Pages

  31. BD1j(F)v2_4

    21  Pages

  32. BD1i(GB)v2_21

    23  Pages

  33. BD1i(F)v2_2

    27  Pages

  34. BD1h(F)3.0

    65  Pages

  35. BD1h(D)3.0

    59  Pages

  36. BD1g(GB)v3_0

    28  Pages

  37. BD1g(F)v3_0

    28  Pages

  38. BD1f(GB)v2_01

    18  Pages

  39. BD1f(F)v2_01

    17  Pages

  40. BD1e(F)v2_01

    22  Pages

  41. BD1d(GB)v2_01

    25  Pages

  42. BD1d(F)v2_01

    25  Pages

  43. BD1c(GB)v2_01

    19  Pages

  44. BD1c(F)v2_01

    19  Pages

  45. BD1a400(GB)v2_3

    43  Pages

  46. BD1a400(F)v2_3

    44  Pages

  47. BD1a400(D)v2_3

    45  Pages

  48. BD1(GB)7.1_noPW

    45  Pages

  49. BD1(GB)7.1

    45  Pages

  50. BD1(F)7.1_noPW

    47  Pages

  51. BD1(F)7.1

    47  Pages

  52. BD1(D)7.1

    45  Pages

  53. BD1 Katalog

    11  Pages

  54. 08ma_ms_e_01700

    20  Pages

  55. Easy_STO_en_1.4

    14  Pages

  56. CD1kUser_en_2.3

    26  Pages

  57. CD1a_en_8.17

    62  Pages

  58. CD1_STO_en_1.8

    16  Pages

  59. Drawing_1

    1  Page

  60. Datasheet_MSS

    5  Pages

  61. Datasheet_2

    2  Pages

  62. Datasheet_1

    4  Pages

  63. BLSBLT_series

    2  Pages

  64. BL220221

    2  Pages

  65. BL270

    2  Pages

  66. BL190

    2  Pages

  67. bl100_series

    6  Pages

  68. bl40_series

    6  Pages

  69. BL30

    2  Pages

  70. Movinor_T_EN

    4  Pages

  71. Movinor_N_EN

    4  Pages

  72. CybIO

    6  Pages

*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.