SetTagMultiWait
Function
The values of several tags are set in the specified format. The function is ended after the AS
has acknowledged acceptance of the value.
Syntax
BOOL SetTagMultiWait(const char* pFormat,...)
Parameters
pFormat
Format description for all requested tags and for each tag name and value.
Return value
TRUE
The function itself has been completed without any errors.
However, no test is made as to whether the tag could be written without errors.
FALSE
An error has occurred.
See also
Format descriptors (Page 1538)
SetTagMultiWait example (Page 1525)
Principle of the SetTag functions (Page 1417)
SetTagRawWait
Function
Sets the value of a tag of the data type "Raw data type". The function is ended after the AS
has acknowledged acceptance of the value.
Syntax
BOOL SetTagRawWait(Tag Tag_Name, BYTE pValue, DWORD size);
ANSI-C function descriptions
3.3 Internal functions
MDM - WinCC: Scripting (VBS, ANSI-C, VBA)
System Manual, 11/2008,
1447