Model 49
Model 49 Description
Model 49 creates production events when the Turnup Tag value transitions from a specific value to another specific value. The Event Number is created using the properties defined for this model. The format of the Event Number is [???X###?YDDD]. The 1st three question marks (???) refers to the 1st characters of the Event Number. The X refers to a value retrieved from the Local Stored Procedure defined in the properties. The ### refers to the event count of the day. The 2nd question mark (?) refers to the characters after the count. The DDD refers to a numeric 3 digit day of the year.
The functionality in this model is available only if you have purchased the Quality Module.
Model 49 Properties
The following Model properties are set up using the Plant Applications Administrator:
Property |
Description |
Maximum Run Time (Seconds) |
optional: Type the number of seconds you want the model to run. The default is 0 (zero), which means the model will not time out. Typically, you will want to limit the run time of the model only if troubleshooting the model (for example, one of the stored procedures is in an infinite loop). |
Model Processing Group |
Used for multithreading. See the Multithreading topic for more information. |
Turnup Tag |
The tag used to trigger the creation of a new production event. |
From Value |
The Value the Batch Tag must transition FROM to trigger the creation of a new production event. |
To Value |
The Value the Batch Tag must transition TO in order to trigger the creation of a new production event. |
Local spName |
Used to retrieve the X character in the Event Number. |
Tappi Begin |
This value is used as the 1st characters of the Tappi or Event Number. |
Tappi Middle |
This value is used as the 2nd characters of the Tappi or Event Number where the ? mark is positioned. |