You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting support for more Object Dictionary Data Type Support.
Specific interest in "UNSIGNED24".
Data Types are described in CAN-in-Automation Design Specification 301, section 7.4.7.1 (Table 44) (page 85, see attached image)
Requesting support for more Object Dictionary Data Type Support.
Specific interest in "UNSIGNED24".
Data Types are described in CAN-in-Automation Design Specification 301, section 7.4.7.1 (Table 44) (page 85, see attached image)
I believe this would require add to this list found in https://github.com/christiansandberg/canopen/blob/c7ad0a822a20a765f0fc7c43be0f4450b7a536ef/canopen/objectdictionary/__init__.py
`class Variable(object):
"""Simple variable."""
Full Copy of Table 44 from CiA Documentation:
Index Object Name
0001h DEFTYPE BOOLEAN
0002h DEFTYPE INTEGER8
0003h DEFTYPE INTEGER16
0004h DEFTYPE INTEGER32
0005h DEFTYPE UNSIGNED8
0006h DEFTYPE UNSIGNED16
0007h DEFTYPE UNSIGNED32
0008h DEFTYPE REAL32
0009h DEFTYPE VISIBLE_STRING
000Ah DEFTYPE OCTET_STRING
000Bh DEFTYPE UNICODE_STRING
000Ch DEFTYPE TIME_OF_DAY
000Dh DEFTYPE TIME_DIFFERENCE
000Eh reserved
000Fh DEFTYPE DOMAIN
0010h DEFTYPE INTEGER24
0011h DEFTYPE REAL64
0012h DEFTYPE INTEGER40
0013h DEFTYPE INTEGER48
0014h DEFTYPE INTEGER56
0015h DEFTYPE INTEGER64
0016h DEFTYPE UNSIGNED24
0017h reserved
0018h DEFTYPE UNSIGNED40
0019h DEFTYPE UNSIGNED48
001Ah DEFTYPE UNSIGNED56
001Bh DEFTYPE UNSIGNED64
001Ch – 001Fh reserved
0020h DEFSTRUCT PDO_COMMUNICATION_PARAMETER
0021h DEFSTRUCT PDO_MAPPING
0022h DEFSTRUCT SDO_PARAMETER
0023h DEFSTRUCT IDENTITY
0024h – 003Fh reserved
0040h – 005Fh DEFSTRUCT Manufacturer-specific Complex Data types
0060h – 007Fh DEFTYPE Device profile specific Standard Data types 1st logical device
0080h – 009Fh DEFSTRUCT Device profile specific Complex Data types 1st logical device
00A0h – 00BFh DEFTYPE Device profile specific Standard Data types 2nd logical device
00C0h – 00DFh DEFSTRUCT Device profile specific Complex Data types 2nd logical device
00E0h – 00FFh DEFTYPE Device profile specific Standard Data types 3rd logical device
0100h – 011Fh DEFSTRUCT Device profile specific Complex Data types 3rd logical device
0120h – 013Fh DEFTYPE Device profile specific Standard Data types 4th logical device
0140h – 015Fh DEFSTRUCT Device profile specific Complex Data types 4th logical device
0160h – 017Fh DEFTYPE Device profile specific Standard Data types 5th logical device
0180h – 019Fh DEFSTRUCT Device profile specific Complex Data types 5th logical device
01A0h – 01BFh DEFTYPE Device profile specific Standard Data types 6th logical device
01C0h – 01DFh DEFSTRUCT Device profile specific Complex Data types 6th logical device
01E0h – 01FFh DEFTYPE Device profile specific Standard Data types 7th logical device
0200h – 021Fh DEFSTRUCT Device profile specific Complex Data types 7th logical device
0220h – 023Fh DEFTYPE Device profile specific Standard Data types 8th logical device
0240h – 025Fh DEFSTRUCT Device profile specific Complex Data types 8th logical device
The text was updated successfully, but these errors were encountered: