Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] How to set up the WAGO 750-657 IO-Link Master #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions HowTo_Setup_IOLinkMaster_750-657/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Setup using sensor for point level detection IFM **LMT100**

## Obtaining IODD file

Download [from the IFM site](https://www.ifm.com/download/read_io-link_RU) the IODD file (IO Device Description). It will be an archive (*.zip), containing descriptions of a whole group of devices. Next we need to copy the sensor description file **LMT100** (*LMT\IODD1.1\ifm-000130-20150908-IODD1.1.xml*, the file name pattern is the following - **ifm-Device_ID-date-IODD_version.xml**) to the next directory:

>**c:\Users\Public\Documents\WAGO Software\IO-Link DDs\\**

## Connecting to the module

Launch WAGO-I/O-Check and connect to the (P)FC:

![iocheck](images/wago_connected.png)

Select the interested module and go to the settings:

![iocheck](images/wago_759-657_setup.png)

The setup wizard starts, it looks like this:

![iocheck](images/wago_iolink_master_view.png)

To connect to the module - button **Connect**:

![iocheck](images/wago_iolink_master_connect.png)

The program will connect to the module, read its settings and display them. Four devices can be connected to the module (four ports for connection).

## Module setup

Check the general settings (should be as shown below):

![iocheck](images/wago_iolink_master_settings.png)

For each port set the size of the device data. For sensors, the size of the reading area is 2 bytes, the writing area is not used - its size is 0 bytes. Therefore, for the first port the offset is 6 bytes, the read size is 2 bytes, and the write size is 0 bytes:

![iocheck](images/wago_iolink_master_settings_port1.png)

For other ports, the setup is similar - the previous port is taken into account. To save the settings, click the button **Write**:

![iocheck](images/wago_iolink_master_settings_write.png)

## Port setup

Go to the configuration of port 1 (the connection should not be active - the **Connect** button should not be pressed). In the drop-down list **Operation Mode**, select **IO-Link**, in the drop-down list **IODD**, select **ifm-000130-20150908-IODD1.1.xml**:

![iocheck](images/wago_iolink_port1_device.png)

Next we connect to the module (**Connect** button), click the **Write** button to write parameters.

![iocheck](images/wago_iolink_port1_write_settings.png)

## Sensor (device) setup

Click the **ShowDevice** button to display the device properties:

![iocheck](images/wago_iolink_port1_show_device.png)

The window with the device properties is displayed, click the button **Upload ...** to read the values:

![iocheck](images/wago_iolink_port1_read_values.png)

Значения считаются и отобразятся в соответствующих вкладках. Устанавливаем требуемые значения и нажимаем кнопку **Download ...** для записывания значений:

Values are read and displayed in the corresponding tabs. Set the required values and click the button **Download ...** to write the values:

![iocheck](images/wago_iolink_port1_write_values.png)

## Storing settings made

To save the settings, click on the button **Save As User Settings**.

![iocheck](images/wago_iolink_save_as_user_settings.png)

## The final check

The port (device) setup is completed, close all windows and the application. A properly configured and working port is displayed with a green light on the module:

![iocheck](images/wago_iolink_port1_ok.png)