 |
ALPHA-VISION® Station in Control: Sic_Request
|
Sic_Request
SUMMARY
Sic_Request - Tries to Obtain the SIC
SYNTAX
Sic_Request(
<Log.-SicId>,
<PointID>)
ARGUMENTS
- Log.-SicId
-
- logical SIC-Number
- PointId
-
- DataObject
DESCRIPTION
Anforderung einer SIC-Nummer.
Attempts to acquire the SIC <SIC-Number>.
If this cannot be performed immediately - (e.g. the SIC is not yet
available on any station or the SIC is shared and the number of
potential simultaneous stations has not yet been exhausted), the object
specified by <object name> is set to value 1.
The name may be chosen freely but must refer to a local data object.
It is also necessary to configure a dataobject-event that opens a
dialog and in reaction to the event also resets the dataobject to zero.
EXAMPLES
Sic_Request(13,PointId)
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