Defining Objects in a PPCL Program - User Guide - PXC4.E16.A - PXC5.E24.A - PXC7.E400.A
PXC.A PPCL User Guide
- Product Family
- Desigo
- Content Language
- English
- Content Type
- Technical Documentation > User Guide
- Document No
- 125-1896 (A6V10374898_en--_i)
- Download ID
- A6V10374898
- Stock No.
- S55375-C114
- S55375-C120
- S55375-C126
- Product No.
- PXC4.E16.A
- PXC5.E24.A
- PXC7.E400.A
- Access level
- Internet
- File Type
- html
Defining Objects in a PPCL Program- When accessing objects in devices other than automation stations, the use of encoded names is required.
- Object names that begin with numbers must be enclosed in double quotes.
- Object names that use characters other than A-Z or 0-9 must be enclosed in double quotes.
- Object names that contain a space must be enclosed in double quotes.
Example
10 "3_AV = 5"
- The object (
3_AV = 5
) requires quotes. Without quotes, it will be interpreted as 103_AV = 5
.
"AV02 = 01 AV"
- The object requires quotes. Without quotes, it will be interpreted as
AV02 = 1
.