Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Turning exits on/off

11 views
Skip to first unread message

Larry Dinwiddie

unread,
Nov 6, 2007, 3:54:10 PM11/6/07
to

Is there a way to turn a JES2 exit on/off on the fly?  We want to be able to turn the exit 6 on during the day, but off at night.

 

 

Larry

Yves Colliard

unread,
Nov 6, 2007, 4:10:02 PM11/6/07
to
Hello,

yes, there is an easy way to do it:
$TEXIT(6),STATUS=DISABLED
and
$TEXIT(6),STATUS=ENABLED

You can do it also using an assembler program!

Regards

Yves Colliard
ycos.de

Jack Schudel

unread,
Nov 6, 2007, 4:10:19 PM11/6/07
to
The $T EXIT(6) command has ENABLE/DISABLE options.

/jack

----- Original Message -----
From: "Larry Dinwiddie" <LDinw...@HWCS.COM>
To: <JES...@LISTSERV.VT.EDU>
Sent: Tuesday, November 06, 2007 3:42 PM
Subject: Turning exits on/off


> This is a multi-part message in MIME format.
>
> ------_=_NextPart_001_01C820B5.991061CE
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable


>
> Is there a way to turn a JES2 exit on/off on the fly? We want to be
> able to turn the exit 6 on during the day, but off at night.
>

> =20
>
> =20
>
> Larry
>
>
> ------_=_NextPart_001_01C820B5.991061CE
> Content-Type: text/html;
> charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> <html>
>
> <head>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Dus-ascii">
>
>
> <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">
>
> <style>
> <!--
> /* Style Definitions */
> p.MsoNormal, li.MsoNormal, div.MsoNormal
> {margin:0in;
> margin-bottom:.0001pt;
> font-size:12.0pt;
> font-family:"Times New Roman";}
> a:link, span.MsoHyperlink
> {color:blue;
> text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed
> {color:purple;
> text-decoration:underline;}
> span.EmailStyle17
> {font-family:Arial;
> color:windowtext;}
> @page Section1
> {size:8.5in 11.0in;
> margin:1.0in 1.25in 1.0in 1.25in;}
> div.Section1
> {page:Section1;}
> -->
> </style>
>
> </head>
>
> <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
>
> <div class=3DSection1>
>
> <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> style=3D'font-size:10.0pt;
> font-family:Arial'>Is there a way to turn a JES2 exit on/off on the =
> fly?&nbsp; We
> want to be able to turn the exit 6 on during the day, but off at =
> night.</span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'>&nbsp;</span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'>&nbsp;</span></font></p>
>
> <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> style=3D'font-size:
> 12.0pt'>Larry</span></font></p>
>
> </div>
>
> </body>
>
> </html>
>
> ------_=_NextPart_001_01C820B5.991061CE--
>

Ciancio, Nick , MED US

unread,
Nov 6, 2007, 5:48:45 PM11/6/07
to
Yes there is.
$TEXIT(6),DISABLE
to re-enable..
$TEXIT(6),ENABLE
 
Note, that if you have stacked exit routines in your exit 6 then all exit 6 routines will be turned off.
 
 
Regards Nick Ciancio
 


From: JES2 discussion group [mailto:JES...@LISTSERV.VT.EDU] On Behalf Of Larry Dinwiddie
Sent: Tuesday, November 06, 2007 3:43 PM
To: JES...@LISTSERV.VT.EDU
Subject: Turning exits on/off

Is there a way to turn a JES2 exit on/off on the fly?  We want to be able to turn the exit 6 on during the day, but off at night.

 

 

Larry

----------------------------------------------------------------------------
This message and any included attachments are from Siemens Medical Solutions
and are intended only for the addressee(s).
The information contained herein may include trade secrets or privileged or
otherwise confidential information. Unauthorized review, forwarding, printing,
copying, distributing, or using such information is strictly prohibited and may
be unlawful. If you received this message in error, or have reason to believe
you are not authorized to receive it, please promptly delete this message and
notify the sender by e-mail with a copy to Central.Sec...@siemens.com

Thank you

Robert A. Rosenberg

unread,
Nov 7, 2007, 1:11:41 AM11/7/07
to
At 16:09 -0500 on 11/06/2007, Jack Schudel wrote about Re: Turning
exits on/off:

>The $T EXIT(6) command has ENABLE/DISABLE options.
>
>/jack

In addition, the $TA command can be used to automate the issuance of
the commands to enable/disable the exit at designated times.

0 new messages