LAVA Good Posted October 4, 2018 Report Share Posted October 4, 2018 Hello, everyone! I am studying a LabVIEW for my research. And I have a really curious question. Can I check my LabVIEW bit (ex 32bit or 64bit) through the code? I searched the property node and Invoke node to find the function which shows the LabVIEW bit. But I was not able to find it. If there is someone who knows the function, could you let me know about it? Or if I have to use the .dll to check LabVIEW bit on the code, could you announce me the .dll name? Thank you for spending your time for me !!!! Quote Link to comment
candidus Posted October 4, 2018 Report Share Posted October 4, 2018 There's a VI in vi.lib: vi.lib/Utility/Get Current LV Bitness.vi Note that this VI is not on the palette. Quote Link to comment
LAVA Good Posted October 4, 2018 Author Report Share Posted October 4, 2018 Hi, candidus. Thank you for your reply. Can I ask one more thing? In my computer, there are two version of LabVIEW, 32bit and 64bit. And after some vi started, I want to check which version of LabVIEW would be run through the code like Get Current LV Bitness. Can you give me advice on how to do this? Can I just code it by calling Get Current LV Bitness.vi? Quote Link to comment
candidus Posted October 6, 2018 Report Share Posted October 6, 2018 Get Current LV Bitness.vi will return the bitness of the currently running LV instance so this should work. Why do you need it? Do you have to call external code depending on bitness? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.