LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration file integer type

Hello,
 
  I have integer data type in my ini file.  I have selected integer data type in my program while reading that value. 
If that value is empty in the ini file then my function returns error.  I gave default value as 0. 
My function returns error and then don't read any other values after that.
How do I solve this problem without changing that empty field to 0?
 
thanks
trupti
0 Kudos
Message 1 of 2
(2,547 Views)
you must be wiring Error out of the vi generating err. to the Error in of the next VI.
In such a case all the vis that follow the vi generating err. will not execute. to avoid this error you should reset the err before executing next vi.
I hope the problem is same as the one i described.
if you can put your code here, that can be very much useful.
 

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 2 of 2
(2,530 Views)