LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge about Property node

I want to connect the acquired data to a database for the future operation (MS ACCESS, or others except MS EXCELL). Different steps involved in that acquistion
How can I connect my acquired data using activex controls .I want to know more about the Property nodes different properties in some what detail How can i get it from /
 
With regards
Rathesh K  
0 Kudos
Message 1 of 8
(3,695 Views)
There is a database toolkit to avoid doing it yourself.
It would be nice if you take the time to rate this answer
http://www.machinevision.ch
Message 2 of 8
(3,678 Views)
THe DB toolkit mentioned by Doc is worth evaluating for your use.
 
To answer your direct question:
 
The help for MS stuff is not loaded by default when you install their products.
 
I have done a costum install of MS Office and made sure the "Help for VBA" is included in the install.
 
This will let you get help on using the MS ActiveX functionality. The examples they show will be VBA examples but will map to equivalent LV operations in most cases.
 
I hope this helps,
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 8
(3,666 Views)

Hi Ben,

 

Is there a way to get the Active-X exemples without re-installing any of MS products (or did you in fact only install the help file?)

It would be nice if you take the time to rate this answer
http://www.machinevision.ch
0 Kudos
Message 4 of 8
(3,660 Views)

HI Doc,

 

What I know is what I said.

 

It may be possible to install the help by doing a custom install and just selecting VBA, but I have no personal experience doing this.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 8
(3,657 Views)
Thx
It would be nice if you take the time to rate this answer
http://www.machinevision.ch
0 Kudos
Message 6 of 8
(3,641 Views)

Lots of times what I do when working with activeX. I create a macro and then view the macro that was created and then duplicate it in LV with properties and methods.

 

just my 2 cents




Joe.
"NOTHING IS EVER EASY"
Message 7 of 8
(3,634 Views)
The nice thing is that if you do install the help, you can access it from LV by right clicking any property or method you choose and selecting Help for Property Name.

___________________
Try to take over the world!
Message 8 of 8
(3,629 Views)