Tecan Genesis FE500 Interface Reference Guide
Tecan Genesis FE500 Interface Reference Guide
Reference Pages
Table of Contents
Tecan Genesis FE500 Overview ................................................................................ 3
Tecan Genesis Information Summary ............................................................................................ 3
Prerequisites ............................................................................................................. 4
Client Prerequisites.......................................................................................................................... 4
Cerner Millennium Prerequisites..................................................................................................... 4
Tecan Genesis FE500 Prerequisites................................................................................................. 4
Hardware Configuration........................................................................................... 5
Terminal Server Port Configuration................................................................................................ 5
Software Configuration ............................................................................................ 6
Cerner Millennium Software Configuration.................................................................................... 6
Cerner Millennium Configuration In MDI Installation Tool ............................................................................................6
Cerner Millennium Configuration for General Properties..............................................................................................6
CareAware Software Configuration ................................................................................................ 6
CareAware CareAware Software Flags............................................................................................................................6
CareAware Configuration for General Properties ..........................................................................................................6
Tecan Genesis FE500 Configuration................................................................................................ 7
Host Communication Setup ............................................................................................................................................7
Assay Selection................................................................................................................................. 7
Assay Error........................................................................................................................................................................8
Configure Discern Explorer....................................................................................... 9
Daily Operation ....................................................................................................... 11
Download Results .......................................................................................................................... 11
Troubleshoot........................................................................................................... 12
Manufacturer Diagram............................................................................................ 13
Connector Diagram................................................................................................. 14
Aliquots Implementation............................................................................................................... 15
Automatic Log-In............................................................................................................................ 16
Tecan Genesis FE500 Overview
The Tecan Genesis FE500 performs robotics functionality such as automatically logging in while downloading order
information. The device communication mode is TCP/IP, and the interface uses the American Society for Testing
and Materials (ASTM) protocol. The Cerner interface to the Tecan Genesis FE500 can be Host Query (single query).
This Reference Page is intended for clients planning to purchase and install an interface to the Tecan Genesis
FE500. Additionally, it is intended for Cerner personnel involved in the installation of this interface.
Prerequisites
Client Prerequisites
Ensure that the following prerequisites have been met before you begin installing the Tecan Genesis FE500:
Complete the following steps to assist with prerequisites:
1. The service resource for the Tecan Genesis FE500 must be built in DB Location Resource Maintenance
(Location.exe). Ensure that the calendar is activated.
2. Each orderable item or test (assay) must be routed in DB Departmental Order Catalog (DeptOrCWizard.exe).
3. Ensure that the interface is installed using MDI Installation Tool (MDIInstallTool.exe).
Cerner Millennium Prerequisites
Verify that the appropriate Service Packages are installed.
Tecan Genesis FE500 Prerequisites
The Tecan Genesis FE500 comes equipped with complete communication hardware and software.
Hardware Configuration
Parameter Setting
Parity N
Data Bit 8
Stop Bits 1
Software Configuration
Note
When installing the interface initially, build the General Features tab first and the Assay Selection tab
second.
When installing an interface, the Medical Device Interfaces system analyst completes the information in the General
Features tab in MDI Installation Tool. This data is used to determine the interface program and communication port
to be used. Once the information is added, it is unnecessary to modify anything else; any changes to this tab could
cause the interface to be reinstalled.
Complete the following steps to perform the Cerner Millennium configuration:
1. Open MDI Installation Tool or Phoenix (Phoenix.exe), click the Filter By icon, and select All Active Robotics.
2. Set the Mode to Host Query.
3. Enter the station logical.
4. Enter a description.
5. Click Apply.
CareAware Software Configuration
Flag Description
DN_SEND_ALIQUOTS Set this flag to FALSE when implementing with a device that does not create aliquots.
Assay Selection
The alias is in the following format: TestName|FluidType|Work Group|P. It consists of four components: the test
alias, specimen type, work group, and a fourth group that indicates that the test must be downloaded to primary
tube (P), secondary tube (A), or both (B). You can define additional assays as needed.
BUN BUN|SST|Chem|
Assay Error
No assay error flags apply to this interface.
Configure Discern Explorer
You must must create rows on the ROBOTICS_ITEMS table using Discern Explorer. The ROBO_INLET row is required
for automatic log-in functionality and for tracking sample events in Robotics Tracking (RoboticsTracking.exe).
Complete the following steps to configure Discern Explorer:
1. Log in to Discern Explorer (CCL) using the following command: CCLSECLOGIN GO.
2. Paste the following information:
ROBO_INLET
set request->robotics_service_resource_cd=<robotics
service resource>go
set request->robotics_item_type="ROBO_INLET" go
set request->service_resource_cd=0 go
set request->login_loc_cd=<login location> go
set request->long_desc="Inlet" go
set request->robotics_name="0100" go
set request->robotics_route=0 go
set request->robotics_dest=0 go
set request->dest_priority=0 go
set request->transfer_flg="0" go
set request->mask_nbr=0 go
set request->pict_index_flg=0 go
set request->desc1="Inlet" go
set request->desc2=" " go
set request->pos_x=480 go
set request->pos_y=2300 go
set request->post_container_event_ind=0 go
set request->av_dest_code_build_ind=0 go
scs_add_robotics_config go
commit go
Daily Operation
See the device's operating manual for information about daily use.
Download Results
Downloads automatically populate the worklist if they are enabled and the Bar Code option is selected.
Troubleshoot
Complete the following steps to troubleshoot the device interface:
1. Check the cable and connector to ensure that a good connection is in place.
2. Inquire into any recently performed preventative maintenance on the device. If maintenance was
performed, determine whether any parts were replaced. Factory settings on communication boards can
differ from the required settings for the interface.
3. Check the configuration of the device to ensure that no parameters were changed during daily startup or
preventative maintenance.
Manufacturer Diagram
Contact Phone Fax
Connector Diagram
The following table details the location of the serial port on the Tecan Genesis FE500 and the necessary serial
adapter:
Instrument Host Port This is located on the back of the PC, and is labeled Com1.
Pin Configuration
9-pin male/female
Tecan Genesis FE500 ---------- Cerner
RD 2 <---------- TD
TD 3 ---------->RD
DTR 4 ---|
DSR 6 ---|
SG 5 ----------- SG
RTS 7 ---|
CTS 8 ---|
Pin Configuration
25-pin male/female
Tecan Genesis FE500 ---------- Cerner
TD 2 <---------- RD
RD 3 ---------->TD
RTS 4 ---|
Pin Configuration
CTS 5 ---|
SG 5 ----------- SG
DSR 6 ----|
DCD 8 ----|
DTR 20 ---|
PIN Description
CD Carrier Detect
RD Receive Data
TD Transmit Data
SG Signal Ground
Aliquots Implementation
Aliquots functionality is implemented as follows:
• The driver workflow is intercepted when you retrieve the MDIWorklist from the Medical Device
Interfaces driver based on the received token. When a logical is inserted for a primary tube accession
number to retrieve the ALQ_INFO field (which returns the BarCode^Volume for all secondary tubes), this
information is stored on a list.
Automatic Log-In
When containers are placed in the inlet of the Tecan Genesis FE500, a query record is sent to the driver. This
automatic log-in using the robotics driver triggers the downloads to the specific Medical Device Interfaces drivers
where the tests are performed. The driver populates a RoboticsOutcome. The M_ROBOTICS_EVENT_TYPE field is
populated with the string AUTOLOGIN, and the CORRELATION_ID field is populated with the accession number that
is parsed from the Q record.
+ Message:
Accession: [999]
Robotics Event Type: [AUTO_LOGIN]