 |
ALPHA-VISION® Station in Control: Sic_Acceptable
|
Sic_Acceptable
SUMMARY
Sic_Acceptable - Check if Target Station of SIC
SYNTAX
Sic_Acceptable(
<Log.-SicId>)
ARGUMENTS
- Log.-SicId
-
- logical SIC Number
DESCRIPTION
Allows to accept or reject the currently running transaction.
Returns a ‘1’ if the currently active SIC transaction is to handover
the specified SIC to the current station.
It is used as an enable function on buttons to accept or reject
the transaction currently running.
EXAMPLES
Sic_Acceptable(99)
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