Folks, I have many machines in the plant that output data in CSV format Here is a example of one, I have kept the start up header which I believe is actually from the browser, but the lines of data are what I am wanting to capture so it can be graphed both historically and in real time. To obtain this data I just aim a browser at a address:PortNum where the address is that of the machine in question and the PortNum is the port number the data is available on. It is flowing continously:
------------------------------------------------- Start of File ---------------------------------------- Pth,ID,TRACK#,Mld,COUNT#,Path,InspRes1,InspRes2,Status,EOData GET / HTTP/1.1 Host: 172.20.80.5:9030 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 06/23/2014,11:31:52.718,Rej,34,000010,164,3257230,0x0043,0x40000000,0x00000000,0x00000c00,EOData 06/23/2014,11:31:53.15,Pas,34,000011,035,3257231,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:53.421,Pas,34,000012,022,3257232,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:53.812,Pas,34,000013,021,3257233,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:54.109,Pas,34,000014,021,3257234,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:54.500,Pas,34,000015,033,3257235,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:54.812,Pas,34,000001,034,3257236,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:55.218,Pas,34,000002,002,3257237,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:55.593,Pas,34,000003,013,3257238,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:55.890,Pas,34,000004,048,3257239,0x0041,0x00000000,0x00000000,0x00000a00,EOData 06/23/2014,11:31:56.296,Pas,34,000005,011,3257240,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:31:56.687,Pas,34,000006,004,3257241,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:00.546,Pas,34,000007,002,3257242,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:00.953,Pas,34,000008,026,3257243,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:01.343,Pas,34,000009,011,3257244,0x0041,0x00000000,0x00000000,0x00000a00,EOData 06/23/2014,11:32:01.640,Pas,34,000010,008,3257245,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:02.46,Pas,34,000011,250,3257246,0x0041,0x00000000,0x00000000,0x00000a00,EOData 06/23/2014,11:32:02.343,Pas,34,000012,026,3257247,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:02.734,Pas,34,000013,036,3257248,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:03.140,Pas,34,000014,011,3257249,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:03.437,Pas,34,000015,002,3257250,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:03.828,Pas,34,000001,002,3257251,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:04.218,Pas,34,000002,005,3257252,0x0041,0x00000000,0x00000000,0x00000200,EOData 06/23/2014,11:32:04.515,Pas,34,000003,036,3257253,0x0041,0x00000000,0x00000000,0x00000200,EOData -- Chuck Hast -- KP4DJT -- Glass, five thousand years of history and getting better. The only container material that the USDA gives blanket approval on. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
