E_AcsiAccessPermission
Configures the restriction of the access to a data value.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiAccessPermission :
(
RO := 1,
WO := 2,
RW := 3
)SINT;
END_TYPE
Values
Name | Description |
---|---|
RO | Read access only. |
WO | Write access only. |
RW | Read and write access. |