FieldServer FS-8700-112 Computer Drive User Manual


 
FS-8700-112 FCI 7100 Series Driver Manual Page 19 of 24
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: support@fieldserver.com
Appendix B. Driver Error Messages.
Message Description
FCI7100:#1 FYI. Use a DA called <%s> to expose
diagnostic info., FCI_7100_STATS_DA )
Refer to Appendix B.1
FCI7100:#2 FYI. Added Event Desc=<%s>
Index=%d Categ=%d , new_event_desc ,
new_event_desc_index_value ,
new_event_desc_categ ) ;
Printed for your info only. No action
required if it confirms your expectations.
FCI7100:#3 Err. No space. Reject Event
Desc=<%s> Index=%d , new_event_desc ,
new_event_desc_index_value ) ;
There is only space for 60 event types.
2
FCI7100:#4 FYI. Duplicate Event Desc=<%s>. ,
new_event_desc ) ;
You are adding an event type that
already exists. If you are updating the
category, ignore the message. Otherwise
correct the configuration file.
2
FCI7100:#5 FYI. Duplicate Event Desc=<%s>. ,
new_event_desc ) ;
You are adding an event type that
already exists. If you are updating the
index value, ignore the message.
Otherwise correct the configuration file.
2
FCI7100:#6 Err. Event Index=%d. Too big to set
bit., drv_bd->event_index )
If the event index is greater than 64 then
the data cannot be stored as bits as only
64 bits are reserved for events.
FCI7100:#7a Err. DA=%s too short. Rqd=%d, dt-
>buffer_name , offset );
FCI7100:#7b Err. DA=%s too short. Rqd=%d,
possible_md->data->buffer_name , offset );
The MD in question has a length and
offset which makes it run past the end of
the Data Array. Message 7b is printed
when data is being stored as bits.
2
FCI7100:#8 FYI. Reset was rcvd and processed!
Stamped %s %s , drv_bd->time , drv_bd->date )
Printed for your info only. No action
required.
FCI7100:#9 Err. Reset was ignored.
This message is printed when a reset
was received but for one or more reason
the driver could not reset any data. Have
you set 'Clear_on_Reset' to 'no' on all
MD's ?
FCI7100:#10 FYI. Reset of DA=%s Off=%d
Len=%d, possible_md->data->buffer_name ,
possible_md->bxi_data_buffer_offset ,
possible_md->data_length );
Printed for your info only. No action
required..
FCI7100:#11 Err. Cant reset DA=%s len=%d
rqd=%d, possible_md->data->buffer_name ,
da_get_length_in_items ( (DAH_TYP)
possible_md->data ) , possible_md-
>data_length+possible_md-
>bxi_data_buffer_offset );
The MD in question has a length and
offset which makes it run past the end of
the Data Array.
2
2
Correct the configuration file, download to the FieldServer and restart the FieldServer for the changes to
take effect.