Added Remote Trip Alarm

This commit is contained in:
Patrick McDonagh
2016-03-01 16:50:30 -06:00
parent a5ece4b070
commit 8a48d2762a
53 changed files with 7 additions and 39 deletions

View File

@@ -1 +1 @@
COMPILED
TO RELINK

View File

@@ -47,6 +47,7 @@ Controller.Micro820.Micro820._IO_P1_AI_00
Controller.Micro820.Micro820._IO_P1_AI_01
Controller.Micro820.Micro820.ALARM_Mode
Controller.Micro820.Micro820.ALARM_Pressure
Controller.Micro820.Micro820.ALARM_Remote
Controller.Micro820.Micro820.ALARM_Temperature
Controller.Micro820.Micro820.ALARM_TubingPressure
Controller.Micro820.Micro820.ALARM_VFD
1 Controller.Micro820.Micro820.__SYSVA_ABORT_CYCLE FALSE
47 Controller.Micro820.Micro820._IO_P1_AI_01
48 Controller.Micro820.Micro820.ALARM_Mode
49 Controller.Micro820.Micro820.ALARM_Pressure
50 Controller.Micro820.Micro820.ALARM_Remote
51 Controller.Micro820.Micro820.ALARM_Temperature
52 Controller.Micro820.Micro820.ALARM_TubingPressure
53 Controller.Micro820.Micro820.ALARM_VFD

View File

@@ -1 +0,0 @@
TO RELINK

View File

@@ -1 +0,0 @@
COMPILED

View File

@@ -243,6 +243,8 @@ IF (NOT Run_Permissive AND VFD_Run_Cmd) THEN
ALARM_TubingPressure := TRUE;
ELSIF NOT RP_VFD THEN
ALARM_VFD := TRUE;
ELSIF NOT RP_Remote THEN
ALARM_Remote := TRUE;
END_IF;
VFD_Start := FALSE;

View File

@@ -1,17 +0,0 @@
RA_PFX_ENET_PAR_WRITE(168):FB,MSG_CIPGENERIC();FB,R_TRIG();
USINT_TO_UDINT(149):
VFD_MESSAGING(163):FB,RA_PFX_ENET_STS_CMD(164);
DINT_TO_USINT(154):
UINT_TO_USINT(155):
VFD_CONFIGMAP(167):FB,RA_PFX_ENET_PAR_READ(166);FB,RA_PFX_ENET_PAR_WRITE(168);
VFD_ERRORMAP(169):
USINT_TO_UINT(151):
RA_PFX_ENET_STS_CMD(164):FB,MSG_CIPGENERIC();FB,R_TRIG();FB,COP();
CONTROL(161):FB,LINEARSCALE(159);
USINT_TO_SINT(152):
LINEARSCALE(159):
SINT_TO_USINT(156):
UDINT_TO_USINT(153):
RA_PFX_ENET_PAR_READ(166):FB,MSG_CIPGENERIC();FB,R_TRIG();
USINT_TO_DINT(150):
READDOWNHOLEDATA(160):

View File

@@ -8,9 +8,9 @@ CRC_OLD=
CRC_NEW=0x84D1B047
DAT_ORG=0
DAT_OLD=0
DAT_NEW=1456350625
DAT_NEW=1456758427
VER_ORG=0
VER_OLD=0
VER_NEW=80
VER_NEW=81
CRC_ALL_OLD=
CRC_ALL_NEW=0xECC34EE1

Binary file not shown.

View File

@@ -1,3 +1,4 @@
Controller.Micro820.Micro820.SP_Remote
Controller.Micro820.Micro820.RP_Remote
Controller.Micro820.Micro820.Remote_Shutdown_Disabled
Controller.Micro820.Micro820.ALARM_Remote

Binary file not shown.

Binary file not shown.

Binary file not shown.