 |
ALPHA-VISION® Tools: AciSetValue.exe
|
AciSetValue.exe
SUMMARY
AciSetValue.exe modifies the value of a Data Object.
SYNTAX
AciSetValue
<do-file> <pointid> <value>
OPTIONS
- do-file
- The DO-File
- pointid
- Name of the Data Object
- value
- The new value (Integer or Float)
DESCRIPTION
AciSetValue.exe modifies the value of a Data Object, it complies with the
"SetValue" -Job in Prcs, i.e. the new value is sent to the server (e.g. S7)
an set when it is returned by the server.
Was the value set successfully the time is written to the file
AciSetValue.txt in the format
YYYYMMDDhhmmss.
The file is located in the actual folder; if it does not exist it is created.
If an error occurs
ERROR is written to the file.
If the DO-File does not exist or the ACI con not be initialized for a
similar reason, a message is outputted to the screen.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times