AOI Support. Festo CTEU-EP, CPX-FB36, CPX-CTEL-LK

Add to My manuals
30 Pages

The CTEU-EP, CPX-FB36, and CPX-CTEL-LK are Festo products that support the ability to add 3rd party IO-Link devices. These devices can be used to control various types of sensors and actuators, such as RFID readers, light stacks, and other IO-link devices. The application note provides detailed information on how to configure and use these products, including information on how to validate the IO-link devices, how to read diagnostics events, and how to set IO-link parameters.

advertisement

AOI Support. Festo CTEU-EP, CPX-FB36, CPX-CTEL-LK | Manualzz

AOI Support:

8 AOI Support:

Devices with a large number of parameters, or with multiple Boolean parameter functions in a single byte, can become difficult to manage. Therefore, a device specific AOI can improve the user experience when using the

Mailbox Function.

Attached there is an example AOI which demonstrates the use of the mailbox with a 3 rd

party RFID reader.

There are two separate AOI’s, read parameters and write parameters.

8.1 Read Parameters of RFID Reader

Import the attached AOI into the Rockwell project.

Figure 8.1

Precede the Read MSG instruction with the AOI. In this case, use the same trigger as the MSG instruction. You should notice the tags for Source and Destination are the same tags used in the MSG instruction.

Figure 8.2

A new tag must be created for “Parameter Read Values”. This will be of user defined data-type:

“UDT_FESTO_RFID_BISM_4x_Param_RDWR” which comes from the AOI installation.

Application Note – EtherNet/IP IO-Link Integration – 1.30 Seite 25 von 30

3

AOI Support:

Note

By reviewing tag names below, please note:

• The tag name RFID_Param_CTEU data-type is user defined from the AOI

• There is one function, to select the index to read. These are values 1 to 7, defined by the AOI, and described in the comment field

• In this example, value 3 ( Act on Tag) is selected

• The AOI automatically loaded the index + sub-index with the proper values to the tag

RFID_RD_source_CTEU

• When the trigger was enabled, the BIS 4xx returned a 7, meaning AUTO 8 bytes

• The value is stored in the tag RFID_RD_destination_CTEU

• It is also copied to the tag RFID_RD_Param_CTEU, so the user only needs to reference this tag name

Figure 8.3

Seite 26 von 30 Application Note – EtherNet/IP IO-Link Integration – 1.30

advertisement

Key Features

  • Supports IO-Link devices
  • Provides diagnostics for IO-Link devices
  • Allows parameterization of IO-Link devices
  • Integrates with Festo EtherNet/IP products
  • Provides detailed documentation for setup and configuration
  • Supports a range of 3rd party IO-Link devices

Related manuals

Frequently Answers and Questions

What is IO-Link?
IO-Link is a communication protocol for industrial automation that provides a standardized interface for connecting sensors and actuators to a control system.
How can I validate the IO-Link configuration?
The application note details how to retrieve vendor and device IDs via explicit messages to ensure the correct devices are connected to an IO-Link port.
How can I monitor diagnostics for IO-Link devices?
The application note describes how to monitor general diagnostics provided by the CPX or CTEU and how to read specific error information via explicit messages.
How can I parameterize IO-Link devices using the mailbox function?
The application note explains how to use the ISDU Access Object to access and modify parameters of IO-Link devices through the mailbox function.