Re: [foxboro] Starting a scripts
- From: "Schouten, Frits JF" <Frits.Schouten@xxxxxxxxxxxx>
- To: "'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>
- Date: Wed, 24 Apr 2002 06:29:23 +1000
Hi Walter,
The easiest and cheapest way is to have an Sequence block with an input
connected to your CIN and when it goes TRUE run a <LBUG>DMCMD command.
Following is the guts of on of my IND blocks.
STATEMENTS
WHILE (TRUE) DO { forever }
IF ( sample_cut ) THEN
:C0WP04DMCMD := "dmcmd run /opt/c1/script/sample_cut.scr ", seq_no;
ENDIF;
WAIT UNTIL NOT sample_cut;
ENDWHILE;
ENDSEQUENCE
The <LBUG> station must be a AW or WP for this to work.
And offcourse the script need to be on that station too.
Cheers,
Frits.
-----Original Message-----
From: Scott, Walter [mailto:wscott@xxxxxxxxx]
Sent: Wednesday, 24 April 2002 01:33
To: foxboro@xxxxxxxxxxxxx
Subject: [foxboro] Starting a scripts
I would like to start a script when a cin goes high is there a way to do
this.
Walter Scott
Birmingham Water Works
wscott@xxxxxxxxx
205-254-0796
_______________________________________________________________________
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
EOM
NOTICE - This message and any attached files may contain information that is
confidential and/or subject of legal privilege intended only for use by the
intended recipient. If you are not the intended recipient or the person
responsible for delivering the message to the intended recipient, be advised
that you have received this message in error and that any dissemination,
copying or use of this message or attachment is strictly forbidden, as is
the disclosure of the information therein. If you have received this
message in error please notify the sender immediately and delete the
message.
_______________________________________________________________________
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: