DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to know what version of DIAdem is being called by LabVIEW

Solved!
Go to solution

Hello,

I wasn't sure if I should ask this in the DIAdem forum or LabVIEW forum. I have a LabVIEW script which is opening DIAdem data file, report file, and script. I have DIAdem 2012 and DIAdem 2015 installed on my computer. Is there a way to know which DIAdem is being used when LabVIEW runs this code?

0 Kudos
Message 1 of 5
(3,250 Views)

What are you using to call DIAdem in LabVIEW?  There may be a method included in whatever library/palette in LabVIEW that you are using to retrieve the version information from DIAdem.

Highest Regards,

Paul
0 Kudos
Message 2 of 5
(3,203 Views)

I'm using `DIAdem Open Reference.vi`

0 Kudos
Message 3 of 5
(3,197 Views)

Hi,

It's always the last opened version. I'm not sure if there is a way to choose what version to use exactly.

Regards

Christian
CLA, CTA, CLED
0 Kudos
Message 4 of 5
(3,195 Views)
Solution
Accepted by topic author TheStrangeQuark

You could try this function:

 

diadem issue.png

 

Which is documented to output the version and revision of the DIAdem application that is open.

Highest Regards,

Paul
0 Kudos
Message 5 of 5
(3,189 Views)