08-30-2005 03:51 PM
08-31-2005 12:17 AM
Here's one option: You obviously are running your MySQL on a PC... so, you can have a LabVIEW App on there too which communicates with your cFP VIs (via TCP/IP, for instance) and then writes that data to the MySQL Server.
-Khalid
08-31-2005 08:05 AM
No, I'm running Labview on my PC, but the MySQL database is on a Linux(LAMP) server.
I know there's got to be a solution other than wasting a windows PC as a go-between in the middle of my cFP and database.
08-31-2005 09:33 AM
08-31-2005 09:37 AM
Thanks for your replies Khalid. I guess I'll start looking into having a host as an intermediary. I'll also have to test out some .exe's on our linux machines!
09-01-2005 06:50 PM
09-02-2005 08:12 AM
Ryan,
LAMP just stands for Linux-Apache-MySQL-PHP, and has nothing to do with Labview. It is a popular configuration for non-corporate web/database servers because all four components are free! These are server applications, so the machine never 'logs in' to be able to run Labview .exes. That's why I'm introducing a PC inbetween.
If I discover a way to run .exe as a server application, than I may revisit the system configuration.
Jake