Re: [foxboro] data retrieval with legacy historian
- From: "Glen Bounds" <gbounds@xxxxxxxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Wed, 20 Nov 2002 15:59:57 -0500
Thanks for the information, Alex. They didn't make the historian
picture very clear at the Showcase. And you did it in a couple of
sentences. As usual, you have your finger on the pulse of Foxboro.
Not an enviable position! ;-)
Glen
----- Original Message -----
From: "Johnson, Alex (Foxboro)" <ajohnson@xxxxxxxxxxx>
To: <foxboro@xxxxxxxxxxxxx>
Sent: Tuesday, November 19, 2002 12:17 PM
Subject: Re: [foxboro] data retrieval with legacy historian
>
> Re: Legacy Historian
>
> I'm not sure what its status is. Clearly, we don't do new development on
it.
>
>
> Re: AIM*Historian
>
> We have special pricing on the upgrade until Feb 15th. Contact your
account
> representative, Brian Barry (Mtkg Mgr), or Gayle Hicks (Adv Upgrades) for
> more information. AIM* is and will be the I/A Series Historian for quite
> some time.
>
>
> Re: InSQL and AIM*
>
> All products are eventually replaced - key word is eventually.
>
> In the case of AIM* and InSQL, InSQL will eventually become our sole
> enterprise historian, but it will never be the historian for the I/A
Series
> because it cannot support the data access mechanisms required by FV and
> other embedded tools.
>
>
> Hope this helps.
>
>
> Regards,
>
> Alex Johnson
> Invensys
> 10707 Haddington
> Houston, TX 77063
> 713.722.2859 (office)
> 713.722.2700 (switchboard)
> 713.932.0222 (fax)
> ajohnson@xxxxxxxxxxx <mailto:ajohnson@xxxxxxxxxxx>
> For the latest information on ArchestrA, go to
> www.invensys.com/Archestra.html
> <http://www.invensys.com/divisions/Archestra.html> .
>
>
> -----Original Message-----
> From: Glen Bounds [SMTP:gbounds@xxxxxxxxxxxxx]
> Sent: Tuesday, November 19, 2002 9:48 AM
> To: foxboro@xxxxxxxxxxxxx
> Subject: Re: [foxboro] data retrieval with legacy historian
>
>
> hhmm,
> Isn't AIM* going to be replaced with InSQL?
>
>
> ----- Original Message -----
> From: "Joe Sanguinetti" <Joe.Sanguinetti@xxxxxxxxxxxx>
> To: <foxboro@xxxxxxxxxxxxx>
> Sent: Tuesday, November 19, 2002 10:22 AM
> Subject: Re: [foxboro] data retrieval with legacy historian
>
>
> >
> > I just heard that the legacy historian might be not supported in 6
> > Months, Is this true? Should I jump on AIM*?
> >
> > -----Original Message-----
> > From: Johnson, Alex (Foxboro) [mailto:ajohnson@xxxxxxxxxxx]=20
> > Sent: Tuesday, November 19, 2002 9:10 AM
> > To: foxboro@xxxxxxxxxxxxx
> > Subject: Re: [foxboro] data retrieval with legacy historian
> >
> >
> >
> > Here's what I use, it works without issue:
> >
> > cc -g -I../hdr -I/usr/include/fox -DSUN -o ../exe/extract=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=20
> >
> > I know that there were errors in the examples of how to link -
> seems
> > like this list had this topic a long time ago.
> >
> > In any case, this works for me.
> >
> >
> > Regards,
> >
> > Alex Johnson
> > Invensys
> > 10707 Haddington
> > Houston, TX 77063
> > 713.722.2859 (office)
> > 713.722.2700 (switchboard)
> > 713.932.0222 (fax)
> > ajohnson@xxxxxxxxxxx <mailto:ajohnson@xxxxxxxxxxx>=20
> > For the latest information on ArchestrA, go to
> > www.invensys.com/Archestra.html
> > <http://www.invensys.com/divisions/Archestra.html> .
> >
> >
> > -----Original Message-----
> > From: De Maeyer Ronny [SMTP:Ronny.DeMaeyer@xxxxxxxxxx]
> > Sent: Tuesday, November 19, 2002 4:27 AM
> > To: 'foxboro@xxxxxxxxxxxxx'
> > Subject: Re: [foxboro] data retrieval with legacy
> > historian
> >
> >
> > Hi all
> >
> > Thanks for the suggestions on this topic,
> >
> > I have tried several proposed solutions, but with no satisfying
> > result.
> >
> > The files are not found on our system, i tried libisam.so
> > libisam.a same as
> > libPW.so and libPW.a.
> > One should expect these files on the system as they are used in
> > the examples
> > given in the documentation of the historian.
> > Are these files installed by the system or must they be
> > installed
> > separately?
> > The libhist.a library is in the /opt/fox/hstorian/bin/ folder.
> >
> > I have also tried the other options
> >
> > cc testhist.c -I/usr/include/fox -lgen -lsocket -history -lfox
> > -lfoxlc
> > -lposix4 -lm
> > gives Undefined symbol errors first referenced in file
> > /usr/lib/libhistory.so
> > Like: rq_msgs, get_data etc.
> >
> > The gcc option I can not test because we use the ansi c compiler
> > from Sun
> >
> >
> >
> > Greetings
> >
> > Ronny
> >
> > > -----Original Message-----
> > > From: Cyrus W. Taft [SMTP:cwtaft@xxxxxxxxxxxxxx]
> > > Sent: Monday, November 18, 2002 4:35 PM
> > > To: INTERNET:foxboro@xxxxxxxxxxxxx
> > > Subject: [foxboro] data retrieval with legacy historian
> > >=20
> > >=20
> > > Ronny,
> > > I'm not sure exactly which libraries you need to include. The
> > missing
> > > library file names are libisam.so or libPW.so I think. Try
> > searching for
> > > those files and make sure their paths are included in the
> > LIBPATH
> > > environment variable. Or you can put the full path name in the
> > compiler
> > > command line.
> > >=20
> > > Cyrus Taft
> > >=20
> > >=20
> > > Message text written by INTERNET:foxboro@xxxxxxxxxxxxx
> > > >cc testhist.c -L/opt/fox/hstorian/bin -I/usr/include/fox
> > -lhist -lisam
> > > -lfox
> > > -lPW
> > >=20
> > > I get the following errors
> > >=20
> > > ld: fatal: library -lisam : not found
> > > ld: fatal: library -lPW: not found
> > > <
> > >=20
> > > =20
> > > =20
> > >
> >
> _______________________________________________________________________
> > > 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
> > > =20
> > > foxboro mailing list:
> > http://www.freelists.org/list/foxboro
> > > to subscribe:
> > mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
> > > to unsubscribe:
> > mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
> > > =20
> > >=20
> > >=20
> > =09
> >
> ************************************************************************
> > **
> > This e-mail and any attachments thereto may contain information
> > which is
> > confidential and/or protected by intellectual property rights
> > and are
> > intended for the sole use of the recipient(s) named above.Any
> > use of the
> > information contained herein (including, but not limited to,
> > total or
> > partial reproduction, communication or distribution in any form)
> > by persons
> > other than the designated recipient(s) is prohibited.Any
> > liability for the
> > correct and complete transmission of the information or for any
> > delay or
> > interruption of the transmission or for damages arising from the
> > use of
> > reliance of the information shall be disclaimed.If you have
> > received this
> > e-mail in error, please notify the sender either by telephone or
> > by e-mail
> > and delete the material from any computer.
> > Thank you for your cooperation
> > =09
> >
> ************************************************************************
> > **
> >
> > =20
> > =20
> > =09
> >
> _______________________________________________________________________
> > 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
> > =20
> > foxboro mailing list:
> > http://www.freelists.org/list/foxboro
> > to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
> > to unsubscribe:
> > mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
> > =20
> > =20
> > =20
> >
> _______________________________________________________________________
> > 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
> > =20
> > foxboro mailing list:
> http://www.freelists.org/list/foxboro
> > to subscribe: =
> > mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
> > to unsubscribe: =
> > mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
> > =20
> >
> >
> >
> _______________________________________________________________________
> > 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
> >
>
>
>
>
> _______________________________________________________________________
> 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
>
>
>
> _______________________________________________________________________
> 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
>
_______________________________________________________________________
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: Johnson, Alex (Foxboro)
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: Johnson, Alex (Foxboro)