Re: [foxboro] Architecture problem

A lot of Xterminal stuff is covered in the Xterminal guide that I am
maintaining. I have posted a copy to Duc so he can publish it on =
Cassandra
provided there is room on the server.
It is quite a large document but that is because it can be complex =
stuff and
I have tried to be thorough.
It supplies step by step guidance in installing exceed and some other
packages to be used as an X-terminal with I/A Series, contains a =
extensive
FAQ section and some information of thing to do on both the I/A =
platform and
the PC.
So do not let the size of the doc scare you off.


Regards,

Ron Deen
Senior System Service Specialist
Invensys Systems N.V.
Baarnsche dijk 10   P.O. Box 146   3740 AC Baarn   The Netherlands
T: +31 (0)35 54 84 233   F: +31 (0)35 54 84 175 =20
Ron.Deen@xxxxxxxxxxxx   www.invensys-systems.nl


A P V  =B7  F o x b o r o  =B7  S i m S c i  =B7  T r i c o n e x  =B7  =
W o n d e r
w a r e






-----Original Message-----
From: Williams, Dave G SUKOP-CME/72/04
[mailto:Dave.G.Williams@xxxxxxxxxxxxx]
Sent: Thursday, February 21, 2002 10:10 AM
To: 'foxboro@xxxxxxxxxxxxx'
Subject: Re: [foxboro] Architecture problem



A number of helpful hints apply here.

Start with 718
also 763, 871 and 937 may be 'helpful' !


Dave Williams

Shell UK Oil Products Limited
Stanlow Manufacturing Complex, PO Box 3, Ellesmere Port, South Wirral =
CH65
4HB, United Kingdom

Tel: +44(0)151350 4480
Email: dave.williams@xxxxxxxxx
Internet: http://www.shell.co.uk


-----Original Message-----
From: Johnson, Alex (Foxboro) [mailto:ajohnson@xxxxxxxxxxx]
Sent: 21 February 2002 01:54
To: foxboro@xxxxxxxxxxxxx
Subject: Re: [foxboro] Architecture problem



Re: are you saying you can use an AW51 to do the same thing as you do =
with
Exceed on a pc?

Absolutely yes.


Re: Can you pull up displays from another node from an AW?

Yes, yes, a thousand times yes.


Re: How do I do it? (Okay, you didn't ask that, but you would have.)

AW/WP-51s are X-Servers. They can display any X-Window application =
running
from any location in the plant. Most commonly it is done over the 2nd
Ethernet port.


It is not particularly hard to setup, but it does require a little =
work.

Notes:=20

1) This is off-the-cuff. I believe it is correct, but I've not tested =
what
I've typed here. I leave=20
    that to the student.
2) Don't do this unless you can ping(1) between the machines.
3) You will need to edit /.rhosts on the remote machine to include the
network name=20
    of the local machine.
4) Be sure that you have enough DM/FV licenses and that they are =
configured
to be free (at least initially).

If you have questions, please send a PO to your local Foxboro =
Application
Wizard, we appreciate the business.

Here are a few reference books that might be of interest to you

1)      Workstation Alarm Management manual, B0193RV
2)      50 Series X Client/Server Support, B0193NV
3)      Display Engineering for 50 Series, B0193MQ
4)      I/A Series Model 51 FoxRemote III Installation and Configuration
Guide, B0193WZ

Enjoy.


**************************

Write a script like this and place it in
/opt/foxind/RemoteFV/dmscripts/<rmtMachineName> on the local machine:


        dmcmd script
        dmcmd run /opt/foxind/RemoteFV/scripts/<rmtMachineName> $DM_DISPLAY


where <rmtMachineName> is the network name (or IP address) of the =
machine
from which you want to retrieve a display


Write a script like this and place it in
/opt/foxind/RemoteFV/scripts/<rmtMachineName> on the local machine:


        #!/bin/sh
        /bin/mkdir -p /opt/foxind/RemoteFV/logs
        exec >/opt/foxind/RemoteFV/logs/`basename $0` 2>&1
        set -x


        RMT_WP=3D`basename $0`
        MY_SCREEN=3D$1


        /bin/rsh $RMT_WP /opt/foxind/RemoteFV/scripts/sendFV $MY_SCREEN


Write a script like this and place it in =
/opt/foxind/RemoteFV/scripts/sendFV
on the remote machine:


        #!/bin/sh
        /bin/mkdir -p /opt/foxind/RemoteFV/logs
        exec >/opt/foxind/RemoteFV/logs/`basename $0` 2>&1


        set -x


        echo ARGC=3D$#
        echo ARGS=3D$*
        DISPLAY=3D$1
        export DISPLAY
        /opt/fox/wp/bin/default_dm &


