I:\Documents\Visual Studio 2008\Projects\gpseq\Examples\webdemo.gp3


Step #TagConditionActionNextNotes
1Start (wait) Analog 0>=0 V External New File: c:\daq.txt
 This is going to read a temperature to the web using the gp3ezweb helper program. This step always triggers. But the step value will be the analog value which we will use to start off the output file
2digital (wait) Input: XXXXXXXX External Add File: c:\daq.txt
 Now we will get the digital input values and log them as line 2
3  (wait) Always External program: c:\gp3ezweb c:\daqtemplate.htm c:\daq.txt c:\daq.htm
 Now we run the gp3ezweb program. You'll need to adjust the paths. Note you might just as well have started a batch file or script that would run the program and then upload the daq.htm file to your server if you wanted to. Or you could make that the next step. Of course, if you are running on the web server, you can just arrange for the file to wind up in the server directory.
4  (wait) After 1/22/2008 9:44:06 AM Repeat 00:05:00   StartThis step waits for 5 minutes. You could plug in an "after" delay if you prefer. Note that the after time resets itself on each trigger. So if it triggers at 09:44 the new trigger will be set for 09:49 (5 minutes later). The condition is that the time is simply "after" so to start with you can set the date/time to any time before now (which it should already be set that way) and that "primes" the pump.