10-07-2019 09:12 PM
when I used 2018 DIAdem's script call 2016 labview,It failed
CODE
LVRuntime.Init "16.0"
Set oSUDPara.VI = LVRuntime.LoadVI("C:\Users\10696\Desktop\TEST" & "\TEST.vi")
fail log
Error in <NoName(2).VBS> (Line: 8, Column: 1):
Cannot initialize with this version number
16.0
Please check your version number.
my labiew vision is 16.0
10-08-2019 10:18 AM
Dickson-WU,
In my use of DIAdem calling LabVIEW, I had to keep the bitness of DIAdem the same as the LabVIEW Bitness.
If your DIAdem 2018 is 64 bit you will also require the LabVIEW 2016 64 bit RTE.
Paul