LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

External data interface in LABview

i have a software which is developed in VB.It has a ActiveX component i can call this component and using the property node and invoke node.How i can communicate with this component b'coz this activex component require data from the database so, how i can fetch the data from this database and display in the activeX component through LABview.
0 Kudos
Message 1 of 2
(2,843 Views)

Hi,

It looks like your application will be made up of two steps:

1. get data from database into LabVIEW

2. send this data to the ActiveX componenet using property and invoke nodes.

The LabVIEW Database Connectivity Toolset is the preferred method of database communication with LabVIEW. The LabVIEW Database Connectivity Toolset offers many powerful tools and extended capabilites for quickly accessing databases.

Regards,

Ankita

 
0 Kudos
Message 2 of 2
(2,802 Views)