Sic_AllowedToUsr

SUMMARY

Sic_AllowedToUsr - Checks User Rights for SIC

SYNTAX

Sic_AllowedToUsr(<Log.-SicId>,<PointID>)

ARGUMENTS

Log.-SicId
- logical SIC-Number
PointID
- DataObject

DESCRIPTION

Targeted hand over of a SIC to authorized user.

Returns a ‘1’ if the user specified by the user-ID (UserID = Value "PointID ") is authorized to acquire the SIC specified in ‘SICNumber’.
Used as an enable function for buttons to release a SIC to an authorized station. gezieltes Abgeben der SIC an einen berechtigten User.

Liefert 1 zurück, wenn der User (UserID = Value "TST_SATU") berechtigt ist die SIC "02" zu haben.
Als Freischaltfunktion für Schaltflächen, die das gezielte Abgeben der SIC an einen berechtigten USER ermöglichen sollen.

EXAMPLES

Sic_AllowedToUsr(02,TST_SATU)

Returns a ‘1’ if the user(UserID=Value"TST_SATU") is entitled for SIC 02.


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