Added configuration for Specific Gravity

This commit is contained in:
Patrick McDonagh
2016-03-11 18:34:29 -06:00
parent 928b95f56c
commit 0fdf20d6c3
20 changed files with 4 additions and 22 deletions

View File

@@ -1 +1 @@
COMPILED
TO RELINK

View File

@@ -62,6 +62,7 @@ Controller.Micro820.Micro820.cfg_NameplateHz 60.0
Controller.Micro820.Micro820.cfg_NameplateOLCurrent 12.5
Controller.Micro820.Micro820.cfg_NameplateRPM 3450.0
Controller.Micro820.Micro820.cfg_NameplateVolts 460.0
Controller.Micro820.Micro820.cfg_SpecificGravity
Controller.Micro820.Micro820.cfg_StopMode 0
Controller.Micro820.Micro820.cfg_TorquePerfMode 0
Controller.Micro820.Micro820.Clear_Trip_Cycle T#15s
1 Controller.Micro820.Micro820.__SYSVA_ABORT_CYCLE FALSE
62 Controller.Micro820.Micro820.cfg_NameplateOLCurrent 12.5
63 Controller.Micro820.Micro820.cfg_NameplateRPM 3450.0
64 Controller.Micro820.Micro820.cfg_NameplateVolts 460.0
65 Controller.Micro820.Micro820.cfg_SpecificGravity
66 Controller.Micro820.Micro820.cfg_StopMode 0
67 Controller.Micro820.Micro820.cfg_TorquePerfMode 0
68 Controller.Micro820.Micro820.Clear_Trip_Cycle T#15s

View File

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

View File

@@ -1 +0,0 @@
COMPILED

View File

@@ -44,7 +44,7 @@ IF Downhole_Tool_Enabled THEN
DH_MaxIntakeTemperature_Startup := ANY_TO_REAL(Modbus_Read0[40]) / 10.0;
DH_MaxIntakePressure_Startup := Modbus_Read0[41];
DH_DownholeStatus_INT := Modbus_Read0[99];
DH_Fluid_Level := (DH_IntakePressure - 14.0) * (1.0 / 0.433);
DH_Fluid_Level := (DH_IntakePressure - 14.0) * (1.0 / cfg_SpecificGravity);
CASE Modbus_Read0[99] OF
0: DH_DownholeStatus := 'OK';

View File

@@ -1,9 +0,0 @@
RA_PFX_ENET_PAR_WRITE(168):FB,MSG_CIPGENERIC();FB,R_TRIG();
VFD_MESSAGING(163):FB,RA_PFX_ENET_STS_CMD(164);
VFD_CONFIGMAP(167):FB,RA_PFX_ENET_PAR_READ(166);FB,RA_PFX_ENET_PAR_WRITE(168);
VFD_ERRORMAP(169):
RA_PFX_ENET_STS_CMD(164):FB,MSG_CIPGENERIC();FB,R_TRIG();FB,COP();
CONTROL(161):FB,LINEARSCALE(159);
LINEARSCALE(159):
RA_PFX_ENET_PAR_READ(166):FB,MSG_CIPGENERIC();FB,R_TRIG();
READDOWNHOLEDATA(160):

Binary file not shown.

View File

@@ -2,3 +2,4 @@ Controller.Micro820.Micro820.RP_CurrentLeakage
Controller.Micro820.Micro820.SP_CurrentLeakage
Controller.Micro820.Micro820.ALARM_CurrentLeakage
Controller.Micro820.Micro820.WARNING_CurrentLeakage
Controller.Micro820.Micro820.cfg_SpecificGravity

Binary file not shown.

Binary file not shown.

Binary file not shown.