01-02-2019
04:00 AM
- last edited on
01-08-2024
03:07 PM
by
migration-bot
Hello community.
I wanted to use my subVI attached using DIAdem script. So, I referred this material. I know DIAdem already have the function of Interpolation, But I just tried to improve performance of my project, So I chose interpolation from LabVIEW.
VI is so simple. But, In this process, I got error like this.
(※ 'Output', 'VI' are variable what i defined )
"
Call VI.Run(true)
Answer = VI.GetControlValue("Output")
"
Before I got 'output' from VI, I think I did execution 'Call VI.Run(true)'. Anyone knows how can I solve this problem?
Thank you in advance.
Solved! Go to Solution.
01-04-2019 12:01 AM
Hello again
I already resolved this problem. But, I am not sure what problem was still.
After I erased command 'SetControlValue' for 'X,Y,Z' input control of 'Interpolate 2D(1d,xi,yi).vi', the problem solved.
I attached the solution file for community reference. If someone get in trouble with this kinds of issue, just let me know.
Thanks.