synchron methods: Write via name

    AdsSyncWriteBoolVarReq

    AdsSyncWriteIntegerVarReq

    AdsSyncWriteLongVarReq

    AdsSyncWriteSingleVarReq

    AdsSyncWriteDoubleVarReq

    AdsSyncWriteStringVarReq

 

Sample: AdsSyncWriteBoolVarReq

PLC declaration:

    LVtoTC_boolVal AT%MX500.0: BOOL;

LabVIEW™: (see Sample 005.zip)

synchron methods: Write via name 1:
TcAdsO38