LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Historical Datalogging and report application.

I need some advice in order to develop a simple solution to a datalogging and report application.

An RT Target (Desktop PC) is running a machine vision application. A Host PC is used as local user interface by means of Network Published Shared Variables.

Additionally ,it is neccesary to keep a daily record of the number of passed/failed parts and to be able to perform custom queries of the records in between any two dates to generate an .xls or .cvs file. Remote/simultaneous user access to this functionallity through corporate network may be required.

How would you do this?


Hope you can help.
0 Kudos
Message 1 of 3
(2,580 Views)

Hi Eblanco,

what type of RT target do you use? Do you want the data on the rt target or do you have a static connection to your host pc?

 

Mike

0 Kudos
Message 2 of 3
(2,532 Views)

If you are having a requirement for remote access, I would recommend you to have a common server (eg. SQL server).

Your code would update the data to the server database in the format you want.

Now, anyone can access data on this server and perform custom queries on that (like check data between date x and y)

 

DB connectivity toolkit can be used for this....

 

 

-Parag D

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
Message 3 of 3
(2,527 Views)