4.89.0
3/17/2023
We have added a selection for the Keyence MK-G1000 part printer. This and the Keyence MK-U6000 printer selection select the exact same driver behind the scenes. The new selection makes it clear that the MK-G1000 printer is supported and avoids the confusion of having to select a driver that does not match the printer model.
The Closed Loop Feed to Stop controllers have a Slow Run input to help reduce Scrap when threading a new coil. It also helps for Material pit control.
Up until this point Open Loop controllers or controllers that have Open Loop Material motion control have handled with these things with external logic. However, if the material speed is controlled using the Analog feature of the controller, external logic is not sufficient.
This change adds an extended IO input (MODBUS) on input 52 or 50 for Open Loop Slow Run control. If the controller has Open Loop Material motion control, this input will be available.
HVAC Controllers use input 50.
All other controllers use input 52.
The Coast Mode Timeout setting was added for lines that take longer than the 3 second value that was hard coded at the time. It was only really intended to be left alone or used to compensate for lines that have longer coast times.
Customers have felt the need to adjust it down to the minimum of 1 second. This can create Missed Target scenarios where targets could have been hit wile coasting but were limited by the shortened coast time.
The Minimum Limit on this setting has now been changed to the default setting of 3 seconds.
This SCN, at a high level, documents a new feature that is mostly complete in the software but not yet enabled.
Prior to this change customers who welded coils together were not able to track individual coil production because a coil change required the machine to halt, and it cleared the queue on a coil change. This behavior negates many of the reasons customers choose to weld coils in the first place. There was also no way to sense the transition from one coil to another.
This feature allows coils to be welded, pre-loaded into a coil queue, pre-validated by Eclipse and then switch coils on the fly without having to halt between coils or clearing the queue between coils. This change also allows production and coil usage be tracked under the same conditions.
More details will follow when the feature is enabled and available for use.
On the XL200 with Dietich IO, the Hole Detect Input (24) is reserved for the Print Detect input. This was not considered when the Hole Correction feature was enabled on the XL200 controller. This created a conflict with the input that has just now been discovered. The Hole Detect Option is already prevented with Dietrich IO for the same reason. This change disables the Hole Correction feature when the Dietrich IO option is enabled, preventing the conflict. Allowing the Hole Correction feature with Dietrich IO will have to be a future SCN..
As we add new features, sometimes they require new inputs that need to reside locally on the XL rather than a MODBUS extended input. Examples being when one of the hole detect capable inputs are needed for accuracy. On some controllers this is only possible if an existing input is moved or removed.
Inputs that execute manual operations, like Manual Stacker, have less stringent timing requirements. They can be initiated with on screen push buttons. A new window has been added to the XL200 controllers for Manual Operations. The first manual operation that has been added to it is a Manual Stacker button.
An On-Screen Push button may not be convenient enough for some applications. In that case, MODBUS extended inputs can also be added, as is the case with the Manual Stacker input. If MODBUS is enabled and the Manual Stacker input has been removed from the XL, it will be available via MODBUS in one of the extended inputs.
On a Coil tail-out the tailed coil must be classified as Completely Used, Returned to Inventory or Not Unloaded. There is an Unload Coil Window that requires this classification to occur.
The software was not accounting for the possibility that an operator may turn power off to the machine while the Unload Coil screen is active. The window is displayed as soon as the coil tails out. It is very possible, near the end of a shift, that there may be no more production for the day and the machine gets turned off before threading the next coil. Because the tailed Coil was not classified, it is still considered the current coil. When the new coil is threaded, the software has no reason to prompt for a new coil. All the new coil’s production was getting attributed to the tailed coil.
The result of this scenario is the tailed coil gets double production tracked to it and the new coil gets none. The customers inventory still believes it has the new coil available for use.
To fix this issue, the state of tail-out will now be remembered throughout a power cycle. The Unload Coil screen will be presented after the power-up, requiring the tailed coil to be classified.
When selecting a driver, the RS232 Baud rate is displayed as a read only setup parameter to help in configuring the printer. The 19200 Baud rate is mistakenly displayed as 14400. This has been resolved.
Any window that requires attention from an operator is going to be a Modal Window. A status bit has been added to the Flags in the UART Status Sub-Command to indicate anytime a Modal Window is open.
The intended use for this is to notify a PC application anytime the XL controller needs attention. This allows the XL user interface to be buried and accessible through a KVM Window Application on a PC. In theory this allows an XL to be installed on a system where its only access to the XL display and keyboard is through a KVM interface window. A monitoring application can monitor the status bit and indicate on the computer screen that the XL requires attention.
This bit becomes available with Eclipse UART version 3.61 and higher.