09-22-2023 01:42 AM
Hi All
I have a sequence (Calibration - MLC) with parameter values.
And my concern is the EL_Correction_Fact that is not passed correctly into the VI.
Then in Calibration VI, I pass all these parameters as input.
But when I debug and stop when the Calibration VI opens then I don’t see the same values passed into the Calibration VI.
The Calibration VI With Parameter In and Out looks like this
Solved! Go to Solution.
09-22-2023 01:58 AM
I’d suggest double checking the cluster passing settings of that typedef
09-22-2023 04:34 AM
I have checked that the Cluster passing is on.
I also saw that each sequence parameter is loaded from Local. So I changed the Local Parameter to 90.
But still, I got a 98 in my VI.
I've checked the variables when it reached the sequence (before entering) Then the Local Calibration Parameter is 98 and not 90 as I set it to be...
How is this posable?
09-22-2023 05:57 AM
I found the issue.
Parameters are loaded by Locals, and locals get values from a property loader in an Excel file.
M