Warning

You are reading an old version of this documentation. If you want up-to-date information, please have a look at 2023.9 .

Plugin installation and configuration

The plugin is delivered in a .zip folder. Unzip it and you will find the following elements.

  • PluginBeckhoffEthercatAsycube.library

  • dbGateway.xml

../../../_images/content_of_the_library_cc_link.png

Fig. 153 Content of the library

Installation of the library

Open the Library Repository and install the PluginBeckhoffEthercatAsycube library (PLC Menu-> Library Repository -> Install…).

Once you have installed the library, add it to your references (Right click on References -> Add Library). You can now use all the function blocks in your program.

Before you start using it, you must also add a Global Variable List (GVL). Right click on the GVL folder and choose Import PLCopenXML. Select the file dbGateway.xml. Activate the configuration on your target system to display the inputs and outputs in the instances of your PLC project:

../../../_images/list_of_input_output_registers.png

Fig. 154 Lists of input and output registers

If you have several Gateways and Asycube, import one GVL for every Asycube.

Add the Gateway in the configuration

  1. Restart in configuration mode.

  2. Select I/O,right click on Devices and select Scan.

../../../_images/scan_for_devices.png

Fig. 155 Scan for devices

  1. Validate the HINT.

../../../_images/validate_the_hint.png

Fig. 156 Validate the Hint

  1. Select the new I/O Device found.

../../../_images/select_new_io_device.png

Fig. 157 Select the new I/O Device found

  1. Validate the Scan for boxes.

../../../_images/validate_scan_boxes.png

Fig. 158 Validate the Scan for boxes

  1. Activate Free Run.

../../../_images/activate_free_run.png

Fig. 159 Activate Free Run

  1. Confirm the creation of the Gateway (NT 100-RE/ECS) and its corresponding TxPDO and RxPDO in the I/O.

../../../_images/confirm_the_creation_gateway.png

Fig. 160 Confirm the creation of the Gateway

Connect the registers to the FB

Here is an example of an application with the input and output registers filled in.

../../../_images/example_of_integration_ethercat.png

Fig. 165 Example of integration