FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Mensaje de error 33487 del modulo NI-FP-SG-140

Saludos;
Quisiera que me ayudaran con lo siguiente por favor,


Estoy trabajando con un modulo FP-SG-140, el cual esta leyendo un sensor de carga, exactamente es el sensor (celda) de la marca omega <LC-101-5K> pero de un momento a otro ya no lo lee o mejor dicho no adquiere la señal que le entrega el sensor y erróneamente arroja el valor máximo que esta configurado en el canal 7 que es 3.9 mV, incluso entrega ese valor al desconectar la celda de carga y además sin estar la celda sometida a ninguna fuerza. Y en el código de LabView me parece el error 33487 en la salida del canal seleccionado.
Que puedo hacer?, de antemano agradezco su sugerencia.

0 Kudos
Message 1 of 4
(5,990 Views)

Good morning, Diego,

 

Follow this link for the error that is occurring. Any questions please contact us.

 

Where is the List of Errors Codes for the FieldPoint Devices?

http://digital.ni.com/public.nsf/allkb/25A5632908B529D4862577A700740EE9?OpenDocument

 

Sincerely,

Mauro Vera
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(5,986 Views)

Thanks for the help


But my question continuously. Why the error code exists even without connecting the sensor. Maybe the module could be deconfigured.
Since the code tells me that the value in the input channel is higher than allowed.

 

I sincerely thank you

0 Kudos
Message 3 of 4
(5,964 Views)

Good afternoon,

The FieldPoint VIs make use of error checking, and error generation. For example, error 33487 is generated when a signal is out of range for the channel. This error generation and detection adds overhead. A FieldPoint 2000, for example, will delay about 80 ms for error detection and propagation, and another 50 ms or so for error generation (if the read signal is out of range). This delay is noticeable mainly when the VI is targeted to the Real-time System since the Real-time OS/processor is not as fast as a desktop system. To remedy this problem, a user will have to modify the FieldPoint VIs to remove the error handling (or to temporarily disable it).

 

graciously,

Mauro Vera
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(5,916 Views)