I develope a humidity-measurement at about 80 measuring points. I´m using a FP-2000 with four FP-AI-112 and one FP-DIO-550, a FP-1601 with two FP-AI-112. I wrote a dataloogger-program based on „fp-spreadsheet-logger“ which saves the measured values in a text file. The program runs on the FP-2000 without a host-pc. The FP-2000 and FP-1601 are connected to the companie intranet via ethernet.
The files should now be saved on a server or a local-pc and deleted on the FP-2000, when the memory of the FP-2000 is full. How can I do this file-transfer? I already tried datasocket but it didn´t work.
If the measured values exceed specified limits a few minutes, the security office (only installed the run-time-engine) should get a pop-up-message and an accustical-signal on a pc. How can I realize this?
i found an example VI to do ftp with datasocket. i am afraid, if that doesn't work, the internet toolkit is the only way to do filetransfer from the RT system.
Has anyone an idea how to realize the extern pop-up-alarms on the pc in the security office? This is the more important task I have to implement. I would also be greatful about other solutions for the file-transfere-problem.
It is possible to run an exe-application on the pc of the security-office. How can I realize that the application on the FP-2000 invokes the one running on the pc? How can the pc-application display an alarm when called by the FP-2000?
you could use a VI, which creates an TCP-listener on the server system on a free port. the FP-system sends the alarm message on this port to the target system. there a popup is generated and the program switches back to listen again.
the attached VI does this in basic functionality. additionally it hides it's window, so, that it isn't seen in the taskbar.
I have one more question: How can the FP-2000 send an alarm message to this port? I have 76 different messages, one for every measured point. I already created an local alarm: when a measured value exeedes the maximum limit the value to write on a FP-DIO-550 is true. Can I use this to send a message to the port?
By the way: I´m a beginner in LabView (for three month), therewith don´t be surprised about my questions.