The following functions enable special operation on AS-i networks:




Parameter

Description

ASiReadPP

Read permanent parameters of an AS-i slave.

ASiWritePP

Write permanent parameters of an AS-i slave.

ASiSendParam

Send parameters to an AS-i slave.

ASiReadPI

Read actual parameters of an AS-i slave.

ASiStorePI

Store actual parameters as permanent parameters.

attentionAttention


AS-i networking may be not available on some targets. Please refer to OEM instructions for further details about available features.


Interface

Params := ASiReadPP (Master, Slave);
bOK := ASiWritePP (Master, Slave, Params);
bOK := ASiSendParam (Master, Slave, Params);
Params := ASiReadPI (Master, Slave);
bOK := ASiStorePI (Master);

Arguments

Parameter

Data type

Description

Master

DINT

Index of the AS-i master (1..N) such as shown in configuration.

Slave

DINT

Address of the AS-i slave (1..32 / 33..63).

Params

DINT

Value of AS-i parameters.

bOK

BOOL

TRUE if successful.

AS-interface functions

IEC 61131-3 Automation platform > Programming - Reference guide > Advanced operations > AS-interface functions

Previous chapterNext chapter


Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents