Applies To:
  • CitectSCADA

Summary:
I have a Citect project which is using either the ABTCP driver or the ABRSLINX driver. On the Hardware Alarm page and in the Citect kernel, I keep getting driver errors 0x00011000. What could be causing this driver error and how do I get rid of it? 

Solution:
The driver error 0x00011000 usually occurs when either of the ABTCP or ABRSLINX drivers is trying to read an address in the AB PLC which does not exist. This may be due to the "File number" which has not been defined or the length of the File is not large enough to contain the requested address from Citect.

A typical error may look like the following:

READ 0008 ABPort VTIS $N44:0 1
Generic 000008 Driver 00069632 (0x00011000)

The above error indicates that File N44: does not exist as the first requested address from Citect is N44:0.

 

Keywords:
 

Attachments