The last line might be any of the following:


        for DM:
                /usr/fox/wp/bin/dm_wp50 &
        for FV:
                /opt/fox/wp/FoxView/foxview &
        for default:
                /opt/fox/wp/bin/default_dm &

Now,=20

1) configure a pick point on a graphic to run the DM script or
2) copy the DM script to a directory under your menu bar or
3) Edit /usr/openwin/lib/openwin-menu-programs to run the script
    /opt/foxind/RemoteFV/scripts/<rmtMachineName>

        The line would resemble:

        "NISAW3" exec /opt/foxind/RemoteFV/scripts/NISAW3

        This will allow you to pick on the "blue background" (OpenWindows
Desktop) to start a FV.


Any of these should call up the remote display manager.

Regards,


Alex Johnson
System Products - Invensys Systems, Inc.
10707 Haddington
Houston, TX 77043
713.722.2859 (office)
713.722.2700 (switchboard)
713.932.0222 (fax)
ajohnson@xxxxxxxxxxx <mailto:ajohnson@xxxxxxxxxxx>=20



        -----Original Message-----
        From:   Ed Zychowski [SMTP:Ed.Zychowski@xxxxxxxxxx]
        Sent:   Wednesday, February 20, 2002 6:13 PM
        To:     foxboro@xxxxxxxxxxxxx
        Subject:        Re: [foxboro] Architecture problem



        Steve,
        Sorry if I misunderstand you but are you saying you can use an AW51
to do
        the same thing as you do with Exceed on a pc? Can you pull up
displays from
        another node from an AW? You wrote "log in as user "ia" where do you
do
        this? from a vt session? This sounds very interesting. Please let me
know
        if this is what you ment or if I misunderstand.

        Thanks!



=09

                            "Murray, Steve"

                            <SMurray@xxxxxxxxx       To:
"'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>                =20
                            m>                       cc:

                            Sent by:                 Subject:     Re:
[foxboro] Architecture problem                          =20
                            foxboro-bounce@fre

                            elists.org

=09

=09

                            02/20/2002 10:19

                            AM

                            Please respond to

                            foxboro

=09

=09







        Hi Damien,

          We have two separate I/A systems that are only connected through
their
        second Ethernet cards and our corporate LAN.

          Mostly we "look" at the other side using our PCs and Exceed, but
we can
        just as easily connect using our AW51's.  Just log in as user "ia"
and the
        login script provides the display.  It might not be a good idea to
use the
        ICC remotely very often if you can avoid it.

          We have even logged our AW51's in to I/A systems in other states
across
        our corporate WAN, and a PC using Exceed  for Old Display Manager or
Go
        Global for FoxView works pretty good across a telephone line.

          Steve Murray
          Asarco



        -----Original Message-----
        From: Damien AMPE [mailto:d.ampe@xxxxxxxxxxxxx]
        Sent: Wednesday, February 20, 2002 8:52 AM
        To: 'foxboro@xxxxxxxxxxxxx'
        Subject: [foxboro] Architecture problem



        Hi list,

        I have a "little" architecture problem and perhaps someone of you
has the
        solution.

        We have to connect an I/A Series node (V6.11) to another site where
we want
        to install a new node. These two nodes are in different town. We
have a
        specialised line (private phone line) to connect the two site.

        In the first site, we have AW51E, AW51B and AW51D on a LAN (V6.11).

        In the second one, we would like to install an AW70 or AW51D to
communicate
        with an Siemens PLC (S7-400).

        My problem is : How to connect the two AWxx for having the same
functions
        on
        the two. (Same display, same ICC config if we have to dialog with
the PLC
        from the two site)
        And on the new site, if the communication is lost, the local node
will
        continue to work.

        I hope you understand my question.

        Thanks

        <><><><><><><><<><><><><><><><<><><><><><><><>

        This e-mail and any files transmitted with it are the property of
Americas
        Mining Corporation and/or its affiliates, are confidential, and are
        intended solely for the use of
        the individual or entity to whom this e-mail is addressed. If you
are not a
        named recipient or otherwise have reason to believe that you have
received
        this message in error,
        please notify the sender and delete this message immediately from
your
        computer. Any other use, retention, dissemination forwarding,
printing or
        copying of this e-mail is
        strictly prohibited.  Although this email and any attachments are
believed
        to be free of any virus or other defect that might affect any
computer
        system into which it is
        received, and opened, it is the responsibility of the recipient to
ensure
        that it is virus free and no responsibility is accepted by Americas
Mining
        Corporation and/or its
        affiliates for any loss or damage arising in any way from its use

        This e-mail has been scanned and cleared by MailMarshal
        www.marshalsoftware.com

        <><><><><><><><<><><><><><><><<><><><><><><><>


=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

        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
=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
=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
 

Other related posts: