LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I stop this error (ERROR 200561)and resume the LabVIEW program?

Hi

During my operation on a LabVIEW interface, I entered a value higher than what was in the range. 

Now I get an error-200561 which says attempted writing analog data too large or too small. 

I am unable to continue and this error always pops back up when I press continue or restart. 

Can someone guide me how to skip this error and resume my work? 

20231120_101901.jpg


 

0 Kudos
Message 1 of 2
(507 Views)

Hi Akumar,

 


@Akumar37 wrote:

During my operation on a LabVIEW interface, I entered a value higher than what was in the range. 

Now I get an error-200561 which says attempted writing analog data too large or too small. 

I am unable to continue and this error always pops back up when I press continue or restart. 

Can someone guide me how to skip this error and resume my work? 


You need to implement:

  • error handling in your VI
  • input data range checking in your VI

As you didn't attach your VI you need to do that on your own!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(505 Views)