Re: [foxboro] data retrieval with legacy historian
- From: Darryl Bond <dbond@xxxxxxxxxxxxx>
- To: foxboro@xxxxxxxxxxxxx
- Date: Thu, 21 Nov 2002 09:56:47 +1000
Joe
http://www.thecassandraproject.org/archive.html
Third from the top
# gethist.tar.Z (38 KB), read_me [v1.1, 3/15/00] - this program is a C program
which retrieves historian data from the Foxboro Historian using standard
Foxboro
API calls and outputs the data in a variety of text formats. The data can be
retrieved from archives and reduction groups.
Regards
Darryl Bond
Joe Sanguinetti wrote:
> I could not find it on the site. If you have it can you send it to me.
>
> Joe
>
> -----Original Message-----
> From: Darryl Bond [mailto:dbond@xxxxxxxxxxxxx]=20
> Sent: Wednesday, November 20, 2002 3:54 PM
> To: foxboro@xxxxxxxxxxxxx
> Subject: Re: [foxboro] data retrieval with legacy historian
>
>
>
> There is some code I wrote a while ago on the cassandra site (gethist).
> It is=20
> capable of getting data from the legacy historian including reduction
> groups and=20
> achives.
> It does not use foxapi but uses the lower level historian calls. It does
> work=20
> with Aim* but needs to be recompiled.
>
> It produces text output that can be printed or imported into a
> spreadsheet etc.
>
>
> Darryl Bond
>
>
> Joe Sanguinetti wrote:
>
>>Can foxapi grab data from the legacy historian?
>>=20
>>-----Original Message-----
>>From: Johnson, Alex (Foxboro) [mailto:ajohnson@xxxxxxxxxxx]=3D20
>>Sent: Tuesday, November 19, 2002 9:10 AM
>>To: foxboro@xxxxxxxxxxxxx
>>Subject: Re: [foxboro] data retrieval with legacy historian
>>=20
>>=20
>>=20
>>Here's what I use, it works without issue:
>>=20
>>cc -g -I../hdr -I/usr/include/fox -DSUN -o ../exe/extract=3D20=20
>>../obj/extract.o ../obj/fgetstr.o
>> ../obj/gErrorTxt.o
>> ../obj/AdjustTime.o
>> ../obj/CalcIntrvl.o
>> ../obj/Date.o
>> ../obj/Debug.o
>> ../obj/ExtractHelp.o
>> ../obj/HistAccess.o
>> ../obj/LogError.o
>> ../obj/PrintRec.o
>> ../obj/SpanChk.o
>> ../obj/Reduce.o
>> ../obj/TimeChk.o
>> ../obj/globals.o
>> -lhist -lfox -lfoxfdr -lsocket -lnsl -lm -lposix4=3D20
>>=20
>>I know that there were errors in the examples of how to link - seems=20
>>like this list had this topic a long time ago.
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- References:
- Re: [foxboro] data retrieval with legacy historian
- From: Joe Sanguinetti
Other related posts:
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- » Re: [foxboro] data retrieval with legacy historian
- Re: [foxboro] data retrieval with legacy historian
- From: Joe Sanguinetti