06-24-2012 11:38 PM
Hi All,
I need your Help guys. I have 6 years of experience in SCADA systems, but I'm new to Labview. My doubt is regarding the reporting. In normal SCADA system for Batch Report, Shiftwise reports etc what we do is, store all real time values to a database (MySQL or MS Access). Then in SCADA Mimic if we enter the Batch No. or Shift Number with date, then using some VBA coding corresponding Report will be generated in MS Excel.
1) I want to know how this can be done in Labview?
2) In Labview is it better to use Citadel instead of MySQL or MS Access?
3) If any of you have a Sample Program for this plz do attach it.
Thanks,
Randheer
06-25-2012 07:15 AM
Hello Randheer,
Easily you can perform this operation using LabVIEW platform. Its not necessary to use citadel you can go with MYSQL or MY Access. Its totally depend on you what you want to use in your application. You have to use the database toolkits. Database tools are available in the connectivity pallet.
Check some database examples availabe in your PC for Database operations.
06-25-2012 11:04 PM
Thanks Man, Yeah I am working on the examples. Will let you know if I have further query.