Commit cf36004a authored by Claes Sjofors's avatar Claes Sjofors

Errh number of application indexes, Anix, increased to 50

parent ec95f511
......@@ -1090,11 +1090,11 @@ struct pwr_s_Node {
pwr_tDeltaTime RestartStallTime pwr_dAlignLW;
pwr_tTime SystemTime pwr_dAlignLW;
pwr_tNetStatus SystemStatus pwr_dAlignW;
pwr_tStatus ProcStatus[80] pwr_dAlignW;
pwr_tStatus ProcMsgSeverity[80] pwr_dAlignW;
pwr_tString80 ProcMessage[80] pwr_dAlignW;
pwr_tOid ProcObject[80] pwr_dAlignW;
pwr_tTime ProcTimeStamp[80] pwr_dAlignLW;
pwr_tStatus ProcStatus[110] pwr_dAlignW;
pwr_tStatus ProcMsgSeverity[110] pwr_dAlignW;
pwr_tString80 ProcMessage[110] pwr_dAlignW;
pwr_tOid ProcObject[110] pwr_dAlignW;
pwr_tTime ProcTimeStamp[110] pwr_dAlignLW;
pwr_tBoolean EmergBreakTrue pwr_dAlignW;
pwr_tUInt32 EmergBreakSelect pwr_dAlignW;
};
......
......@@ -68,7 +68,7 @@ pwrs_Node_Exec (
errh_eSeverity system_severity;
errh_eSeverity plc_severity;
int new_idx = -1;
static int supervise[80] = {
static int supervise[110] = {
0,0,0,0,1,1,1,0,1,1,
1,1,1,0,0,1,0,1,1,1,
1,1,1,0,0,1,0,0,0,0,
......@@ -76,6 +76,9 @@ pwrs_Node_Exec (
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1};
static int reboot_done = 0;
static int old_EmergeBreakTrue = 0;
......
......@@ -166,7 +166,37 @@ typedef enum {
errh_eAnix_appl18 = 78,
errh_eAnix_appl19 = 79,
errh_eAnix_appl20 = 80,
errh_eAnix__ = 81
errh_eAnix_appl21 = 81,
errh_eAnix_appl22 = 82,
errh_eAnix_appl23 = 83,
errh_eAnix_appl24 = 84,
errh_eAnix_appl25 = 85,
errh_eAnix_appl26 = 86,
errh_eAnix_appl27 = 87,
errh_eAnix_appl28 = 88,
errh_eAnix_appl29 = 89,
errh_eAnix_appl30 = 90,
errh_eAnix_appl31 = 91,
errh_eAnix_appl32 = 92,
errh_eAnix_appl33 = 93,
errh_eAnix_appl34 = 94,
errh_eAnix_appl35 = 95,
errh_eAnix_appl36 = 96,
errh_eAnix_appl37 = 97,
errh_eAnix_appl38 = 98,
errh_eAnix_appl39 = 99,
errh_eAnix_appl40 = 100,
errh_eAnix_appl41 = 101,
errh_eAnix_appl42 = 102,
errh_eAnix_appl43 = 103,
errh_eAnix_appl44 = 104,
errh_eAnix_appl45 = 105,
errh_eAnix_appl46 = 106,
errh_eAnix_appl47 = 107,
errh_eAnix_appl48 = 108,
errh_eAnix_appl49 = 109,
errh_eAnix_appl50 = 110,
errh_eAnix__ = 111
} errh_eAnix;
/**
......
......@@ -204,7 +204,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 80
Attr Elements = 110
EndBody
EndObject
!/**
......@@ -216,7 +216,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 80
Attr Elements = 110
EndBody
EndObject
!/**
......@@ -228,7 +228,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 80
Attr Elements = 110
EndBody
EndObject
!/**
......@@ -240,7 +240,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 80
Attr Elements = 110
EndBody
EndObject
!/**
......@@ -252,7 +252,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 80
Attr Elements = 110
EndBody
EndObject
!/**
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment