INTERFACE SPECIFICATION

Size: px
Start display at page:

Download "INTERFACE SPECIFICATION"

Transcription

1 INTERFACE SPECIFICATION CELL-DYN 1800 SYSTEM LIST NO. 07H79-01 REVISION A ABBOTT DIAGNOSTICS DIVISION Abbott Laboratories Abbott Park, IL 60064, USA

2 INTERFACE SPECIFICATION CELL-DYN 1800 SYSTEM Abbott Laboratories 2003 Abbott Diagnostics Division Abbott Park, IL 60064, USA 07H79-01A February 2003

3 NOTES

4 TABLE OF CONTENTS 1.0 Introduction Mechanical Interface Electrical Interface Data Interface Communication Protocol Identification (ID) Segment Results Segment H79-01 February 2003 Page i

5 NOTES Page ii 07H79-01 February 2003

6 1.0 Introduction 1.1 Purpose This document describes the interfacing characteristics of the Abbott CELL-DYN 1800 automated hematology analyzer when attached to a Host. 1.2 Definitions and Conventions Host: external computer or data collection system. CELL-DYN 1800: Abbott CELL-DYN This specification follows guidelines adopted at the Biomedical Instrumentation Interface Standards Conference held at the University of Florida in December 1980 and at the University of Texas in Dallas, April Signal designators and related characteristics follow EIA Standard RS232C as summarized in The Handbook of Computers and Computing, Seidman and Flores, Van Nostrad Reinhold, 1984; and Integrated Circuits Applications Handbook, Arthur H. Seidman, John Wiley & Sons, Numeric equivalents of characters are shown as hexadecimal (hex) values. 2.0 Mechanical Interface 2.1 Connector arrangement The CELL-DYN 1800 provides a standard DB-9 male connector, labeled COM1, mounted on the side of the instrument. Pins on the DB-9 connector: (standard RS pin assignments) Pin 1: Data Carrier Detect (DCD input) (monitored) Pin 2: Data to CELL-DYN 1800 (RD-receive data) (ACK/NAK, XON/XOFF) Pin 3: Data to Host (LIS, results) (TD transmit data) Pin 4: Data Terminal Ready (DTR) (set true) Pin 5: Signal Ground Pin 6: Data Set Ready (DSR) (monitored) Pin 7: Request to Send (RTS output) (set true) Pin 8: Clear to Send (CTS input) (monitored, if requested in Setup) Pin 9: Ring Indicate (RI input) (unused) 07H79-01 February 2003 Page 1 of 36

7 3.0 Electrical Interface 3.1 Voltage levels and electrical characteristics are as defined by the EIA RS-232C specification. 3.2 The maximum recommended cable length is 30 meters, or 100 feet. The actual maximum workable cable length is dependent on the environment of the site, the selected baud rate, and the equipment being connected together. 4.0 Data Interface The system can be configured for data transmission using the COMPUTER SETUP Menu. The configurable transmission parameters include data bits, stop bits, parity and baud rate. 4.1 The asynchronous method of data transmission (serial by bit) is used. 4.2 All information transmitted is in character form and is represented by 7-bit or ASCII. 4.3 Transmitted characters consist of one (1) start bit, seven (7) or eight (8) data bits (least significant first), one or no parity bit, and one (1) or two (2) stop bits. 4.4 Parity may be selected as none, odd, or even. 4.5 The transmission speed may be selected from 1200, 2400, 4800, or 9600 bits per second (bps). 4.6 With the exception of the control characters mentioned in Section 5.2, only printable ASCII characters (hex 20 to hex 7E) are used in a message. Page 2 of 36 07H79-01 February 2003

8 5.0 Communication Protocol 5.1 Communication Modes RUN Menu Automatic Transmit Mode The User may select the Automatic Transmit mode on the COMPUTER SETUP Menu. This mode allows the automatic transmission of results during the RUN cycle. If Automatic Transmit mode has been selected, the user may also choose whether or not to transmit histograms along with the count data DATALOG Menu Transmit Mode On the DATALOG Menu, the user may select results from a single sample or from multiple samples for transmission. Only count data may be transmitted from the Data Log menu DISPLAY SPECIMEN Menu Transmit Mode On the DISPLAY SPECIMEN Menu, the user may request transmission of results from the specimen being displayed. Count data are transmitted. Histograms are also transmitted if the Automatic Transmit mode is selected in the COMPUTER SETUP Menu. 5.2 Transmission Control Transmission control is provided in two ways: 1) XOFF/XON protocol in which the Host transmits an XOFF character (hex 13) to stop transmission from the System and an XON character (hex 11) to re-start transmission; and 2) CTS (Clear To Send) hardware control. The XOFF/XON protocol has a 1.5 second time-out. If no XON is received for 1.5 seconds after an XOFF, then transmission resumes anyway. The CTS hardware control has no time-out. That is, no data transmission will be started with CTS false. However, the transmission will still time-out if at any one time CTS remains false for longer than the time-out selected in the COMPUTER SETUP Menu (see Section below). This is a different use and meaning for time-out, but it is needed to prevent the Host from indefinitely delaying the CELL-DYN 1800 from processing the next sample. Re-transmission requests are also supported and discussed in Section H79-01 February 2003 Page 3 of 36

9 5.3 Response from Host Between-Transmission Time-out The time-out interval after transmission of one message is programmable in the COMPUTER SETUP Menu from 100 milliseconds to 9.9 seconds in 100 millisecond increments. NOTE: The timer starts just as the ETX, which ends the message, is transmitted Release for Next Message The Host can release the CELL-DYN 1800 to send the next message by sending an ACK (06 hex) before the time-out interval passes. Otherwise, the CELL-DYN 1800 will begin transmission of the next message at the end of the time-out interval in above Re-transmission 5.4 Message Format If for any reason the Host requires re-transmission of the message, it signals the CELL-DYN 1800 by sending a NAK (15 hex) before expiration of the time-out. A message will be sent by the CELL-DYN 1800 a maximum of three (3) times. After that, the same conditions prevail as after a time-out. The Host may (it is desirable but not mandatory) acknowledge the retransmission with ACK or NAK. If ACK is sent, the CELL-DYN 1800 will immediately start processing the next record (if any). If NAK is sent, the record will NOT be transmitted a third time. Receipt of either the ACK or NAK will allow the CELL-DYN 1800 to move to the next record more quickly. The message format consists of the following elements: STX, ID SEGMENT, RESULT SEGMENT, CHECK SUM, ETX There are four (4) types of messages, each distinguished by its ID segment: WBC Histogram Message RBC Histogram Message PLT Histogram Message Count Data Message The four messages taken together represent all the results of testing a single specimen Each message begins with STX (hex 02) The Identification (ID) segment is described fully in Section The Result segment is described fully in Section The Check Sum is always provided and may be optionally processed by the Host to verify correct transmission. It is generated by taking the modulo-256 sum of all the characters in the message except the STX and ETX characters. The two-digit hexadecimal representation of the Check Sum byte is placed immediately before the ETX as two ASCII characters The ETX character (hex 03) is the last character of the message. Page 4 of 36 07H79-01 February 2003

10 5.4.8 Message Length Each of the three Histogram messages is 1204 characters long. The Count Data message is 406 characters long. These message lengths count all characters from STX to ETX inclusive Data Representation 6.0 Identification (ID) Segment Numeric data are transmitted in fields of fixed length with zeros used to fill empty spaces on the left. Out-of-range numeric values are represented by strings of ">" characters (hex 3E), and undefined numeric values are represented by strings of " " characters (hex 2D). Alphanumeric data are transmitted in fields of fixed length enclosed in double quotation marks (hex 22). Within the quotation marks, the data are right-justified and blanks (hex 20) are used to fill empty spaces. Fields are separated by commas (hex 2C) For counting purposes, the STX mentioned in Section is taken as byte The Identification segment of each message identifies the type of message and the specimen the message represents. 6.2 Message Type Field 1 The Message Type field identifies the message. There are four message types: WBC Histogram Message Type "WBC" RBC Histogram Message Type "RBC" PLT Histogram Message Count Data Message Type "PLT" Type " " (3 blanks) 6.3 Instrument Type Field 2 The Instrument Type is an alphanumeric field of seven (7) characters enclosed in double quotation marks. The string for the CELL-DYN 1800 is sent as " CD1800". 6.4 Serial Number Field 3 The Instrument Serial Number is an alphanumeric field of twelve (12) characters enclosed in double quotation marks. It is not available in this release, so the field is transmitted as " " (twelve dashes). 6.5 Sequence Number Field 4 The Sequence Number is a numeric field of four (4) characters with a value ranging from 0 to H79-01 February 2003 Page 5 of 36

11 6.6 Specimen Type Field 5 The Specimen Type is the fifth field in the Identification Segment. It occupies a numeric field of two characters whose value identifies the specimen type as follows: 00: Patient type "PATIENT" 01: Replicate 1 "REPLIC 1" 02: Replicate 2 "REPLIC 2" 03: Replicate 3 "REPLIC 3" 04: Replicate 4 "REPLIC 4" 05: Replicate 5 "REPLIC 5" 06: Replicate 6 "REPLIC 6" 07: Replicate 7 "REPLIC 7" 08: Replicate 8 "REPLIC 8" 09: Replicate 9 "REPLIC 9" 10: Low Control "LOW CTRL" 11: Normal Control "NOR CTRL" 12: High Control "HI CTRL" 13: Background "BACKGRD" 14: Electrical Background "ELEC BKGD" 15: Calibrator "CALIBRATR" 16: Gain Adjustment "GAIN ADJ" 17: Auto Calibration "AUTO CAL" 6.7 Operator ID Field 6 The Operator ID is a alphanumeric field of three (3) digits enclosed in double quotation marks. If no Operator ID is specified, the field is transmitted as " ". 6.8 Specimen Date Field 7 The Specimen Date, giving the date on which the specimen was run, is an alphanumeric field of eight (8) characters enclosed in double quotation marks. The default format of the date is MM/DD/YY, where MM represents the month in two digits, DD represents the day of the month, and YY represents the year. The date format can be changed in the DATE/TIME Menu. 6.9 Specimen Time Field 8 The Specimen Time is a alphanumeric field of five (5) characters enclosed in double quotation marks. It gives the time at which the specimen was run in standard 24- hour format Specimen ID Field 9 The Specimen ID is an alphanumeric field of sixteen (16) characters enclosed in double quotation marks. If the specimen is a patient specimen, the Specimen ID is entered by the operator. Otherwise, the Specimen ID is generated by the CELL-DYN 1800 to identify special types of samples, such as controls. If not specified, the Specimen ID is transmitted as " " (16 dashes). See Section 6.6 (Field 5). Page 6 of 36 07H79-01 February 2003

12 6.11 Specimen Name Field 10 The Specimen Name is the tenth field in the Identification Segment. It occupies a text field of sixteen (16) characters enclosed in double quotation marks, and it is undefined except for patient samples Specimen Sex Field 11 The Specimen Sex field consists of one (1) character M or F enclosed in double quotation marks. If not entered by the operator, Specimen Sex is transmitted as a blank " " Specimen Date of Birth (DOB) Field 12 The Specimen Date of Birth field has an identical format to Field 7, except that Field 7 is automatically generated by the CELL-DYN If DOB is not entered by the operator, it is transmitted as "bb/bb/bb" where the bb s are actually 2 ASCII blanks each Dr Name Field 13 The Dr Name field is an alphanumeric field of twenty two (22) characters enclosed in double quotation marks Collection Date Field 14 The Collection Date field is an alphanumeric field of five (5) characters enclosed in double quotation marks. The format is MM/DD, where MM represents the month in two digits and DD represents the day. The year is not included. It gives the date at which the specimen was collected. If the Collection Date is not entered, it is transmitted as "bb/bb" where the bb s are 2 ASCII blanks as in Field 12 above Collection Time Field 15 The Collection Time field is an alphanumeric field of five (5) characters enclosed in double quotation marks. It gives the time at which the specimen was collected. If the Collection Time is not entered, it is transmitted as "bb:bb" ( bb s are 2 ASCII blanks each and : is the middle byte) Comment Field 16 The Comment field is an alphanumeric field of sixteen (16) characters enclosed in double quotation marks. NOTE: Fields 1 to 16 above are common in both format AND actual content for a given sample and, as such, are transmitted multiple times when histogram transmission is requested (first if sent with all three histograms and then again with the count record). Given today s typical transmission speeds and the lengths of the rest of the fields, the convenience of having the header information combined with each data group has been chosen over the absolute smallest or fastest transmission. Also, in the time frame of even normal sample processing, the transmissions (at 9600 baud) should take less than 4 seconds out of the 60 second (nominal) cycle time. 07H79-01 February 2003 Page 7 of 36

13 7.0 Results Segment 7.1 The results for each specimen are sent in the format described. All numeric fields are integers, and some need to be scaled by the Host. 7.2 Histogram Messages Refer to Table 1, Histogram Messages, and Table 2, Histogram Record Dump Scale Factor Field 17 The Scale Factor is a numeric field of five (5) characters. It is not implemented at this time and is therefore always transmitted as (5 ASCII zeros without the surrounding double quotes) Channel Data Fields 18 through Count Data Message The Channel Data fields are numeric fields of three (3) characters each, giving normalized counts for every channel of the designated histogram (WBC, RBC, or PLT). Data for each channel will occupy 4 bytes total since there will be a comma between each 3-digit value. Each value is rightjustified with ASCII zero 0 (not null) characters to keep the fields a fixed length. So a channel value of binary zero is transmitted as three ASCII zero characters (000). NOTE: A comma (,) follows the last field which immediately precedes the CRC characters. Refer to Table 3, Count Data Messages, and Table 4, Count Record Dump. The parameters reported by the instrument may be represented in any of four different sets of measurement units as follows: Set 1 Standard USA Set 2 SI Set 3 Modified SI (HGB/MCHC in mmol/l, MCH in fmol) Set 4 Modified SI (HCT/PCT in %) NOTE: The numeric values transmitted to the host are always sent in Standard USA units even if the unit of measure, also being transmitted, is Set 2, 3, or 4. To convert the integer transmitted in the field corresponding to a particular parameter to the correct value for that parameter in the units being used, the decimal point must be moved leftward from its implied position to the right of the integer. The description of each field gives a shift count indicating how many places to move the decimal point in each case. If, for example, the decimal point is to be moved two places to the left, a field value of becomes An integer representing the Units Set currently in effect is transmitted in the Units Set field (Section ). For Units Set 3, the HGB, MCH, and MCHC values must be multiplied by after the decimal point has been positioned. The units of measure associated with the four sets are explained in the CELL-DYN 1800 Operator s Manual. Page 8 of 36 07H79-01 February 2003

14 7.3.1 WBC Count Field 17 The WBC Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 K/µL G/L E9/L Spare Field Field 18 The Spare Field is a numeric field of five (5) characters. It has a constant value of zero (0) at this time, but is transmitted as five - (dashes) without surrounding double quotes, since it is a numeric field LYM Count Field 19 The LYM Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 K/µL G/L E9/L MID Count Field 20 The MID Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 K/µL G/L E9/L GRAN Count Field 21 The GRAN Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 K/µL G/L E9/L 07H79-01 February 2003 Page 9 of 36

15 7.3.6 Spare Field Field 22 The Spare Field is a numeric field of five (5) characters. It has a constant value of zero (0) at this time, but is transmitted as five - (dashes) without surrounding double quotes, since it is a numeric field RBC Count Field 23 The RBC Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 2 M/µL T/L E12/L HGB Value Field 24 The HGB Value is in a numeric field, five (5) characters long. Units Set Shift Count Units Label 1 1 g/dl 2 0 g/l 3 1 (x ) mmol/l 4 0 g/l HCT Value Field 25 The HCT Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 % L/L 4 1 % MCV Value Field 26 The MCV Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label fl Page 10 of 36 07H79-01 February 2003

16 MCH Value Field 27 The MCH Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label pg 3 2 (x ) fmol 4 1 pg MCHC Value Field 28 The MCHC Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 1 g/dl 2 0 g/l 3 1 (x ) mmol/l 4 0 g/l RDW Value Field 29 The RDW Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label % PLT Count Field 30 The PLT Count is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 0 K/µL G/L E9/L MPV Value Field 31 The MPV Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label fl 07H79-01 February 2003 Page 11 of 36

17 PCT Value* Field 32 The PCT Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label 1 2 % ml/l 4 2 % PDW Value* Field 33 The PDW Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label (GSD) * Clinical significance has not been established for these parameters; therefore they are not reportable in the U.S Spare Field Field 34 The Spare Field is a numeric field of five (5) characters. It has a constant value of zero (0) at this time, but is transmitted as five - (dashes) without surrounding double quotes, since it is a numeric field LYM % Value Field 35 The LYM % Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label % MID % Value Field 36 The MID % Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label % GRAN % Value Field 37 The GRAN % Value is in a numeric field five (5) characters long. Units Set Shift Count Units Label % Page 12 of 36 07H79-01 February 2003

18 Spare Field Field 38 The Spare Field is a numeric field of five (5) characters. It has a constant value of zero (0) at this time, but is transmitted as five - (dashes) without the surrounding double quotes, since it is a numeric field Spare Field Field 39 The Spare Field is in a numeric field. It has not been implemented at this time, so it is always transmitted as a - single dash without the surrounding double quotes Spare Flag Field 40 The Spare Flag is a numeric field of one (1) character. It has a constant value of zero (0) at this time, but is transmitted as a single - (dash) without the surround double quotes, since is presumed to be a spare numeric flag R4 WBC Flag Field 41 The R4 WBC Flag is in a numeric field of one character. A value of 1 indicates that the flag is set, and a value of 0 indicates that it is clear GR3 WBC Flag Field 42 The GR3 WBC Flag is in a numeric field of one character. A value of 1 indicates that the GRAN R3 flag is set, and a value of 0 indicates that it is clear MR3 WBC Flag Field 43 The MR3 WBC Flag is in a numeric field of one character. A value of 1 indicates that the Mono R3 WBC flag is set, and a value of 0 indicates that it is clear MR2 WBC Flag Field 44 The MR2 WBC Flag is in a numeric field of one character. A value of 1 indicates that the Mono R2 WBC flag is set, and a value of 0 indicates that it is clear LR2 WBC Flag Field 45 The LR2 WBC Flag is in a numeric field of one character. A value of 1 indicates that the Lym R2 WBC flag is set, and a value of 0 indicates that it is clear R1 WBC Flag Field 46 The R1 WBC Flag is in a numeric field of one character. A value of 1 indicates that the R1 WBC flag is set, and a value of 0 indicates that it is clear R0 WBC Flag Field 47 The R0 WBC Flag is in a numeric field of one character. A value of 1 indicates that the flag is set, and a value of 0 indicates that it is clear. 07H79-01 February 2003 Page 13 of 36

19 Spare Flags Fields 48 through 60 There are thirteen Spare Flag fields which are each a numeric field of one (1) character. It has a constant value of zero (0) at this time. These are transmitted as follows (no surrounding quotes):,,,,,,,,,,,,, LRI Flag Field 61 The LRI Flag is in a numeric field of two characters. A value of 16 indicates that the flag is set, and a value of 00 indicates that it is clear URI Flag Field 62 The URI Flag is in a numeric field of two characters. A value of 32 indicates that the flag is set, and a value of 00 indicates that it is clear WBC Lower Meniscus Time Field 63 The WBC Lower Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds WBC Upper Meniscus Time Field 64 The WBC Upper Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds RBC Lower Meniscus Time Field 65 The RBC Lower Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds RBC Upper Meniscus Time Field 66 The RBC Upper Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds Recount RBC Lower Meniscus Time Field 67 The Recount RBC Lower Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds. It has a value of 0 if there was no recount Recount RBC Upper Meniscus Time Field 68 The Recount RBC Upper Meniscus Time is in a numeric field five (5) characters long. It gives the time in units of milliseconds. It has a value of 0 if there was no recount Limits Set Field 69 The Limits Set is a numeric field of one character. It indicates which set of patient limits (1 to 4) was in effect for the given patient specimen. Page 14 of 36 07H79-01 February 2003

20 Sample Mode Field 70 The Sample Mode is an alphanumeric field of one character. An O (letter O) indicates that the specimen was taken in Open Sample mode; a P indicates Pre- Dilute mode RBC Metering Fault Flag Field 71 The RBC Metering Fault flag is a numeric field of one character. A 0 (zero) indicates that there was no metering fault. A 1 (one) indicates a flow error, and a 2 (two) indicates a clog WBC Metering Fault Flag Field 72 The WBC Metering Fault flag is a numeric field of one character. A 0 (zero) indicates that there was no metering fault. A 1 (one) indicates a flow error, and a 2 (two) indicates a clog Sampling Error or Other Sample Processing Fault Field 73 This is a numeric field of one character. A 0 (zero) indicates there was no error. A 1 (one) indicates there was an error Units Set Field Field 74 This is a numeric field of one character. The value is 1, 2, 3, or 4 as described in Section 7.3. There are four sets of measurement units. A problem arises under the following conditions: 1. Some data is collected and stored under one unit of measure. 2. Subsequently, data is collected and stored under another unit of measure. 3. All the data is transmitted to a Laboratory Information System. The numeric results data, starting in field 17, are always sent as Standard USA units even though that data may be displayed in a different unit of measure on the instrument. The displayed unit of measure, sent in field 74, is transmitted for informational purposes only and may or may not correspond to the Standard USA format of the transmitted numeric results data. NOTE: A comma (,) follows the last field which immediately precedes the CRC characters. 07H79-01 February 2003 Page 15 of 36

21 TABLE 1 HISTOGRAM MESSAGES Field # Description Start at Byte Byte Length Paragraph # N/A STX (0x02) Message Type 2 3* Instrument Type 8 7* Serial Number 18 12* Sequence Number Specimen Type Operator ID 41 3* Specimen Date 47 8* Specimen Time 58 5* Specimen ID 66 16* Specimen Name 85 16* Specimen Sex 104 1* Specimen DOB 108 8* Dr Name * Collect Date 144 5* Collect Time 152 5* Comment * 6.17 The above fields are common to both this Table and Table 3 17 Scale Factor (n/a) Channel 1 Data " " " " " Channel 256 Data N/A CRC (2 hex ASCII printable) N/A ETX (0x03) *indicates characters enclosed in double quotation marks. Note: If a field contains 3 characters plus double quotation marks and a comma, the total number of bytes used is 6. See the Histogram Message Example. Page 16 of 36 07H79-01 February 2003

22 TABLE 2 HISTOGRAM RECORD DUMP C "WBC", "CD1800" 2C 22 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 22 2C, " ", C C 22 2D 2D 2D 22 2C ,00, " ","1 30 2F F C A /19/94", "16:44" 2C 22 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D, " ", 2D 2D 22 2C C 1", 22 4D 22 2C F F C 22 "M", " / / ", " C F C ", " / ", A C " : ", " C ", C C C C ,000,000,000,000 2C C C C ,000,000,000,000 2C C C C ,000,042,048,054 2C C C C ,057,059,055,045 2C C C C ,035,025,020, (channels have been deleted)... 2C C C C ,052,053,051,050 2C C C C ,049,048,047,000 2C C C C ,000,000,000,000 2C ,65. Note: Each line contains 16 characters starting with 1, not zero. The 02 and. bolded on the first line refer to the STX character. The 03 and 65 bolded on the last line refer to the ETX and CRC characters respectively. 07H79-01 February 2003 Page 17 of 36

23 TABLE 3 COUNT DATA MESSAGES Field # Description Start at Byte Paragraph # n/a STX (0x02) Message Type 2 3* Instrument Type 8 7* Serial Number 18 12* Sequence Number Specimen Type Operator ID 41 3* Specimen Date 47 8* Specimen Time 58 5* Specimen ID 66 16* Specimen Name 85 16* Specimen Sex 104 1* Specimen DOB 108 8* Dr Name * Collect Date 144 5* Collect Time 152 5* Comment * 6.17 The above fields are common to both this Table and Table 1 17 WBC Count Spare Field LYM Count MID Count GRAN Count Spare Field RBC Count HGB Value HCT Value MCV Value MCH Value MCHC Value RDW Value PLT Count MPV Value PCT Value PDW Value Spare Field LYM % Value MID % Value GRAN % Value Spare Field Spare Field Page 18 of 36 07H79-01 February 2003

24 TABLE 3 COUNT DATA MESSAGES (Continued) 40 Spare Field R4 WBC Flag GR3 WBC Flag MR3 WBC Flag MR2 WBC Flag LR2 WBC Flag R1 WBC Flag R0 WBC Flag Spare Flags LRI Flag URI Flag WBC Lower Meniscus Time WBC Upper Meniscus Time RBC Lower Meniscus Time RBC Upper Meniscus Time Recount RBC Lower Meniscus Time Recount RBC Upper Meniscus Time Limits Set Sample Mode 399 1* RBC Metering Fault Flag WBC Metering Fault Flag Sampling Error/Incomplete Aspiration Flag Units Set Field n/a CRC (2 hex ASCII printable) n/a ETX (0x03) * indicates characters enclosed in double quotation marks Note: If a field contains 3 characters plus double quotation marks and a comma, the total number of bytes used is 6. See the Count Data Message Example. 07H79-01 February 2003 Page 19 of 36

25 TABLE 4 COUNT RECORD DUMP C " ", " CD1800" 2C 22 2D 2D 2D 2D 2D 2D-2D 2D 2D 2D 2D 2D 22 2C, " ", C C-22 2D 2D 2D 22 2C ,00, " ","1 30 2F F C A /19/94", "16:44" 2C 22 2D 2D 2D 2D 2D 2D-2D 2D 2D 2D 2D 2D 2D 2D, " ", " 2D 2D 22 2C C 1", 22 4D 22 2C F F C 22 "M", " / / ", " C F C ", " / ", A C " : ", " C ", C 2D 2D 2D 2D 2D 2C C ,,00010, C C 2D 2D 2D 2D 2D 2C 30 16,00499,, C C ,00074, C C C ,00900,00295, C C C 30 27,00187,00395, C C ,00027, C 2D 2D 2D 2D 2D 2C C ,,00019, C C 2D 2D 2D 2D 2D 2C 2D 31,00950,, 2C 2D 2C 30 2C 30 2C 30-2C 31 2C 31 2C 30 2C 30,,0,0,0,1,1,0,0 2C 2D 2C 2D 2C 2D 2C 2D-2C 2D 2C 2D 2C 2D 2C 2D,,,,,,,, 2C 2D 2C 2D 2C 2D 2C 2D-2C 2D 2C C 30 30,,,,,,00,00 2C C C ,04837,02121, C C C 30 11,05070,00000, C 34 2C 22-4F 22 2C 30 2C 30 2C ,4, "O",0,0,0 2C 31 2C ,1,37. Page 20 of 36 07H79-01 February 2003

26 HISTOGRAM MESSAGE EXAMPLE Actual transmission (no CR/LF) STX [remarks for text here] [start of text] "WBC", [message type] Field 1 " CD1800", [instrument type] " ", [serial #] 1040, [sequence no.] 00, [specimen type] Field 5 "123", [operator ID] "08/31/03", [specimen date] "12:34", [specimen time] " ABCDEFG", [specimen ID] " JOHN DOE", [specimen name] Field 10 "M", [specimen sex] "10/15/46", [specimen DOB] " DR JANE DOE", [doctor name] "08/30", [collect date] "09:50", [collect time] Field 15 " sample 1", [comment] Field , [scale factor n/a] Field , [channel 1 data] Field , [channel 2 data] 000, [channel 3 data] 000, [channel 4 data] 000, [channel 5 data] 000, [channel 6 data] 07H79-01 February 2003 Page 21 of 36

27 HISTOGRAM MESSAGE EXAMPLE (Continued) 000, [channel 7 data] 000, [channel 8 data] 000, [channel 9 data] 000, [channel 10 data] 000, [channel 11 data] 000, [channel 12 data] 000, [channel 13 data] 000, [channel 14 data] 000, [channel 15 data] 000, [channel 16 data] 000, [channel 17 data] 000, [channel 18 data] 000, [channel 19 data] 000, [channel 20 data] 000, [channel 21 data] 000, [channel 22 data] 000, [channel 23 data] 000, [channel 24 data] 000, [channel 25 data] 034, [channel 26 data] 034, [channel 27 data] 034, [channel 28 data] 034, [channel 29 data] Page 22 of 36 07H79-01 February 2003

28 HISTOGRAM MESSAGE EXAMPLE (Continued) 054, [channel 30 data] 054, [channel 31 data] 054, [channel 32 data] 054, [channel 33 data] 080, [channel 34 data] 080, [channel 35 data] 080, [channel 36 data] 080, [channel 37 data] 093, [channel 38 data] 093, [channel 39 data] 093, [channel 40 data] 093, [channel 41 data] 080, [channel 42 data] 080, [channel 43 data] 080, [channel 44 data] 080, [channel 45 data] 071, [channel 46 data] 071, [channel 47 data] 071, [channel 48 data] 071, [channel 49 data] 063, [channel 50 data] 063, [channel 51 data] 063, [channel 52 data] 07H79-01 February 2003 Page 23 of 36

29 HISTOGRAM MESSAGE EXAMPLE (Continued) 063, [channel 53 data] 041, [channel 54 data] 041, [channel 55 data] 041, [channel 56 data] 041, [channel 57 data] 032, [channel 58 data] 041, [channel 59 data] 029, [channel 60 data] 029, [channel 61 data] 029, [channel 62 data] 029, [channel 63 data] 029, [channel 64 data] 027, [channel 65 data] 027, [channel 66 data] 027, [channel 67 data] 027, [channel 68 data] 027, [channel 69 data] 034, [channel 70 data] 034, [channel 71 data] 034, [channel 72 data] 034, [channel 73 data] 034, [channel 74 data] 039, [channel 75 data] 039, [channel 76 data] Page 24 of 36 07H79-01 February 2003

30 HISTOGRAM MESSAGE EXAMPLE (Continued) 039, [channel 77 data] 039, [channel 78 data] 037, [channel 79 data] 037, [channel 80 data] 037, [channel 81 data] 037, [channel 82 data] 037, [channel 83 data] 037, [channel 84 data] 037, [channel 85 data] 041, [channel 86 data] 041, [channel 87 data] 041, [channel 88 data] 041, [channel 89 data] 046, [channel 90 data] 046, [channel 91 data] 046, [channel 92 data] 046, [channel 93 data] 046, [channel 94 data] 046, [channel 95 data] 046, [channel 96 data] 046, [channel 97 data] 046, [channel 98 data] 046, [channel 99 data] 046, [channel 100 data] 07H79-01 February 2003 Page 25 of 36

31 HISTOGRAM MESSAGE EXAMPLE (Continued) 046, [channel 101 data] 049, [channel 102 data] 046, [channel 103 data] 046, [channel 104 data] 046, [channel 105 data] 054, [channel 106 data] 054, [channel 107 data] 054, [channel 108 data] 054, [channel 109 data] 058, [channel 110 data] 054, [channel 111 data] 054, [channel 112 data] 054, [channel 113 data] 063, [channel 114 data] 063, [channel 115 data] 063, [channel 116 data] 063, [channel 117 data] 066, [channel 118 data] 063, [channel 119 data] 063, [channel 120 data] 063, [channel 121 data] 063, [channel 122 data] 066, [channel 123 data] 066, [channel 124 data] Page 26 of 36 07H79-01 February 2003

32 HISTOGRAM MESSAGE EXAMPLE (Continued) 066, [channel 125 data] 066, [channel 126 data] 066, [channel 127 data] 066, [channel 128 data] 066, [channel 129 data] 066, [channel 130 data] 068, [channel 131 data] 068, [channel 132 data] 068, [channel 133 data] 068, [channel 134 data] 073, [channel 135 data] 068, [channel 136 data] 068, [channel 137 data] 068, [channel 138 data] 068, [channel 139 data] 078, [channel 140 data] 080, [channel 141 data] 080, [channel 142 data] 080, [channel 143 data] 080, [channel 144 data] 073, [channel 145 data] 073, [channel 146 data] 073, [channel 147 data] 073, [channel 148 data] 07H79-01 February 2003 Page 27 of 36

33 HISTOGRAM MESSAGE EXAMPLE (Continued) 073, [channel 149 data] 073, [channel 150 data] 075, [channel 151 data] 083, [channel 152 data] 083, [channel 153 data] 083, [channel 154 data] 083, [channel 155 data] 083, [channel 156 data] 083, [channel 157 data] 083, [channel 158 data] 083, [channel 159 data] 088, [channel 160 data] 090, [channel 161 data] 090, [channel 162 data] 090, [channel 163 data] 090, [channel 164 data] 090, [channel 165 data] 090, [channel 166 data] 090, [channel 167 data] 090, [channel 168 data] 090, [channel 169 data] 095, [channel 170 data] 095, [channel 171 data] 095, [channel 172 data] Page 28 of 36 07H79-01 February 2003

34 HISTOGRAM MESSAGE EXAMPLE (Continued) 095, [channel 173 data] 110, [channel 174 data] 095, [channel 175 data] 095, [channel 176 data] 095, [channel 177 data] 110, [channel 178 data] 110, [channel 179 data] 110, [channel 180 data] 110, [channel 181 data] 110, [channel 182 data] 105, [channel 183 data] 110, [channel 184 data] 110, [channel 185 data] 110, [channel 186 data] 100, [channel 187 data] 100, [channel 188 data] 100, [channel 189 data] 100, [channel 190 data] 100, [channel 191 data] 100, [channel 192 data] 093, [channel 193 data] 085, [channel 194 data] 085, [channel 195 data] 085, [channel 196 data] 07H79-01 February 2003 Page 29 of 36

35 HISTOGRAM MESSAGE EXAMPLE (Continued) 085, [channel 197 data] 085, [channel 198 data] 078, [channel 199 data] 078, [channel 200 data] 085, [channel 201 data] 085, [channel 202 data] 085, [channel 203 data] 085, [channel 204 data] 085, [channel 205 data] 085, [channel 206 data] 085, [channel 207 data] 083, [channel 208 data] 083, [channel 209 data] 083, [channel 210 data] 083, [channel 211 data] 073, [channel 212 data] 083, [channel 213 data] 083, [channel 214 data] 083, [channel 215 data] 083, [channel 216 data] 083, [channel 217 data] 083, [channel 218 data] 083, [channel 219 data] 083, [channel 220 data] Page 30 of 36 07H79-01 February 2003

36 HISTOGRAM MESSAGE EXAMPLE (Continued) 066, [channel 221 data] 054, [channel 222 data] 054, [channel 223 data] 054, [channel 224 data] 054, [channel 225 data] 054, [channel 226 data] 054, [channel 227 data] 051, [channel 228 data] 051, [channel 229 data] 051, [channel 230 data] 051, [channel 231 data] 051, [channel 232 data] 051, [channel 233 data] 051, [channel 234 data] 046, [channel 235 data] 034, [channel 236 data] 034, [channel 237 data] 034, [channel 238 data] 034, [channel 239 data] 034, [channel 240 data] 034, [channel 241 data] 034, [channel 242 data] 034, [channel 243 data] 034, [channel 244 data] 07H79-01 February 2003 Page 31 of 36

37 HISTOGRAM MESSAGE EXAMPLE (Continued) 034, [channel 245 data] 034, [channel 246 data] 034, [channel 247 data] 027, [channel 248 data] 027, [channel 249 data] 027, [channel 250 data] 027, [channel 251 data] 027, [channel 252 data] 027, [channel 253 data] 000, [channel 254 data] 000, [channel 255 data] 000, [channel 256 data] Field 273 [note comma after channel 256 but not after the checksum] E7 [checksum] NOTE: Sample checksum value may not match this record s data. ETX [end of text] Page 32 of 36 07H79-01 February 2003

38 COUNT DATA MESSAGE EXAMPLE STX [start of text] Field 1 "WBC", [message type] " CD1800", [instrument type] " ", [serial #] 1040, [sequence no.] 00, [specimen type] Field 5 "123", [operator ID] "08/31/03", [specimen date] "12:34", [specimen time] " ABCDEFG", [specimen ID] " JOHN DOE", [specimen name] Field 10 "M", [specimen sex] "10/15/46", [specimen DOB] " DR JANE DOE", [doctor name] "08/30", [collect date] "09:50", [collect time] Field 15 " sample 1", [comment] Field , [WBC count] Field 17, [spare field] 00015, [LYM count] 00006, [MID count] Field , [GRAN count], [spare field] 00476, [RBC count] Field 23 07H79-01 February 2003 Page 33 of 36

39 COUNT DATA MESSAGE EXAMPLE (continued) 00166, [HGB value] Field , [HCT value] 00940, [MCV value] 00349, [MCH value] 00371, [MCHC value] 00118, [RDW value] 00230, [PLT value] Field , [MPV value] 00019, [PCT value] 00174, [PDW value], [spare field] 00178, [LYM% value] Field , [MID% value] 00745, [GRAN% value], [spare field], [spare field], [spare field] Field 40 0, [R4 WBC flag] 0, [GR3 WBC flag] 0, [MR3 WBC flag] 1, [MR2 WBC flag] 0, [LR2 WBC flag] Field 45 0, [R1 WBC flag] 1, [R0 WBC flag] Page 34 of 36 07H79-01 February 2003

40 COUNT DATA MESSAGE EXAMPLE (continued), [spare field] Field 48, [spare field] Field 49, [spare field] Field 50, [spare field], [spare field], [spare field], [spare field], [spare field] Field 55, [spare field], [spare field], [spare field], [spare field], [spare field] Field 60 00, [LRI flag] 00, [URI flag] 04862, [WBC lower meniscus time] 02363, [WBC upper meniscus time] 08107, [RBC lower meniscus time] 07656, [RBC upper meniscus time] 00000, [recount lower time] 21845, [recount upper time] 1, [limits set] "O", [sample mode] Field 70 0, [RBC metering fault] 07H79-01 February 2003 Page 35 of 36

41 COUNT DATA MESSAGE EXAMPLE (continued) 0, [WBC metering fault] 0, [sample error/incomplete aspiration] Field 73 1, [units set field] Field 74 9B ETX [checksum] NOTE: Sample checksum value may not match this record s data. [end of text] Page 36 of 36 07H79-01 February 2003

Hematology Analyzer. Serial Communication Protocol. 1.7 release

Hematology Analyzer. Serial Communication Protocol. 1.7 release Abacus Arcus Hematology Analyzer Serial Communication Protocol 1.7 release DIATRON Messtechnik Ges.m.b.H. A-1141 Wien, Ameisgasse 49-51/2. AUSTRIA Tel.: (431) 914-85-00, 911-38-48 Fax: 914-85-07-15 Web:

More information

User Definable Settings

User Definable Settings User Definable Settings Section 1: User Definable Print Format Settings...1 Section 2: Parameter Unit Selection...7 Section 3: Setup Menu 2...8 Section 4: Setup Menu 3...11 Section 1: User Definable Print

More information

BC Auto Hematology Analyzer. Pleasant Experience in Hematology Testing

BC Auto Hematology Analyzer. Pleasant Experience in Hematology Testing BC-3600 Auto Hematology Analyzer Pleasant Experience in Hematology Testing BC-3600 Auto Hematology Analyzer Labs today are facing a multitude of challenges including limited laboratory budgets, increasing

More information

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications LP C Req. & Spec. Page 1 of 9 Version 1.1 Copyright 2010 Leica Microsystems All rights reserved All company names, product names,

More information

MicrosEmi CRP External Output Manual (English)

MicrosEmi CRP External Output Manual (English) MicrosEmi CRP External Output Manual (English) CODE:I2002276000 3200306471 GZ0000215455 HORIBA. Ltd. 2 Miyanohigashi, Kisshoin Minami-ku kyoto 601-8510 Japan EC REP HORIBA ABX S.A.S. Rue du Caducée - Parc

More information

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

COMLI. System Description

COMLI. System Description COMLI System Description COMLI System Description Copyright 1998 ABB Satt AB. The contents of this document can be changed by ABB Satt AB without prior notice and do not constitute any binding undertakings

More information

CONNECTION TO A HOST COMPUTER

CONNECTION TO A HOST COMPUTER CONNECTION TO A HOST COMPUTER Foreword: Hardware data The Communication between the CUBE30TOUCH and an external PC may be done in two possible ways: 1- Using a USB connection: Connect a standard A-B USB

More information

TECHNICAL BULLETIN [ 1 / 8 ]

TECHNICAL BULLETIN [ 1 / 8 ] TECHNICAL BULLETIN [ 1 / 8 ] [Title] Production discontinuation of the QD51(-R24) intelligent communication module [Date of Issue] March 2016 [Relevant Models] QD51, QD51-R2 Thank you for your continued

More information

HOST COMPUTER INTERFACE SPECIFICATIONS

HOST COMPUTER INTERFACE SPECIFICATIONS 249099-L April 2001 TM HOST COMPUTER INTERFACE SPECIFICATIONS This manual is intended for use with SYNCHRON CX 4/CX 7 DELTA SYNCHRON CX4CE/CX7 SYNCHRON CX7 RTS/CX9 ALX SYNCHRON CX 4 PRO/CX 5 PRO/CX 7 PRO/CX

More information

Medonic M-series M32 Innovation built on total quality

Medonic M-series M32 Innovation built on total quality Medonic M-series M32 Innovation built on total quality FOR TODAY S HEMATOLOGY LABS Full CBC from one drop of blood Maintenance-free shear valve Unique walk-away Autoloader Make way for Medonic! Packed

More information

Communication Links Between the Data Manager and a Host Computer

Communication Links Between the Data Manager and a Host Computer T ADVIA 120 Hematology System Communication Links Between the Data Manager and a Host Computer Publication No. TN9-7865-02 / June 2000 Publication Change Record Publication Number Date TN9-7865-00 December

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

ADDMASTER. Addmaster Corporation. IJ-3080 Journal/Validation Printer. Specification. IJ-3080 Specification

ADDMASTER. Addmaster Corporation. IJ-3080 Journal/Validation Printer. Specification. IJ-3080 Specification IJ-3080 Journal/Validation Printer Specification Provides the electrical, mechanical, and interface specifications of the IJ-3080 Journal/Validation Printer. Cover Models: IJ-3080 The Addmaster Model IJ-3080

More information

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer Chapter 11: Input/Output Organisation Lesson 05: Asynchronous RS232C Serial Port data transfer Objective Understand the RS232C asynchronous data transfer and signals Learn the RS232C serial port communication

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The Model 4824 Serial/Parallel Module provides one RS232 serial port and one parallel printer port. Eight 4824s could be used per system. You can use the 4824 for a variety of purposes,

More information

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485)

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485) Application Notes (003) Serial Interface (RS232/RS422/RS485) Version 2.0 Sollae Systems Co., Ltd. 1. Overview supports three serial interfaces: RS232, RS422, and RS485. You can select the interface you

More information

Operating instructions

Operating instructions Operating instructions SPM Bi-Directional Communication Protocol Your Uptime Is Our Top Priority Congratulations on your purchase of the SPM Bi-Directional Communications Protocol. It will provide you

More information

11 Serial Communications

11 Serial Communications 11.1 COMMUNICATIONS PACKAGES There are a number of communication packages that can be used with the Quantum III to facilitate setup, record parameter data, view internal activity on a soft-scope and permit

More information

Hematology Program (BC90A/BC90B/BC90C/BC90D/CS90A/CS90B/CS90C/CS90D) Cycle 11: March 2016 February Sample No: 1 Sample Date: 14 Apr 16

Hematology Program (BC90A/BC90B/BC90C/BC90D/CS90A/CS90B/CS90C/CS90D) Cycle 11: March 2016 February Sample No: 1 Sample Date: 14 Apr 16 Exceptions (BC90A/BC90B/BC90C/BC90D/CS90A/CS90B/CS90C/CS90D) : March 206 February 207 None at this time. Legend: No Warnings Missing Result Late Results < < > * Amended Result (per participant s request)

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

More information

Universal Asynchronous Receiver Transmitter Communication

Universal Asynchronous Receiver Transmitter Communication Universal Asynchronous Receiver Transmitter Communication 13 October 2011 Synchronous Serial Standard SPI I 2 C Asynchronous Serial Standard UART Asynchronous Resynchronization Asynchronous Data Transmission

More information

I/O Interface DNA300

I/O Interface DNA300 DNA300 OPERATIONS MANUAL 1 Ring Communications, Inc. Crisis Alert System I/O Interface DNA300 2 DNA300 OPERATIONS MANUAL 2006/06/13 DNA300 OPERATIONS MANUAL 3 Contents INTRODUCTION... 5 INSTALLATION...

More information

Difftote 12 A sophisticated microprocessor based counter for the counting of Leucocyte cells when performing the Differential count.

Difftote 12 A sophisticated microprocessor based counter for the counting of Leucocyte cells when performing the Differential count. Difftote 12 A sophisticated microprocessor based counter for the counting of Leucocyte cells when performing the Differential count. Operation Manual Index page 22 1 INTRODUCTION The Difftote 12 is a sophisticated

More information

Sartorius Comparator. Interface Description for the CC Model Series

Sartorius Comparator. Interface Description for the CC Model Series 98647-000-53 Sartorius Comparator Interface Description for the CC Model Series Contents Page General Information 4 General Specifications 5 Data Output Formats 6 Data Input Formats 11 Synchronization

More information

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999 Hardware Manual 232 232232 PCMCIA 1 Port RS232 1.1 EDITION APRIL 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided

More information

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey 4: Serial I/O CET360 Microprocessor Engineering J. Sumey Introduction serial, i.e. bit-at-a-time, interfacing techniques are useful when parallel interfacing limitations become problematic distance limitations

More information

8051SERIAL PORT PROGRAMMING

8051SERIAL PORT PROGRAMMING 8051SERIAL PORT PROGRAMMING Basics of Serial Communication Computers transfer data in two ways: Parallel Often 8 or more lines (wire conductors) are used to transfer data to a device that is only a few

More information

Model: CR3000 Series. Compact Cash Drawers. Compact, with Small Footprint USER MANUAL

Model: CR3000 Series. Compact Cash Drawers. Compact, with Small Footprint USER MANUAL Model: CR3000 Series Compact Cash Drawers Compact, with Small Footprint USER MANUAL NOTICE The manufacturer of the POS cash drawer makes no representations or warranties, either expressed or implied, by

More information

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/415 Rate Monitor Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Setting Up Your Display For Operation... 1.1 Accessing

More information

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Serial Interfaces Part 1 ECE 153B Sensor & Peripheral Interface Design Serial Interfaces Simple Serial Interfaces RS-232C (UART) Provides for point to point communications, primarily Among the simplest

More information

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc. Chapter 3: Number Systems and Codes Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc., 5 th edition Decimal System The radix or base of a number system determines

More information

Vorne Industries. 87/708 Master Clock Display User's Manual

Vorne Industries. 87/708 Master Clock Display User's Manual Vorne Industries 87/708 Master Clock Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 www.vorne.com Chapter 1 Setting Up Your Display For Operation...

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

Serial Interfacing. Asynchronous Frame

Serial Interfacing. Asynchronous Frame Serial Interfacing Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) 2 Types: Asynchronous CPU and device are not using a common

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

4.3 Digital Communication

4.3 Digital Communication Data Acquisition & Computer Control 11 4.3 Digital Communication Why digital communication (often termed digital input/output, or DIO)? Because the language of computers (and many peripheral devices) is

More information

Fundamentals of Programming (C)

Fundamentals of Programming (C) Borrowed from lecturer notes by Omid Jafarinezhad Fundamentals of Programming (C) Group 8 Lecturer: Vahid Khodabakhshi Lecture Number Systems Department of Computer Engineering Outline Numeral Systems

More information

Select a Data Communication Interface

Select a Data Communication Interface Printer Setup and Operation Select a Data Communication Interface Select a Data Communication Interface You may connect your print engine to a computer using one or more of the available connections. The

More information

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual Communication Instruction Manual IM3523 IM3533 IM3533-01 IM3536 LCR METER IM3570 IM7580 IMPEDANCE ANALYZER IM3590 CHEMICAL IMPEDANCE ANALYZER November 2014 Revised edition 6 IM3570A983-06 14-11H i Contents

More information

Programmer Manual. DG2020A Data Generator

Programmer Manual. DG2020A Data Generator Programmer Manual DG2020A Data Generator 071-0054-50 www.tektronix.com Copyright Tektronix, Inc. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending. Information

More information

INDEX TECHNICAL SERVICE BULLETIN

INDEX TECHNICAL SERVICE BULLETIN CELL-DYN 3200/SL (109) Index ABBOTT ADD INDEX TECHNICAL SERVICE BULLETIN PRODUCT: CELL-DYN 3200/SL (109) DATE: 29-JUL-98 TSB # IMPLEMENTATION SUBJECT EFFECTIVITY DATE 109-010 I - See TSB CELL-DYN 3200/SL

More information

Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S

Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S Communication Protocol Manual JOFRA CTC, ITC, MTC, ETC and Compact Copyright 2008 AMETEK Denmark A/S Contents 1 Introduction...5 2 Protocol...5 2.1 Variables...5 2.2 Telegram structure...6 2.3 Packing

More information

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m This product designed and manufactured in Ottawa, Illinois USA of domestic and imported parts by

More information

PS232. RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond

PS232. RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond PS232 RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond Quick Reference Command Description Pg ~H Help Screen Displays short command reference 4 ~V

More information

PCI Express 16-Port Serial I/O Cards

PCI Express 16-Port Serial I/O Cards PCI Express 16-Port Serial I/O Cards The PCIe-1600 PCI Express 16-port serial I/O card is a plug & play high-speed serial I/O expansion card for PCI Express bus. Connecting to a PCI Express bus on your

More information

World-class veterinary hematology system

World-class veterinary hematology system World-class veterinary hematology system New Exigo H400 CBC from one drop of blood Easy-to-use interface 12 pre-installed animal profiles Robust and reliable Exigo when quality counts! Exigo H400 is a

More information

Model:UT-8814 USB/RS-232 Commercial interface converter. Instruction Manual

Model:UT-8814 USB/RS-232 Commercial interface converter. Instruction Manual Model:UT-8814 USB/RS-232 Commercial interface converter Instruction Manual Contents 1. Overview....3 2. Main Features...3 3. Hardware installation and application....3 4. Performance parameters... 4 5.

More information

JetWeb JX6-INT1 Function Description

JetWeb JX6-INT1 Function Description JetWeb JX6-INT1 Function Description Article # 608 640 72 Edition 2.1 December 2003 / Printed in Germany Function Description December 2003 JetWeb JX6-INT1 JETTER AG reserves the right to make alterations

More information

SERIAL INTERFACE MANUAL. Precision Integrating Sound Level Meter. with 1/3 octave band real-time analyzer NA-27

SERIAL INTERFACE MANUAL. Precision Integrating Sound Level Meter. with 1/3 octave band real-time analyzer NA-27 SERIAL INTERFACE MANUAL Precision Integrating Sound Level Meter with 1/3 octave band real-time analyzer NA-27 3-20-41 Higashimotomachi, Kokubunji, Tokyo 185-8533, Japan Contents Outline... 1 Connection

More information

Maximum Value for OEMs SM. NX70 Serial Communications Unit (SCU) User Manual

Maximum Value for OEMs SM. NX70 Serial Communications Unit (SCU) User Manual Maximum Value for OEMs SM NX7 Serial Communications Unit (SCU) User Manual Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize two

More information

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999 Hardware Manual 232 232232 PCMCIA DUAL RS232 1.4 EDITION MAY 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it

More information

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Contents 1 Introduction...6 2 Protocol...7 2.1 Variables...7 2.2 Telegram structure...8 2.3 Packing and unpacking of telegrams...9

More information

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP.

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. 232G RX TX VB-1COM VIGOR + 24V IN - SHORT FOR TR 485G D+ D- VB-1COM Serial Foreword This manual contains text, diagrams and explanations which

More information

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed NFX Market Data Feed Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 ARCHITECTURE... 3 2 SESSION CHARACTERISTICS... 4 2.1 REAL-TIME PRODUCTION DATA... 4 2.2 PRE-LAUNCH TEST DATA... 4 2.3 TRANSMISSION

More information

education and advancement of the marine electronics industry and to waypoint, present Lat/Long, and a binary status byte.

education and advancement of the marine electronics industry and to waypoint, present Lat/Long, and a binary status byte. Q: What is NMEA What is NMEA? The National Marine Electronics Association is dedicated to the education and advancement of the marine electronics industry and the market which it serves. It is a non-profit

More information

C30xx Digital communication

C30xx Digital communication C30xx Digital communication Table of contents 1 Introduction...3 2 Digital ports...3 3 Command protocol to send...3 4 Command protocol to receive...4 5 Command table...5 6 Command specifications + examples...6

More information

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 Biamp Systems, 14130 N.W. Science Park, Portland, Oregon 97229 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp. Introduction

More information

Next Generation Hematology Analyzer. BeneSphera H33s. Minimum Size, Maximum Capability

Next Generation Hematology Analyzer. BeneSphera H33s. Minimum Size, Maximum Capability Next Generation Hematology Analyzer BeneSphera H33s Minimum Size, Maximum Capability H33s BeneSphera BeneSphera H33s Next Generation Hematology Analyzer What a 3-part should be Avantor s new line of hematology

More information

Modbus Remote Communication Protocol for REM 54_. Technical Description

Modbus Remote Communication Protocol for REM 54_. Technical Description Modbus Remote Communication Protocol for REM 54_ 1MRS 750781-MUM Issued: 08.03.2002 Version: A/18.06.2002 Checked: ML Approved: AF Remote Communication Protocol for REM 54_ Modbus We reserve the right

More information

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication.

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication. HBI-232MKII MSX-BASIC commands and functions used for RS-232C communication. CLOSE (close) Closes a file opened by an OPEN statement. CLOSE [#] [file number] Pile number] File number: Integer constants,

More information

Serial Communication. Spring, 2018 Prof. Jungkeun Park

Serial Communication. Spring, 2018 Prof. Jungkeun Park Serial Communication Spring, 2018 Prof. Jungkeun Park Serial Communication Serial communication Transfer of data over a single wire for each direction (send / receive) Process of sending data one bit at

More information

Lecture (03) Binary Codes Registers and Logic Gates

Lecture (03) Binary Codes Registers and Logic Gates Lecture (03) Binary Codes Registers and Logic Gates By: Dr. Ahmed ElShafee Binary Codes Digital systems use signals that have two distinct values and circuit elements that have two stable states. binary

More information

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E INSTRUCTION MANUAL FOR COMMUNICATION [OPTION CODE C5] GCSC3E1 2002.04 To prevent the accidents by mishandling of this controller, please arrange to give this manual into the hands of the operator who actually

More information

USER INTERFACE RS232-C

USER INTERFACE RS232-C USER INTERFACE RS232-C Cat..: 28062 V 1.1 - March 02 Revision Table Revision Table Manual Version Date List of Modifications V 1.0 vember 95 Original Version V 1.1. March 97 Modified Pages: 11, 14, 24

More information

RM024 DVK USER GUIDE VERSION 1.2

RM024 DVK USER GUIDE VERSION 1.2 USER GUIDE VERSION 1.2 Americas: +1-800-492-2320 Asia: +852-2923-0610 REVISION HISTORY Version Revision Date Change Description Approved By 1.0 20 Dec 2012 Initial Release Chris Downey 1.1 15 Apr 2014

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations Original slides from Gregory Byrd, North Carolina State University Modified slides by Chris Wilcox, Colorado State University How do we represent data in a computer?!

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize

More information

Doc. No: D Rev. 01 Last revision: TEST1 ROLLER 20 ROLLER 10/10PN ROLLER 20PN INTERFACING MANUAL

Doc. No: D Rev. 01 Last revision: TEST1 ROLLER 20 ROLLER 10/10PN ROLLER 20PN INTERFACING MANUAL Doc. No: D195.07.02 Rev. 01 Last revision: 24.06.2008 TEST1 ROLLER 20 ROLLER 10/10PN ROLLER 20PN INTERFACING MANUAL REVISIONS Revision n 00 08/07/200 5 01 09/07/200 8 Date Author Software TEST1 Software

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

More information

Serial Interfacing. Pulse width of 1 bit

Serial Interfacing. Pulse width of 1 bit ١ ٢ Asynchronous Frame 10 bits 7E1 (7 data bits, even parity, 1 stop bit) Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) * *

More information

I-Dent Marker Communications for 186 CPU Firmware Versions 1 and 2

I-Dent Marker Communications for 186 CPU Firmware Versions 1 and 2 I-Dent Marker Communications for 186 CPU Firmware Versions 1 and 2 Introduction This document will describe the Extended Protocol Communications as implemented with the InfoSight I-Dent marker software.

More information

Host Communication Tester Instruction Manual

Host Communication Tester Instruction Manual InfoSOSA Series Host Communication Tester Instruction Manual InfoSOSA Version 2.1 Seedsware Corporation http://www.seedsware.co.jp/global/ 12A4A5-00083E-3 Introduction This document describes the operation

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2 A262B Interface Board Connection and Application Data Introduction Page 1 Power Supply Requirements & Hardware Options Page 2 External Connectors (Functions & Pinouts) Page 2 Software Requirements (Control

More information

User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System

User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System PermAlert ESP, Inc. 7720 Lehigh Ave. Niles, IL 60714 847-966-2190 2 INDEX 1.0 Introduction 4 1.1 Features 4 2.0 Installation 4 2.1

More information

COMTool User Guide Version /02/2013

COMTool User Guide Version /02/2013 1 of 20 Contents Terms and Conditions of License for use of gratuitous software... 3 Purpose:... 3 Installation Instructions:... 4 Using COMTool:... 8 Select a COM Port... 8 Select a product... 8 Selecting

More information

PATHFAST. Host Interface Specifications (Based on ASTM Specifications) Final Version (Rev1.0)

PATHFAST. Host Interface Specifications (Based on ASTM Specifications) Final Version (Rev1.0) PATHFAST Host Interface Specifications (Based on ASTM Specifications) Final Version (Rev1.0) 05/December/2005 1. Index 1. Index 2 2. Revision History 3 3. Introduction 4 3.1 Purpose 4 4. General Description

More information

PCL Port RS-232 Interface Card

PCL Port RS-232 Interface Card PCL-858 8-Port RS-232 Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS TANGENT TECHNOLABS Device: Power Supply (9-36V) Yellow LED (Traffic) Green LED (Router Device) Blue LED (Coordinator Device) RS232/485 Connector Power Indication LED Technical Specifications: Input Power:

More information

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration Advanced Printer Inion Parallel Data Port Parallel Data Port The parallel data interface supports IEEE 1 bidirectional parallel communications in nibble mode. The parallel interface provides a means of

More information

LomaLink User s Guide

LomaLink User s Guide LomaLink User s Guide The Serial Communications System for Loma Inspection Equipment Loma Part Number: 811153 Spectrum Inspection Systems Issue: K Southwood Date: July 2007 Farnborough Hampshire GU14 0NY

More information

ELE492 Embedded System Design

ELE492 Embedded System Design Overview ELE9 Embedded System Design Examples of Human I/O Interfaces Types of System Interfaces Use of standards RS Serial Communication Overview of SPI, I C, L, and CAN Class //0 Eugene Chabot Examples

More information

HDV100A3 Command Response Protocol

HDV100A3 Command Response Protocol HDV100A3 Command Response Protocol Documentation Number: HDV100A3-4115m International Headquarters B+B SmartWorx 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

7SR21 Non-Directional 7SR22 Directional Overcurrent Relay

7SR21 Non-Directional 7SR22 Directional Overcurrent Relay 7SR21 Non-Directional 7SR22 Directional Overcurrent Relay Document Release History This document is issue 2010/05. The list of revisions up to and including this issue is: 2010/05 Additional Comms module

More information

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

The Analyst RS422/RS232 Tester. With. VTR, Monitor, and Data Logging Option (LOG2) User Manual

The Analyst RS422/RS232 Tester. With. VTR, Monitor, and Data Logging Option (LOG2) User Manual 12843 Foothill Blvd. Suite C Sylmar, California 91342 V: 818.898.3380 F: 818.898.3360 sales@dnfcontrols.com The Analyst RS422/RS232 Tester With VTR, Monitor, and Data Logging Option (LOG2) User Manual

More information

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05 VeriColor Solo Identification System Command Users Manual Document ver. 1.13 Rev. 7/20/05 i ii PROPRIETARY NOTICE The information contained in this manual is derived from patent and proprietary data from

More information

TABLE OF CONTENTS 2/10

TABLE OF CONTENTS 2/10 TABLE OF CONTENTS TABLE OF CONTENTS...2 1. OVERVIEW...3 1.1 RS485/RS232 SIGNALS...3 1.2 X10 SIGNALS...3 2. PROTOCOL...4 2.1 QUICK REFERENCE...4 2.1.1 PACKET DESCRIPTION...4 2.1.2 RS485/RS232 SIGNAL SENT

More information

I.L A 3. DESCRIPTION 1. INTRODUCTION Power Requirements

I.L A 3. DESCRIPTION 1. INTRODUCTION Power Requirements 1. INTRODUCTION The Basic Interface to Remote Terminal, or BIRT, is an INCOM Network Master. BIRT gives users an economical way of getting information from their INCOM-compatible devices since it connects

More information

DirectNET Host. Communications Programs. In This Chapter...

DirectNET Host. Communications Programs. In This Chapter... Communications Programs In This Chapter.... Why do you need a communications program? Modes of Operation Protocol Components Controlling the Communications Initiating the Request Acknowledging the Request

More information

PCIe Card Selection Guide. PCIe-CAN Card. PCIe-COM Card. Taiwan Pulse Motion Co.,Ltd. Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T

PCIe Card Selection Guide. PCIe-CAN Card. PCIe-COM Card. Taiwan Pulse Motion Co.,Ltd. Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T PCIe Card Selection Guide PCIe-CAN Card Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T Channels I/O Isolation Voltage Baud Rate Terminator Resistor I/O PIN Type 2 Max. 1 Mbps Jumper for 120

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

BIS L , BIS Z-EL-...

BIS L , BIS Z-EL-... BIS L-400-..., BIS Z-EL-... Technical Description, User's Guide English www.balluff.com 1 2 3 4 5 6 7 8 9 Notes to the user 4 1.1 About this manual 4 1.2 Structure of the manual 4 1.3 Typographical conventions

More information