Fieldbus - EtherCAT

Name

Description

DriveParamRead

Reads a drive parameter by sending an ASCII command to a drive.

DriveParamStrRead

Reads a single drive parameter by sending an ASCII command to a drive.

DriveParamWrite

Writes a drive parameter by sending an ASCII command to a drive.

ECATCommErrors

Returns a list of bad EtherCATClosed ***EtherCAT is an open, high-performance Ethernet-based fieldbus system. The development goal of EtherCAT was to apply Ethernet to automation applications which require short data update times (also called cycle times) with low communication jitter (for synchronization purposes) and low hardware costs connections.

ECATDeviceAction

Performs an action on an EtherCAT device.

ECATDeviceStatus

Provides the EtherCAT state and the port link status information for the EtherCAT device.

ECATDevReadParam

Returns the EtherCAT device-specific information.

ECATGetObjVal

Deprecated.

ECATMasterStatus

Reads the EtherCAT master state and the lost frame counter to determine if EtherCAT is running normally.

ECATReadData

Reads cyclic parameter (byte offset format).

ECATReadSDO

Reads a 32-bit word from I/O nodes using a CANopen SDO read command.

ECATWCStatus

Returns the current number of working counter errors for the Sync unit.

ECATWriteData

Writes cyclic parameter (byte offset format).

ECATWriteSDO

Writes a 32-bit word to I/O nodes using a CANopen SDO write command.

FSoEParamsInit

Transfers safety parameters from the safety master to safety slave devices to initialize the safety network.

Remarks

The EtherCAT SDO function blocks are activated by the CANopen over EtherCAT (CoE) protocol in a client/server mode.

Why use ECATReadSdo and ECATWriteSdo FBs?

The ECATReadSDO and ECATWriteSDO response time is faster.

They are preferred over DriveParamRead and DriveParamWrite.

Why use the DriveParam FBs?

Reasons to prefer the DriveParam FBs are:

Concept Link IconSee Also