LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Warning when opening LV7.1 vi in LV8.5

Hi
 
I have a problem when opening a LV7.1 VI in LV8.5, I get a warning when LabVIEW converts the VI
    - LabVIEW changed a constant that was wired to a Case structure to a hidden control to maintain compatibility with LabVIEW 7.1 and earlier.
I have read in other posts why this warning appears, but I haven't found a way to find in my code where the change has been done, and now my code doesn't work as intended.
How do I find where LV8.5 has changed the code, I have more than one case structure in my code?
 
Best regards
Simon Bøgh
LabVIEW 8.6 / 2009 / 2010
Vision Development Module 8.6 / 2009 / 2010
VBAI 3.6 / 2010
0 Kudos
Message 1 of 3
(2,369 Views)
Hi Simon,
you have to find a control where you have previously a constant. To see where it is, you could give all your constants in LabView 7.1 a striking label and search for this label on your controls in LV8.5
Mike


Message Edited by MikeS81 on 04-24-2008 12:41 PM
0 Kudos
Message 2 of 3
(2,367 Views)
Hi SCMAJA,

the control created is labelled "Case Constant (See Context Help)" (in my English LV installation) and hidden from the frontpanel.
And it has a comprehensive context help as mentioned by the label! Smiley Wink
Best regards,
GerdW


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