 |
ALPHA-VISION® Station in Control: Sic_Release
|
Sic_Release
SUMMARY
Sic_Release - Tries to Release the SIC
SYNTAX
Sic_Release(
<Log.-SicId>,
<PointID>)
ARGUMENTS
- Log.-SicId
-
- logical SIC-Number
- PointId
-
- DataObject
DESCRIPTION
Release of a SIC-Number.
Attempts to release the SIC-Number.
If this is not possible (e.g. a sharable SIC does not exist on at
least one other station), the DataObjectbject specified by
<PointID>
is set to value 1. The name may be chosen freely but must refer to a
local DataObject. 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_Release
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