Access right (P-EXTV-00006)
| P-EXTV-00006 | Access right of external variable | 
| Description | Write/read access to variables is possible in the basic setting and can be restricted by access protection. If the variable is a variable structure, the access right is inherited to all subordinated structure elements. In addition, for type definition, the access right can be set individually for each structure element (P-EXTV-00019). | 
| Parameter | var[i].access_rights | 
| Data type | STRING | 
| Data range | READ_WRITE, READ_ONLY, WRITE_ONLY | 
| Dimension | ---- | 
| Default value | READ_WRITE | 
| Remarks | The access right only applies to the CNC, not to the PLC. A variable defined by the access right READ_ONLY can only be read in the NC program. This variable can be written in the PLC. |