Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Each Nucleo block has a 2D barcode which uniquely identifies the block.  Nucleo blocks are designed to be used more than once, and Rx-Universe will track each block, including the physical characteristics of the block (how many times it has been used, if it has been decentered, if it has been cribbed, etc.), and will work with the SatisLoh equipment to identify when blocks can no longer be used.

The SatisLoh equipment uses two different interface protocols with the re-use logic; the device communication is done using VCA, but the re-use logic is done using LDCS.  Since both protocols are carried over TCP/IP, each protocol must use a different port, which requires two device sessions to be running on the Rx-Universe side.  In addition, while the VCA protocol uses a defined port, 33512, for communication, no such standard exists for LDCS, so the port is configurable on both the equipment side and in Rx-Universe.

The sequence of communication between the Nucleo blocker and Rx-Universe is:

1) Rx-Universe will select the block base/diameter to use and print it on the work ticket.
2) The operator either selects blocks and places them in the tray, or the Nucleo will select blocks from the internal carousel.
3) The Nucleo requests job information from Rx-Universe using a standard VCA request.
4) The Nucleo scans the barcode on the block, and sends the block ID to Rx-Universe using LDCS, command 1100.  Rx-Universe responds with data on the block, if it has been previously used, or with an identifier that this is a new block.  It also sets the _BLKRU label to "1" if the block can be re-used, or "0" if it cannot be re-used.  If the block cannot be re-used, the appropriate message is displayed on the blocker.
5) If the block is usable, the blocker then sends an LDCS command 1101, which identifies the job and eye being used for the blockpiece, allowing Rx-Universe to link the blockpiece to the job.
5) After blocking, the blocker sends information on the combined block and blank to Rx-Universe using standard VCA protocol.

Once blocked, the job will be generated; again, there are two communication sessions that take place between the generator and Rx-Universe; the standard device information is sent using VCA, and the blockpiece information needed for the re-use function is sent via LDCS.

1) Generator reads the tray, retrieves job information from Rx-Universe using a standard VCA packet.
2) After determining what will be done to the block (if it will be cribbed, etc.), the geometric data for the job is sent to Rx-Universe using LDCS.

After surfacing, if the block is removed using an automatic Nucleo de-blocker, the de-blocker will communicate with Rx-Universe using LDCS, to obtain the blockpiece information for the job being scanned, including _BLKRU indicating whether each block can be re-used or should be discarded.

Setting Up Rx-Universe for Re-Use

Under "Setup", "System Settings", on the "Devices" tab, the port number to be used for LDCS and the maximum number of times a Nucleo block can be re-used, must each be set.  The default values are shown below:

Then, each of the re-use devices (blocker, generator, and de-blocker) must be set up with an LDCS interface in addition to the normal VCA interface.

Rx-Universe uses stations beginning with "T" to identify TCP/IP connections; similarly, it uses stations beginning with "L" to indicate an LDCS connection.  This means that Rx-Universe will have TWO sessions running for each of the devices using re-use functionality -  a VCA session using a workstation beginning with "T", and an LDCS session beginning with "L".

 

  • No labels