LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modbus exception code 11?

The application that is not working uses calls to the modbus library to act as a master for an Eaton SVX9000 variable frequency motor drive.  Read and write functions do not work and return a modbus code 11 exception error.  I have been unable to find what this error means.

 

Other confusing factors:

 

     This same Labview code works on other SVX9000 drives.

 

     An older compiled Labview application works (most of the time) on this system.  The development code for the compiled code has been editted and is not really available.

 

Anybody know what exception code 11 means?

 

Thanks,

 

Keith Tang

 

0 Kudos
Message 1 of 2
(12,297 Views)

Check out page 50 of this document http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf.

 

Exception code 0B (which would be 11 in decimal) is Gateway Target Device Failed to Respond.

0 Kudos
Message 2 of 2
(12,286 Views)