EtherCAT Library

This is a list of 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 function blocks:

Name

Description

DriveParamRead

Reads a drive parameter (ASCII format).

DriveParamStrRead

Reads a single drive parameter (ASCII format).

DriveParamWrite

Writes a drive parameter (ASCII format).

ECATCommErrors

Returns a list of bad EtherCAT connections.

ECATDeviceAction

Performs an action on an EtherCAT device.

ECATDeviceStatus

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

ECATDevReadParam

This function block returns the EtherCAT device-specific information.

ECATGetObjVal

Reads cyclic drive parameter (String format) by returning the value of an EtherCAT PDOClosed PDO is a type of protocol frame used in some fieldbuses. A PDO contains one or more object dictionary entries, which define the application data transferred between devices. element.

ECATMasterStatus

Reads the EtherCAT master state and the lost frame counter.

ECATReadData

Reads cyclic parameter (byte offset format).

ECATReadSDO

Reads parameter (32-bit format) using SDO command.

ECATWCStatus

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

ECATWriteData

Writes cyclic parameter (byte offset format).

ECATWriteSDO

Writes parameter (32-bit format) using SDO command.

FSoEParamsInit

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

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 and is typically preferred over DriveParamRead and DriveParamWrite.

Why use the DriveParam FBs?

The reasons to prefer the DriveParam FBs are:

Concept Link IconSee Also