LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find License Number in LabVIEW Program?

Solved!
Go to solution

Hello,
My name is Cleber, I'm from Brazil.
I'm trying to find a role in the programming of LabVIEW that I return the License Number and name of the User registered for this license. But so far failed. I thought as I return the type ofLabVIEW installed, but I need this information for my program is completed.
Can anyone help me?

Thank you.

0 Kudos
Message 1 of 8
(4,995 Views)
Solution
Accepted by topic author Cknies

Is this what you're looking for?

 

0 Kudos
Message 2 of 8
(4,972 Views)

Hello pcardinale,

How did you put in the property node the following properties:

 

App.SerialNo
App.RegOwner
App.RegOrg

I tried all ways to find these properties but could not find them in the properties of the App

I am very grateful.

Thank you.

 

0 Kudos
Message 3 of 8
(4,945 Views)

Hello Cknies,

 

you can use the Class Browser (View\Class Browser). In the opened window, select:

 

Object Library: VI Server

Class: Application

 

Then click on Search Button. In the new window, look for properties which you need.

 

Best Regards,

Ricardo Ramos
Account Manager
+5511989658513 | ni.com



0 Kudos
Message 4 of 8
(4,934 Views)

Hello,
Well then, I still can not locate these properties. Does it have something to do with Labview version? I am using the 2011 Professional. But when I run the above program it works. I do not know what is happening. Can you help me?
Follow the screen attached.

Thank you

0 Kudos
Message 5 of 8
(4,927 Views)

Hi Cknies,

 

If you don't find these properties, you can drag the properties in pcardinale' example to your VI.

 

 

Ricardo Ramos
Account Manager
+5511989658513 | ni.com



0 Kudos
Message 6 of 8
(4,918 Views)

Those properties are private. Add the following to labview.ini:

SuperPrivateScriptingFeatureVisible=True
SuperSecretPrivateSpecialStuff=True

0 Kudos
Message 7 of 8
(4,907 Views)

Hello,

Now I found the properties. Hehe. You know some more tips like this?
You know how I can to run a program on my computer to know the serial number of the LabVIEW of all the machines logged on the network? If you can help me of course.

Thank you.

0 Kudos
Message 8 of 8
(4,890 Views)