10-16-2025 12:59 PM
I have a vi written some years ago my a collegue who has since left in Labview 2019, due to enforced updates we are now having to use Labview 2023 and the VI no longer runs, I have fixed some of the error messages that it gave me but I dont understand the rest? Any ideas, I have attached the VI
10-16-2025 01:02 PM - edited 10-16-2025 01:03 PM
Can you attach the original LabVIEW 2019 version? (i.e. before you "fixed" anything 😉 )
10-16-2025 01:05 PM
I made minimal changes so far but the "original" working version is attached here
10-16-2025 01:19 PM
@Ian4321 wrote:
I made minimal changes so far but the "original" working version is attached here
"Minimal changes" ??!!
Those block diagrams aren't similar at all.
And they're both ugly.
And the 2nd one is much uglier than the first.
10-16-2025 01:32 PM - edited 10-16-2025 01:47 PM
There is no error in this code, so the problem is probably in the subVIs. Can you attach those too?
(cannot look at the second VI at the moment)
Are all drivers correctly installed?
Still, there is a lot of "code smell" and many parts can be simplified without change in functionality.
10-16-2025 01:41 PM
Sub VIs attached.
10-16-2025 01:46 PM
I was looking for the following two subVIs (found inside the stacked sequence):
10-16-2025 04:32 PM
Some drivers get installed to the specific year's LabVIEW version; it's probably looking for some files in the wrong place. When you open the original VI in 2023, what errors does it say?
10-16-2025 07:18 PM
@altenbach wrote:
There is no error in this code, so the problem is probably in the subVIs. Can you attach those too?
(cannot look at the second VI at the moment)
When I open "EG-FET IV_2.vi", I get a bad wire:
10-16-2025 09:13 PM
Well, that's the version they hacked around.
Still waiting for the original 2019 dependencies, especially "EG-FET IV.vi" and "Keithely 230_reworked-2.vi", both called from the 2019 toplevel "EG-FET IV - FET.vi " attached earlier.
I guess once we have both "EG-FET IV_2.vi" and "EG-FET IV.vi", we can compare and se what went wrong. 😄