Galvcor.StopAt()


Type: INSTANCE FUNCTION

Purpose: Enable or disable the Galvcor termination limits.

There are four limiting conditions upon which a curve may prematurely terminate:

1. IUnder

I < Limit

2. IOver

I > Limit

3. EUnder E < Limit 4. EOver E > Limit

Usage:

Galvcor.StopAt(IUnder, IOver, EUnder, EOver)       IUnder REAL

Enable the IUnder test and set value.

NIL Disable the IUnder test IOver REAL Enable the IOver test and set value NIL Disable the IOver test EUnder REAL Enable the EUnder test and set value NIL Disable the EUnder test EOver REAL Enable the EOver test and set value NIL Disable the EOver test

Related Topics Link IconRelated Topics