Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxPdoLength uint8 = 8 BufferCountRpdo uint8 = 2 MinPdoNumber = uint16(1) MaxPdoNumber = uint16(512) MinRpdoNumber = MinPdoNumber MaxRpdoNumber = uint16(256) MinTpdoNumber = MaxRpdoNumber + 1 MaxTpdoNumber = MaxPdoNumber )
View Source
const ( TransmissionTypeSyncAcyclic = 0 // synchronous (acyclic) TransmissionTypeSync1 = 1 // synchronous (cyclic every sync) TransmissionTypeSync240 = 0xF0 // synchronous (cyclic every 240-th sync) TransmissionTypeSyncEventLo = 0xFE // event-driven, lower value (manufacturer specific) TransmissionTypeSyncEventHi = 0xFF // event-driven, higher value (device profile and application profile specific) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PDOCommon ¶
Common to TPDO & RPDO
type RPDO ¶
type RPDO struct { *canopen.BusManager // contains filtered or unexported fields }
type TPDO ¶
type TPDO struct { *canopen.BusManager // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.