Delta AS Series Programming Manual page 823

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

AS Ser ies Pro gra mm in g M anu al
6.
Check HWCONFIG to learn the setting value in Application Specific Tag is updated to "IO-Link".
Example 2: Write the parameter of gain trim green channel into the first device of the second communication
port.
1.
Check HWCONFIG to learn the setting value in gain trim green channel is "-63".
_6
2.
AS04SIL is the first module that installed on the right side of the PLC CPU. The setting value in Group is 0, 1 in
Module and 2 in Port.
3.
We learnt that its index is 72, its Sub-index is 0, and the data type is IntegerT from its IODD file or the IO-Link device
manual. Set the setting values in Index to 72, in Sub-index to 0, in data type to 2 (IntegerT).
4.
Use the instruction $MOV to write 0xE2 (-30) into the data device, starting from D60.
5.
Start sending "to write" request when M1 is ON. When M10 (DONE) is ON, it indicates the device has received the
response and has complete writing. WriteLen is 1, and the data is saved in DataWrite (D60 Low byte). IO-Link
device writes the data into the data devices in accordance with the order of high byte and low byte.
6-544

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents