Stop manually tracing raw EB files and CL code. Automatically parse, cross-reference, and map legacy points into structured, graphic-ready data models for Experion PKS.
// Unstructured Honeywell TDC 3000 Point Export
POINT_NAME = FC104_CHARG
TYPE = COMPOSITE_LOOP_A
PNT_DESC = "CATALYST CHARGE FEED FLOW"
SRC_FILE = CL_SRC_BL02.CL
DEST_REF = $XREF(NXT_BLK_04, IN_2)
PARAM_ADR = 1042:B01:P02
// Compiling nested dependencies... line 457 warning
GBL_REF_01 = PV_CONN(FIC104, OUT_VAL)
GBL_REF_02 = SETPT(FIC104, SP_TRACK)
// Error: Implicit structural loop detected between FIC104 and LIC102
// Intellomation Engine: Automatically resolved schema ready for Experion HMI / CM
{
"tag_id": "FC104_CHARG",
"description": "Catalyst Charge Feed Flow",
"legacy_source": { "file": "CL_SRC_BL02.CL", "address": "1042:B01:P02" },
"experion_mapping": {
"control_module": "CM_FIC104",
"block_type": "PID_MODULE",
"connections": [
{ "parameter": "PV", "source_tag": "FIC104.PV" },
{ "parameter": "SP", "source_tag": "FIC104.SP" }
]
},
"validation_status": "VERIFIED_CLEAN"
}