12-11-2009 04:25 AM
Hi all!
I'm programming a SCADA with Labview and want to send data to a MySQL database, I'm using LabSQL and I've been able to send and receive data to the database. The problem is that I have no control on when this data is sent. I'm using a while loop because and introducing the LabSQL ADO's in te while this is sending information to the database continously (even if the data to send hasn't changed) and I want to decide when to send this dat, I've tried adding a Case conditioning the data sending to a button, and it doesn't send data until I push the button but when I push it, it sends exactly the same data as it if have recorded it.
Could you help me?
Thanks a lot.
12-11-2009 09:43 AM