2 modcom in one network
Posted: Tue Jan 11, 2011 3:33 pm
I have 6 nodes in my network.
5 are in one building group and the 6th is a stand alone across the street.
Node 1 and 6 have modcoms.
My question/problem is How do I program the rules to do the following for both groups? The rules below are for Node 6 the FMOC building. Would like to do the same for the other building group.
thanks in advance
Tom
{*********************** FMOC MODCOM *****************************}
[FMOC MODCOM GEN ALM]
ALARM '*_FMOC_*' : +SEND 'FMOC' "01";
[FMOC MODCOM GEN ALM RESTORE]
FIRSTALARM : -SEND 'FMOC' "41";
[FMOC MODCOM TBL]
CMSFIRSTTROUBLE : +SEND 'FMOC' "03",
-SEND 'FMOC' "43";
[FMOC MODCOM SUPV]
FIRSTSUPERVISORY : +SEND 'FMOC' "05",
-SEND 'FMOC' "45";
[FMOC MODCOM AC FAIL]
TRB ACFAIL : +SEND 'FMOC' "96",
-SEND 'FMOC' "81";
[FMOC MODCOM BATTERY TBL]
LTRB 'BATT_TRBL_*' : +SEND 'FMOC' "97",
-SEND 'FMOC' "82";
[FMOC MODCOM TEL LINE TBL]
LTRB 'Telephone_Line_*' : +SEND 'FMOC' "98",
-SEND 'FMOC' "83";
5 are in one building group and the 6th is a stand alone across the street.
Node 1 and 6 have modcoms.
My question/problem is How do I program the rules to do the following for both groups? The rules below are for Node 6 the FMOC building. Would like to do the same for the other building group.
thanks in advance
Tom
{*********************** FMOC MODCOM *****************************}
[FMOC MODCOM GEN ALM]
ALARM '*_FMOC_*' : +SEND 'FMOC' "01";
[FMOC MODCOM GEN ALM RESTORE]
FIRSTALARM : -SEND 'FMOC' "41";
[FMOC MODCOM TBL]
CMSFIRSTTROUBLE : +SEND 'FMOC' "03",
-SEND 'FMOC' "43";
[FMOC MODCOM SUPV]
FIRSTSUPERVISORY : +SEND 'FMOC' "05",
-SEND 'FMOC' "45";
[FMOC MODCOM AC FAIL]
TRB ACFAIL : +SEND 'FMOC' "96",
-SEND 'FMOC' "81";
[FMOC MODCOM BATTERY TBL]
LTRB 'BATT_TRBL_*' : +SEND 'FMOC' "97",
-SEND 'FMOC' "82";
[FMOC MODCOM TEL LINE TBL]
LTRB 'Telephone_Line_*' : +SEND 'FMOC' "98",
-SEND 'FMOC' "83";