synchron methods: Read via name

    AdsSyncReadBoolVarReq

    AdsSyncReadIntegerVarReq

    AdsSyncReadLongVarReq

    AdsSyncReadSingleVarReq

    AdsSyncReadDoubleVarReq

    AdsSyncReadStringVarReq

 

Sample: AdsSyncReadBoolVarReq

PLC declaration:

    TCtoLV_boolVal AT%MX0.0: BOOL;

LabVIEW™: (see Sample 003.zip)

synchron methods: Read via name 1:
TcAdsO36