12.07.2015 Views

PLCHandler Programming Guide - Esco Drives & Automation

PLCHandler Programming Guide - Esco Drives & Automation

PLCHandler Programming Guide - Esco Drives & Automation

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>PLCHandler</strong> <strong>Programming</strong> <strong>Guide</strong>Method:long :: SyncReadVarsFromPlc(LPCTSTR pszSymbols, long lAddressDataList, longlAddressSizeList, long lNumOfVars);lAddressData specifies the address, where the value of the variables is stored.pszSymbol specifies the names of several variables. LNumOfVars defines the number ofvariables.Synchronous Writing of variable values:Method: long SyncWriteVarToPlc(LPCTSTR pszSymbol, long lAddressData, long lSize);lAddressData specifies the address where the value of the variable to be written is stored.pszSymbol specifies the name of one variable.Method: long SyncWriteVarsToPlc(LPCTSTR pszSymbols, long lAddressDataList, longlAddressSizeList, long lNumOfVars);lAddressData specifies the address, where the value of the variables to be written is stored.pszSymbol specifies the names of several variables. LNumOfVars specifies the number ofvariables. 3S - Smart Software Solutions GmbH<strong>PLCHandler</strong> Programmming <strong>Guide</strong>.doc Page 16 of 17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!