Hi,
Greetings! Everytime I ran my new application Error 4 always comes hence the data i inputted are not being saved.
Attached please find the VI which is generating Error 4. This is the original VI and this works fine.
But due to some requirement, I added two more controls in the while loop (not shown). When I added two controls, i changed the count from 86 to 88 in
the Read from Binary File function. Then I build the application. But when i ran the built application to the other PC, the Error 4 always comes out
everytime I push the Save Button inside the while loop. Its either "Error 4 File is finished" or Error 4 End of File".
I cant find any mistake since the original VI is working fine, i just added two more controls and then i am getting this error 4

.
Should I ignore error 4 by deleting Simple Error Handler ??
Should I make the relative path on the Build Path function a specific path; example,
C:\Documents and Settings\BONG\My Documents\LabVIEW Data\default.txt ??
Is the three Strip Path enough when i make the execution file??
Can someone please advise me what is wrong with my VI. Thank you very much.