SetupTimeIfc

fun interface SetupTimeIfc(source)

Determines the setup (changeover) time incurred before a station serves a QObject, as a function of the previously served type and the arriving type. This supports sequence-dependent setups common in manufacturing.

Inheritors

Functions

Link copied to clipboard
abstract fun setupTime(fromType: Int?, toType: Int, qObject: ModelElement.QObject): Double

The setup time before serving toType, given the type the server was last configured for (fromType, null if nothing has been served yet).