4.3Client Side Connection Descriptions .............................................................................................................. 9
4.4Client Side Node Descriptors ......................................................................................................................... 9
4.5Client Side Map Descriptors......................................................................................................................... 10
4.5.1 FieldServer Related Map Descriptor Parameters ................................................................................. 10
4.5.2 Driver Related Map Descriptor Parameters ......................................................................................... 10
4.5.3 Map Descriptor Example: Standard example ...................................................................................... 11
5 Configuring the FieldServer as a Notifier NCA2/NFS2-3030 Server ............................................................... 12
Appendix A. Advanced Topics .............................................................................................................................. 13
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 3 of 22
1 NOTIFIER NCA2/NFS2-3030 DESCRIPTION
The NCA2/NFS2-3030 Serial driver allows the FieldServer to record data from Notifier NCA2 or NFS2-3030 panels
over RS-232 as per NFS2-3030/NCA-2 EIA-232 Protocol & Data Formats 53219 Rev A 1/3/2008. There is no active
polling by this driver; the communications are one-way through the panel's printer or CRT port. The FieldServer
acts as a Client; receives messages and records the status of a Panel. The panel MUST output messages in160
characters ASCII format in English.
This driver is not capable of emulating a Notifier NCA2 or NFS2-3030 panel.
The NCA2 controls all the devices (e.g. 3030, 640 panels) connected on the Notifier network. Each Fire Alarm
Panel on Network is considered as a Node. 240 Nodes can exist on one network. NFS2-3030 can exist on a
network or be self-standing.
NCA2 interacts with other Fire Alarm Panels, records the status of the panels and sends the events to printer and
CRT ports. FieldServer captures these events in text form, parses and stores them in Data Arrays. These Data
Arrays can be monitored by third party tools. Since the FieldServer does not actively poll for data, the accuracy
and timeliness of the stored data is limited to the frequency of update messages that the Notifier Fire Panel issues.
If a networked panel does not send the 'CLEARED' message for latched points via the NCA2 it is not possible to
detect cleared points unless a system reset is done. It is possible to configure the FieldServer to clear on reset
message from NCA2. See Appendix A.4 for more detail.
Please note that the FieldServer can be configured with a large number of points. The point limits purchased with
the FieldServer prevent the entire database from being accessed in any one application. It is therefore strongly
advisable to ensure that only the point addresses of interest are configured, and that the FieldServer is purchased
with the correct point count.
The types of Notifier messages supported by this driver are summarized in Section 4.1. A detailed table presented
in Appendix A.1 shows each type of NCA2/NFS2-3030 message the FieldServer recognizes and the effect that it has
on the status of the points in the Data Array.
Max Nodes Supported
FieldServer Mode Nodes Comments
Client 0 This Driver cannot be used as a Client.
Server 1 Each FieldServer port can connect to only 1 Notifier panel port
2 DRIVER SCOPE OF SUPPLY
2.1 Supplied by FieldServer Technologies for this driver
FieldServer Technologies PART # Description
FS-8917-16 Pigtail cable for RJ45 Port
FS-8700-130 Driver Manual.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 6 of 22
SUPERVISORY
4 CONFIGURING THE FIELDSERVER AS A NOTIFIER NCA2/NFS2-3030 CLIENT
For a detailed discussion on FieldServer configuration, please refer to the FieldServer Configuration Manual. The
information that follows describes how to expand upon the factory defaults provided in the configuration files
included with the FieldServer (See “.csv” sample files provided with the FieldServer).
This section documents and describes the parameters necessary for configuring the FieldServer to receive
information from a Notifier Panel.
4.1 Panel Status - Memory Mapping
The primary purpose of this driver is to record the status of devices connected to the Notifier panel by interpreting
the text messages sent to the printer or CRT port. Not all messages will be interpreted, as many messages do not
directly pertain to device status, or are not currently supported. The following subset of event messages is
recognized:
Active Events:
FIRE ALARM
SECURITY ALARM (LIFE)
LIFE CRITICAL ALARM
MEDICAL EMERGENCY
SECURITY ALARM
CRITICAL PROCESS
TROUBLE/ FAULT
DISABLED
PREALARM
ACTIVE
ON/ OFF
This Driver divides the memory into various types. Each location in each memory type is assigned an address. It is
therefore possible to map an address to a particular offset in a Data Array and make it accessible for reading by
other connected devices. The address structure is provided in Table 1.
Most of these addresses will only contain binary information to represent an active or inactive state.
Where multiple troubles are associated with a single device the addressed register corresponding to that device
will be incremented as a counter for each trouble message and decremented when a trouble is cleared. These
addresses should preferably be stored in SINT16 format in the Data Array.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 8 of 22
Up to 15 alphanumeric
Number of Data Objects. Must be larger than the data
Data_Arrays
4.2 Data Arrays/Descriptors
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order to enable
the FieldServer for Notifier NCA2/NFS2-3030 communications, the driver independent FieldServer buffers need to
be declared in the “Data Arrays” section, the destination device addresses need to be declared in the “Client Side
Nodes” section, and the required data from Notifier Panels needs to be mapped in the “Client Side Map
Descriptors” section. Details on how to do this can be found below.
Note that in the tables, * indicates an optional parameter, with the bold legal value being the default.
Section Title
Data_Arrays
Column Title Function Legal Values
Data_Array_Name Provide name for Data Array
Data_Array_Format
Data_Array_Length
Provide data format. Each Data Array can only take on one
format.
storage area required by the Map Descriptors for the data
being placed in this array.
As per Data_type
Detector
Module
1-1749
Detector_Trouble
Module_Trouble
1-159 for point troubles
Panel
1-1056 for Panel circuits
Panel_Trouble
1-96 for Panel troubles
Bell_Trouble
1-4 for Bell circuits
Node_Trouble
1-509 for Node troubles
No, Yes
Yes ,No
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 11 of 22
// Capture Node Events
Identify the Loop id for
All Map Descriptors are
Specify Data
Specify range,
4.5.3 Map Descriptor Example: Standard example
This shows the standard Map Descriptor setup for one Node with 1 loop and all 159 modules and 159 detectors installed. This Node also has all boards, panel
and bell circuits
//
// Client Side Map Descriptor
// Define Map Descriptors to capture just required data
//
// Node 2
//
Map_Descriptors
Map_Descriptor_Name ,Data_Array_Name ,Data_Array_Offset ,Function ,Node_Name ,Loop ,Data_Type ,Address ,Length
//
Resets all addresses in all memory areas but only if data is previously set
by driver and is not yet cleared by “Cleared” message and is configured
to Clear_on_Normal. By default Clear_on_Normal is “yes”.
Resets all addresses in all memory areas for a given Node but only if
data is previously set by driver and is not yet cleared by “Cleared”
Clear_on_Reset is ‘no’.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
ANNUN 28 TROUBLE 76 TX/RX ERROR ABOVE LIMIT ON LOOP 5 330
ANNUN 29 TROUBLE 77 TX/RX ERROR ABOVE LIMIT ON LOOP 6 331
ANNUN 30 TROUBLE 78 TX/RX ERROR ABOVE LIMIT ON LOOP 7 332
ANNUN 31 TROUBLE 79 TX/RX ERROR ABOVE LIMIT ON LOOP 8 333
ANNUN 32 TROUBLE 80 TX/RX ERROR ABOVE LIMIT ON LOOP 9 334
REMOTE DISPLAY 1 TROUBLE 81 TX/RX ERROR ABOVE LIMIT ON LOOP 10 335
REMOTE DISPLAY 2 TROUBLE 82 TOO MANY DEVICES ON LOOP 1 336
REMOTE DISPLAY 3 TROUBLE 83 TOO MANY DEVICES ON LOOP 2 337
REMOTE DISPLAY 5 TROUBLE 85 TOO MANY DEVICES ON LOOP 4 339
REMOTE DISPLAY 6 TROUBLE 86 TOO MANY DEVICES ON LOOP 5 340
REMOTE DISPLAY 7 TROUBLE 87 TOO MANY DEVICES ON LOOP 6 341
REMOTE DISPLAY 8 TROUBLE 88 TOO MANY DEVICES ON LOOP 7 342
REMOTE DISPLAY 9 TROUBLE 89 TOO MANY DEVICES ON LOOP 8 343
REMOTE DISPLAY 10 TROUBLE 90 TOO MANY DEVICES ON LOOP 9 344
REMOTE DISPLAY 11 TROUBLE 91 TOO MANY DEVICES ON LOOP 10 345
REMOTE DISPLAY 12 TROUBLE 92 MISMATCHED LOOP TYPE ON LOOP 1 346
REMOTE DISPLAY 14 TROUBLE 94 MISMATCHED LOOP TYPE ON LOOP 3 348
REMOTE DISPLAY 15 TROUBLE 95 MISMATCHED LOOP TYPE ON LOOP 4 349
REMOTE DISPLAY 16 TROUBLE 96 MISMATCHED LOOP TYPE ON LOOP 5 350
REMOTE DISPLAY 18 TROUBLE 98 MISMATCHED LOOP TYPE ON LOOP 7 352
REMOTE DISPLAY 19 TROUBLE 99 MISMATCHED LOOP TYPE ON LOOP 8 353
REMOTE DISPLAY 20 TROUBLE 100 MISMATCHED LOOP TYPE ON LOOP 9 354
REMOTE DISPLAY 21 TROUBLE 101 MISMATCHED LOOP TYPE ON LOOP 10 355
REMOTE DISPLAY 22 TROUBLE 102 MAPPING IN PROGRESS LOOP 1 356
REMOTE DISPLAY 23 TROUBLE 103 MAPPING IN PROGRESS LOOP 2 357
REMOTE DISPLAY 24 TROUBLE 104 MAPPING IN PROGRESS LOOP 3 358
REMOTE DISPLAY 25 TROUBLE 105 MAPPING IN PROGRESS LOOP 4 359
REMOTE DISPLAY 26 TROUBLE 106 MAPPING IN PROGRESS LOOP 5 360
REMOTE DISPLAY 27 TROUBLE 107 MAPPING IN PROGRESS LOOP 6 361
REMOTE DISPLAY 28 TROUBLE 108 MAPPING IN PROGRESS LOOP 7 362
REMOTE DISPLAY 29 TROUBLE 109 MAPPING IN PROGRESS LOOP 8 363
SYSTEM TROUBLE DEFAULT MESSAGE 131 LIB #1 NIB COMMUNICATION ERROR 385
TROUBLE 132 LIB #2 NIB COMMUNICATION ERROR 386
ANNUN 1 NO ANSWER 133 LIB #3 NIB COMMUNICATION ERROR 387
ANNUN 3 NO ANSWER 135 LIB #5 NIB COMMUNICATION ERROR 389
ANNUN 4 NO ANSWER 136 LIB #6 NIB COMMUNICATION ERROR 390
ANNUN 5 NO ANSWER 137 LIB #7 NIB COMMUNICATION ERROR 391
ANNUN 6 NO ANSWER 138 LIB #8 NIB COMMUNICATION ERROR 392
ANNUN 7 NO ANSWER 139 LIB #9 COMMUNICATION ERROR 393
ANNUN 8 NO ANSWER 140 LIB #10 NIB COMMUNICATION ERROR 394
ANNUN 9 NO ANSWER 141 LIB #1 NIB M/S PROGRAMMING ERROR 395
ANNUN 10 NO ANSWER 142 LIB #2 NIB M/S PROGRAMMING ERROR 396
ANNUN 12 NO ANSWER 144 LIB #4 NIB M/S PROGRAMMING ERROR 398
ANNUN 13 NO ANSWER 145 LIB #5 NIB M/S PROGRAMMING ERROR 399
ANNUN 14 NO ANSWER 146 LIB #6 NIB M/S PROGRAMMING ERROR 400
ANNUN 15 NO ANSWER 147 LIB #7 NIB M/S PROGRAMMING ERROR 401
ANNUN 16 NO ANSWER 148 LIB #8 NIB M/S PROGRAMMING ERROR 402
ANNUN 17 NO ANSWER 149 LIB #9 NIB M/S PROGRAMMING ERROR 403
ANNUN 18 NO ANSWER 150 LIB #10 NIB M/S PROGRAMMING ERROR 404
ANNUN 19 NO ANSWER 151 INTERNAL RAM ERROR 405
ANNUN 21 NO ANSWER 153 CPU EXTERNAL RAM TEST ERROR 407
ANNUN 22 NO ANSWER 154 CATASTROPHIC CUP NONVOLATILE RAM 408
ANNUN 23 NO ANSWER 155 DIB EXTERNAL RAM TEST ERROR 409
ANNUN 25 NO ANSWER 157 EPROM ERROR 411
ANNUN 26 NO ANSWER 158 PRINTER SUPERVISORY PATH IS INTERRUPTED 412
ANNUN 27 NO ANSWER 159 PRINTER SUPERVISORY 413
ANNUN 28 NO ANSWER 160 PRINTER COVER OPEN 414
ANNUN 29 NO ANSWER 161 PRINTER PAPER OUT 415
ANNUN 30 NO ANSWER 162 PRINTER BUFFER FULL OR OUT OF PAPER 416
ANNUN 31 NO ANSWER 163 AUX PRINTER BUFFER FULL OR OUT OF PAPER 417
ANNUN 32 NO ANSWER 164 PRINTER OFF LINE 418
REMOTE DISPLAY 1 NO ANSWER 165 PRINT QUEUE FULL 419
REMOTE DISPLAY 2 NO ANSWER 166 FACP PRINT BUFFER FULL 420
REMOTE DISPLAY 3 NO ANSWER 167 CORRUPT LOGIC EQUAT 421
REMOTE DISPLAY 4 NO ANSWER 168 PROGRAM CORRUPTED 422
REMOTE DISPLAY 6 NO ANSWER 170 AUDIO LIBRARY CORRUPTED 424
REMOTE DISPLAY 7 NO ANSWER 171 LCD80 SUPERVISORY 425
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 17 of 22
REMOTE DISPLAY 8 NO ANSWER
172 TERM SUPERVISORY
426
REMOTE DISPLAY 12 NO ANSWER
176 NCM PIEZO BATTERY FAILURE
430
REMOTE DISPLAY 25 NO ANSWER
189 DRILL ACTIVATED
443
REMOTE DISPLAY 29 NO ANSWER
193 NETWORK INCOMPATIBLE
447
WORKSTATION FAN FAILURE
202 TEST PROGRAM UPDATE
456
LOOP 9-10 COMM FAILURE
211 DAA DOWNLOAD IN PROGRESS
465
LIM COMM FAILURE
215 CPU DATA MESSAGE RECEIVED ERROR
469
DATABASE INCOMPLETE PLEASE REDOWNLOAD
WORKSTATION COMM FAIL
228 DIB DATA MESSAGE RECEIVED ERROR
482
System Trouble Address System Trouble Address
REMOTE DISPLAY 9 NO ANSWER 173 CRT SUPERVISORY 427
REMOTE DISPLAY 10 NO ANSWER 174 TERMINAL SUPERVISORY PATH IS INTERRUPTE 428
REMOTE DISPLAY 11 NO ANSWER 175 NVRAM BATTERY TROUBLE 429
REMOTE DISPLAY 13 NO ANSWER 177 BATTERY(S) NOT CONNECTED OR DEFECTIVE 431
REMOTE DISPLAY 14 NO ANSWER 178 BATTERY CHARGER DETACHED 432
REMOTE DISPLAY 15 NO ANSWER 179 BATTERY 433
REMOTE DISPLAY 16 NO ANSWER 180 TM4 DISABLED 434
REMOTE DISPLAY 17 NO ANSWER 181 UP/DOWN LOAD IN PROGRESS _ ACS DISABLED 435
REMOTE DISPLAY 18 NO ANSWER 182 NO DEV INST ON L1 436
REMOTE DISPLAY 19 NO ANSWER 183 ADV WALK TEST 437
REMOTE DISPLAY 20 NO ANSWER 184 PROG MODE ACTIVATED 438
REMOTE DISPLAY 21 NO ANSWER 185 LOADING..NO SERVICE 439
REMOTE DISPLAY 22 NO ANSWER 186 BASIC WALK TEST 440
REMOTE DISPLAY 23 NO ANSWER 187 NFPA 24HR REMINDER 441
REMOTE DISPLAY 24 NO ANSWER 188 OPTION MODULE 442
REMOTE DISPLAY 26 NO ANSWER 190 MAN EVAC RECEIVED 444
REMOTE DISPLAY 27 NO ANSWER 191 MANUAL MODE ENTERED 445
REMOTE DISPLAY 28 NO ANSWER 192 POWER SUPPLY CABLE NOT CONNECTED 446
REMOTE DISPLAY 30 NO ANSWER 194 SYSTEM INITIALIZATION 448
REMOTE DISPLAY 31 NO ANSWER 195 LINK PROTECTOR PRIMARY STATUS 449
REMOTE DISPLAY 32 NO ANSWER 196 LINK PROTECTOR SECONDARY STATUS 450
UDACT NO ANSWER 197 LINK PROTECTOR PRIMARY NOT PRESENT 451
MASTER BOX NO ANSWER 198 EVENT BUFFER 80% FULL 452
DAA NO ANSWER 199 EBI STATUS 453
NO ANSWER 200 SOFTWARE MISMATCH 454
NETWORK FAILURE 201 NO POWER SUPPLY INST 455
UPS FAILURE 203 HISTORY 80% FULL 457
NCM COMM FAILURE 204 FLASH IMAGE ERROR 458
NODE COMMUNICATIONS FAILURE 205 AMPLIFIER LIMIT 459
POWER SUPPLY COMM FAILURE 206 AMPLIFIER SUPERVISION 460
LOOP 1-2 COMM FAILURE 207 DAA ADDRESS CONFLICT 461
LOOP 3-4 COMM FAILURE 208 DEVICE SERVICING REQUIRED 462
LOOP 5-6 COMM FAILURE 209 DATABASE INCOMPATIBLE 463
LOOP 7-8 COMM FAILURE 210 AUDIO LIBRARY INCOMPATIBLE 464
DAP PORT A FAILURE 212 PHONE CHANNEL LIMIT EXCEEDED 466
DAP PORT B FAILURE 213 CPU EXECUTIVE ROUTINE RE-ENTERED 467
FIM COMM FAILURE 214 CPU RECEIVE QUE OVERFLOW 468
NIM COMM FAILURE 216 CPU LEVEL QUE FULL 470
CATASTROPHIC LCD FAILURE ON DIA 217 CPU CODE MEMORY CHECKSUM ERROR 471
CATASTROPHIC DUART FAILURE ON DIA 218 CPU MESSAGE TRANSMITTED ERROR 472
ISIB SCB RECEIVE FAILURE 219 AVPS-24 PROBLEM 473
COMMUNICATION LINK FAILURE IN PORT A 220
COMMUNICATION LINK FAILURE IN PORT B 221 MPS-24 MONITOR CABLE DISCONNECTED 475
LAN COMMUNICATIONS FAILURE 222 TYPE ID CHANGED. SERVICE REQUIRED 476
FAILURE 223 TYPE ID CHANGED. SERVICE REQUIRED 477
NETWORK FAIL PORT A 224 PROG. CHANGE DET. SERVICE REQUIRED 478
NETWORK FAIL PORT B 225 LIVE TEST - SIGNAL P 479
CHARGER FAIL 226 DIB EXECUTIVE ROUTINE RE-ENTERED 480
SELF TEST FAILED 227 DIB RECEIVE QUE OVERFLOW 481
474
LOOP CONTINUITY TEST FAIL LOOP 1 229 DIB CODE MEMORY CHECKSUM ERROR 483
LOOP CONTINUITY TEST FAIL LOOP 2 230 INCOMPATIBLE SOFTWARE OR INVALID CBE 484
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 18 of 22
LOOP CONTINUITY TEST FAIL LOOP 3
231 WALK TEST - FIRE PROTECTION IS LIMITED
485
LOOP CONTINUITY TEST FAIL LOOP 7
235 ISIB EXECUTIVE ROUTINE RE-ENTERED
489
8255 PORT CHIP CONTROL WORD CHECK FAILE
NETWORK COMMUNICATION LINK FAIL PORT A
NETWORK COMMUNICATION LINK FAIL PORT B
STYLE 4 SHORT B L2
248 OFF NETWORK
502
STYLE 4 SHORT B L4
252 MANUAL CONTROL
506
System Trouble Address System Trouble Address
LOOP CONTINUITY TEST FAIL LOOP 4 232 REMOTE PROG MODE ACCESSED 486
LOOP CONTINUITY TEST FAIL LOOP 5 233 DIA PROG. CHANGE DET. SERVICE REQUIRED 487
LOOP CONTINUITY TEST FAIL LOOP 6 234 ISIB DATA MESSAGE RECEIVED ERROR 488
LOOP CONTINUITY TEST FAIL LOOP 8 236 DIB TO SIB CABLE BAD OR MISSING 490
LOOP CONTINUITY TEST FAIL LOOP 9 237 UPLOAD/DOWNLOAD MESSAGE RECEIVED 491
LOOP CONTINUITY TEST FAIL LOOP 10 238 GLOBAL DATABASE MISMATCH 492
AMP FAIL 239 SIB PROG. CHANGE DET. SERVICE REQUIRED 493
AC FAIL 240 HS-NCM SNIFFER MODE ACTIVE 494
SCB ASSEM. COM. VERIFIED FAILED 241 EXCEEDED CONNECTION LIMIT 495
242 NAM CCBE. PROG LOST 496
243 MEMORY LOSS 497
244 DVC COMM LOSS 498
STYLE 4 SHORT A L1 245 A.C. POWER LOSS. BACK UP ACTIVATED 499
STYLE 4 SHORT B L1 246 BUZZER OFF-LINE 500
STYLE 4 SHORT A L2 247 PANEL DOOR OPEN 501
STYLE 4 SHORT A L3 249 INSTALL. ERROR 503
STYLE 4 SHORT B L3 250 OR AUDIO/TELEPHON 504
STYLE 4 SHORT A L4 251 EXPANDER MODULES 505
STYLE 4 SHORT A L5 253 CAT. COMM. FAULT 507
STYLE 4 SHORT B L5 254 UNKNOWN 508
Appendix A.3. Node Status
•Data for any particular Node is valid while that Node is online and the system is synchronized. Integrity of
data for any Node will be lost if the Node goes offline or if synchronism between the FieldServer and the
NCA2 Panel is lost.
nd
•Node status offline/online (1/0) is stored in the 502
address. It is important to read the Node status
before reading any information about the Node.
•Node status data integrity itself depends upon system synchronization.
Appendix A.4. FieldServer Synchronization
There is currently no method of auto-synchronizing the FieldServer's Data Arrays with the Notifier NCA2/NFS23030 panel because there is no method for polling the panel through the printer or CRT port. Synchronization of
the two devices can be achieved manually pressing the “System Reset” button on the panel while the FieldServer is
connected and running. All current events will be re-sent to the FieldServer..
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 20 of 22
Appendix B. Troubleshooting tips
Appendix B.1. Connection Tips & Hints
•Communication errors will be experienced if the port is disabled at the panel. Please check the Notifier
Manuals on how to enable the panel port connected to the FieldServer and ensure that it is set to 80
columns NO supervision.
•If connecting the Panel to one of the FieldServer RS-232 ports causes the FieldServer to reboot, then an
Optical Isolator is required to balance ground potential problems.
Appendix B.2. Networking Tips
•By default FieldServer does not take any action on receiving a “SYSTEM RESET”. Normally when a Node
initiates “SYSTEM RESET” by pressing the “RESET” button on the Panel, the panel sends an individual
“CLEAR” message for every point, it clears in its memory area. The FieldServer therefore waits for the
“CLEAR” message to clear a specific bit in its memory for a particular Node or for the “SYSTEM NORMAL”
message to clear all bits in its memory for every Node. Use Clear_on_Reset parameter if required.
•It may be advisable to configure the Notifier panel to suppress less important “Supervisory” or “Trouble”
messages which could prevent the generation of “SYSTEM NORMAL” messages. Consult Notifier for this
configuration or recommendation.
•Ensure that every Node is working with a printer or HyperTerminal, before calling FieldServer for Support.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 21 of 22
being abandoned on
add a new Map
#2 Err. Reset/Normal
ue<%d> full on
This could be a problem on
Map Descriptor with required address
unrecognized event or corrupted
connection parameters match with panel
listed under
If this error occurs continuously and you
that a Node either connected or
Appendix C. Error Messages
Most error messages are associated with errors in parsing an incoming message from the Notifier panel. The most
likely cause is a mismatch in expected message format. The driver will flag one of the following error messages
and continue. In most cases the message currently being processed by the driver will also be printed so that any
problems can be easily diagnosed.
Two screens ‘System Errors’ and ‘Driver Messages’ exist for displaying errors.
The System Error Screen displays the error number and the Driver messages screen displays the error number,
description and the message received from the NCA/NCA2 Panel.
In debug mode the System Error screen will also include Driver messages.
The following Error Messages appear upon the ‘System Errors’ Screen
• %d means numeric number
• %s means string
Messages number 1, 3, 4 and 5 will be displayed just once if generated after rebooting or power cycling the
FieldServer.
Error Description Action
#1 FYI. Incoming data is
The FieldServer got a recognized
Port<%d> Node<%u>
Loop<%d>
Data_Type<%s>
Address<%d>
que
MD<%s>
#3 FYI. Event<%s> not
Supported.
#4 Err. Unknown Node
Trouble <%s>
message on this particular port, Node,
loop, Address_Type and Address but
did not find a defined Map Descriptor.
This driver keeps track of all non-zero
memory locations per Map Descriptor.
When the track queue is full, the oldest
offset is overwritten with the latest
one.
System_Reset and System_Normal
where memory locations get cleared as
per this queue.
The FieldServer received an
message.
The FieldServer received a Node
Trouble event not
Appendix A.2 or a corrupted message.
The FieldServer received a message
To capture this data,
Descriptor with the required parameters.
If the error occurs during installation or
testing, it can be ignored. If the error
occurs during field operation, configure the
ranges only and keep the Map Descriptor
length smaller than the queue length.
If the error occurs continuously, check that
port settings.
need this new trouble status, contact
FieldServer.
#5 Err. Unknown OFF
NETWORK Node <%s>
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
FS-8700-130 Notifier NCA2/NFS-3030 Manual Page 22 of 22
#6 Err. Unsupported
Point Address
#7 FYI. Attempt to
itself upon
and memory area type mapped to this
Error Description Action
A message was received from an
Format<%s>
unsupported device or the address of
the device is not in the correct
format/location.
Call Tech support.
This occurs due to poor synchronization
between the FieldServer and the Notifier
panel or because a problem existed before
3
. It will rectify
decrement below zero
offset<%d> DA<%s>
The driver attempted to decrement the
trouble counting number to a number
less than 0.
connection.
“System Normal” message. Check the
configuration file to identify the address
offset and the Data Array which is causing
the error.
3
All Data Arrays on the FieldServer are initialized to zero on rebooting or starting up. A zero value in the Data Array assumes no problems with
the devices, but if a problem existed before the startup and the device comes out of problem, the FieldServer will attempt to decrease the
number of problems by 1 and this generates the error. Data from the FieldServer should not be considered reliable until the “System Normal”
message has been returned.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com