警告

これは、古いバージョンのドキュメントです。 最新の情報をご覧になりたい場合は、次をご覧ください 2024.12 .

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

図 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

図 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

図 155 Scan for devices

  1. Validate the HINT.

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

図 156 Validate the Hint

  1. Select the new I/O Device found.

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

図 157 Select the new I/O Device found

  1. Validate the Scan for boxes.

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

図 158 Validate the Scan for boxes

  1. Activate Free Run.

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

図 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

図 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

図 165 Example of integration