<< Click to Display Table of Contents >>
Using with Elipse FlexControl |
When copying the default Elipse FlexControl application, the libraries PMBasic, PMBasicResources, and PMXRef are already in the file FlexControl.e3pkg.
When editing and saving an Entity in Elipse FlexControl, the Data Folder linked to the PLC object, and informed in the strProcessDataServer property, receives this object in one of the Folders ANA, PAR, DIG, EQP, PID, and TOT, which represent Analog Measurements, Parameters, Digital Measurements, Equipments, PIDs, and Totalizers, respectively.
•The ANA Folder contains xfAnalogInfo-type objects and child objects of type AlarmSource
•The PAR Folder contains xfParameter-type objects
•The DIG Folder contains xfDiscreteInfo-type objects and child objects of type xoScadaSource and AlarmSource
•The EQP Folder contains xfPlantFolder-type objects, which represent Equipments, and the child objects described on the next table
Child objects of the EQP Folder
Object |
Data Type |
Description |
---|---|---|
WRN |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent Warnings |
ANA |
xfMeasuresFolder |
Contains xfPMRef-type objects, with references to analog objects |
CMD |
xfCommandFolder |
Contains xfCommand-type objects and child objects of type xfCommandUnit, which represent different actions, such as turning on and turning off |
PAR |
xfSetpointsfFolder |
Contains xfPMRef-type objects, with references to Parameters |
FLT |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent Failures |
FFLT |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent a First Failure |
ILK |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent Process Interlocks |
FILK |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent a First Process Interlock |
PERM |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent Permissives |
ST |
xfStatusFolder |
Contains xfDiscreteInfo-type objects, which represent Statuses |
HRM |
xfMeasuresFolder |
Contains xfAnalogInfo-type objects, which represent properties of an Hour Meter and a reset command |
•The PID Folder contains xfPlantFolder-type objects, which represent PIDs, and the child objects described on the next table
Child objects of the PID Folder
Object |
Data Type |
Description |
---|---|---|
CMD |
xfCommandFolder |
Contains an xfCommand-type object and child objects of type xfCommandUnit, which represent different actions, such as Manual, Auto, R1, or R2 |
MEAS |
xfMeasuresFolder |
Contains the several Measurements of a PID |
PAR |
xfSetpointsfFolder |
Contains xfPMRef-type objects, with references to Parameters |
ST |
xfStatusFolder |
Contains status indications of a PID |
•The TOT Folder contains xfPlantFolder-type objects, which represent Totalizers and Measurements