07-22-2009 12:23 PM
07-22-2009 01:18 PM
You may want to look into LabVIEW DSC (Data-logging and Supervisory Control). You could bind shared variable (tags) to the PLC's I/O point via an appropriate OPC server that support your flavor of PLC. DSC include a historical DB that is SQL compliant.
So the local machines monitor and log and the HO machine queries the DB for new info.
Ben
07-22-2009 01:22 PM
adding to the above...
I have been developing apps like that in LV for about ten yearsw now and I have also completely re-written DSC becasue is was lacking in some ways. If possible keep your req's loose and flexible. Writing all of that code is not a trivial task (no matter how many times you have done it).
Ben