FB_ASI_ParameterControl
The FB_ASI_ParameterControl realises the background communication between the ASI master terminal and the individual blocks of the Lib.
This block always has to be called cyclically!
VAR_IN_OUT
stParameterBuffer: : ST_ParameterBuffer;
stParameter_IN : ST_Parameter_IN ;
stParameter_OUT : ST_Parameter_OUT ;
END_VAR
stParameterBuffer: Data buffer for background communication
stParameter_IN : Input data of the ASI terminal
stParameter_OUT : Output data of the ASI terminal
Requirements
Development environment | Target system type | IO Hardware | PLC libraries to include |
---|---|---|---|
TwinCAT Version >= 2.8.0 Build > 739 | PC (i386) | ASI master terminal | TcIoFunctions.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib are included automatically ) |