Solution
While NI Vision Assistant offers backwards compatibility for scripts, certain processing steps or parameter interpretations differ between versions. Therefore, values slightly change from version to version due to changes in algorithms. For example, updates to edge detection algorithms or image analysis methods will cause minor differences in output values.
There is no direct way to "port" an old script to guarantee identical results in a newer version. Users should instead:
- Open the script in the newer Vision Assistant version.
- Validate the output of each processing step against the original version.
- Adjust parameters where necessary to match the desired results.