LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

compiler error

Hello!

I have a formula node inside a case-statement. After copying the node into the the other case (false) and changing some calculations inside, i received following error when trying to store the VI:

Compiler error.bad dsoffset, dso=-1

why has this happened and what can i do against?

Thx

björn
0 Kudos
Message 1 of 3
(2,764 Views)
Does the error still happen if you create a brand new formula node and type in the new formula by hand instead of using Paste?
Message 2 of 3
(2,764 Views)
It sounds like you have a corrupted VI. I recommend undees suggestion of deleting the last formula node (really you should start deleting the last things you added to your code) and see if the problem goes away. You may have to rebuild the forumla node from scratch. You might also try copying the block diagram of the VI to a new VI. This can often fix these kinds of errors (although I have never gotten a compiler error like this).
Message 3 of 3
(2,764 Views)