LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

property node operating system name strings

where can i find what strings are returned from the property node for the deferent operating systems?

 

what we are trying to do is have a single vi, that depending on the OS (Windows or LabVIEW RT), call a function in dll a.dll or b.dll so that the same vi can be used on the 2 different OS'es.

 

if there is a better way, i'd be interested. thanks.

0 Kudos
Message 1 of 6
(3,354 Views)
I'd check out the conditional disable structure.
0 Kudos
Message 2 of 6
(3,351 Views)
i'm still new to labview. could you point me to a sample. thanks.
0 Kudos
Message 3 of 6
(3,345 Views)
I'd start with the LV help which will point you to an example.  Or you can place one on a block diagram, right click where it says 'Default' and select 'Edit Condition for this Diagram'.  Clicking help in the dialog box will give you more information.
0 Kudos
Message 4 of 6
(3,338 Views)

That will not give you the same strings. Open up Context Help (Ctrl + H), hover over the property node for Operating System >> Name and then click on Detailed Help. That should take you to the following page:

Operating System:Name Property

Message Edited by Adnan Z on 10-07-2009 05:28 AM
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 5 of 6
(3,324 Views)
i think that this is exactly what i am looking for, but the problem is that our vi's are to support back to LV 7. i think this was new to 8.0, so if i use this, it will not be backward compatible. we want to have one set of vi's for all versions of LV from 7 on.
0 Kudos
Message 6 of 6
(3,288 Views)