4plc functionality – Lenze E94AxPExxxx User Manual
Page 77
Lenze · 9400 Servo PLC· Reference manual · DMS 4.0 EN · 11/2013 · TD05/06
77
4
PLC functionality
4.8
Appendix
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Example INT
Example DINT
nCBeispiel: INT
(* Variable example int *){parameter list="CodePerPragma"
[index="7002"
subindex="0"
name="Int example"
variable="nCExample"
MinIntern="-32768"
MaxIntern="32767"
value="100"
MIN="-32768"
MAX="32767"
Unit="inc"
Scaleroutine=""
Cinh="No"
PlcStop="No"
SHIFTPrg="Yes"
SelectText=""
DisplayText="nExample"
DisplayNominator=1
DisplayDenominator=1
GDCText="nExample"
accessright="read-write"
Accesslevel="No"
]};
dnCExample: DINT (* Variable example dint *)
{parameter list="CodePerPragma"
[index="7003"
subindex="0"
name="DInt Example"
variable="dnCExample"
MinIntern="-2147483648"
MaxIntern="2147483647"
value="10000"
MIN="-2147483648"
MAX="2147483647"
Unit="inc"
Scaleroutine=""
Cinh="No"
PlcStop="No"
SHIFTPrg="Yes"
SelectText=""
DisplayText="dnExample"
DisplayNominator=1
DisplayDenominator=1
GDCText="dnExample"
accessright="read-write"
Accesslevel="No"
]};