ChronoC.Run()
Type: INSTANCE FUNCTION
Purpose: Run the curve.
When ChronoC.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during ChronoA.Run():
Abort button
Terminates the entire experiment. Pause/Continue button
Skip button
Skips to the next phase of the experiment, either past the end of this curve or to the next region of the signal generator’s operation.
Point button
The active run can be halted in several ways, namely: if the signal generator is finished, if the operator hits a Skip button, or if one of the stopping criteria is met. These stopping criteria can be enabled or disabled using the ChronoC.Thresh() and ChronoC.StopAt() functions.
Usage:
Result = ChronoC.Run()
Result
- INDEX
- 0 = Normal finish, or Skip button pushed
- 1 = Stop due to Under Criterion (Q < Qmax)
- 2 = Stop due to Over Criterion (Q > Qmin)
- 3 = Stop due to stable [abs(dQ/dt < limit])
- 4 = Stop due to runaway [abs(dQ/dt > limit]
- 5 = Stop due to decreasing (dQ/dt < limit)
- 6 = Stop due to increasing (dQ/dt > limit)
Comments are closed.