FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I get a 33153 FieldPoint Write Error

I am trying to write to both analog & digital output using FieldPoint. Why do I get a 33153 error from the FP write? OPTS FldPt Test is the main module. The LabVIEW and FP explorer files are attached.
Download All
0 Kudos
Message 1 of 2
(3,335 Views)
RicK,

Error 33153 should occur when the value being written is outside the current range. I noticed in you iak file that three of the channels to which you are writing have a range of 4 to 20 mA (0.004 to 0.02). The default values of the controls wired to FP Write for these channels are all zero. If the FP Write is run with zero as an input for these channels, then error 33153 should occur. To prevent this, I recommend setting a minimum of 0.004 and a maximum of 0.02 in the data range for all three controls. This can be done by right-clicking on the control and choosing "Data Range..."

Regards,
Michael Shasteen
Industrial Automation Support
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(3,335 Views)