SOCIETÀ COOPERATIVA BILANCIAI D430

Size: px
Start display at page:

Download "SOCIETÀ COOPERATIVA BILANCIAI D430"

Transcription

1 SOCIETÀ COOPERATIVA BILANCIAI D430 Terminal Advanced user manual Code EDITION 1 October 2004

2

3 Index 9. FOREWORD TO THE ADVANCED USER MANUAL PROGRAMMING OF SERIAL LINE COMMUNICATION Symbols used Strings Cb (or Bilanciai) string Extended string Visual string Idea string Cma On request with address Customized string Checkweight string CW string Piece number string Printed Data string Lot monitoring printed data string Lot monitoring statistical data string Protocols for cyclic strings ACK-NAK protocol Cyclic protocol On request protocol Remote commands protocol Response times Remote commands in the version for terminals with several scales Reply to an incorrect command Reply to a correct command Suspension of cyclic transmission Resumption of cyclic transmission Request for gross weight Request for net weight Request transmission of tare Request transmission of scale status Request transmission of scale status (version EV2001) Scale zeroing Tare acquisition Tare entering Cancellation of an entered tare Request transmission of general data table Request for general data item "n" Request to enter the value "y" in the general data item "n" Request for transmission of the net weight and the scale status Request for transmission of net weight and scale status with 6 bytes Request for transmission of the net weight, tare and scale status with 6 bytes Print request Read last weight acquired

4 Cancel last acquired weight Request division value Request for net weight in high resolution Request for maximum capacity value Request for net weight without unit of measurement Lock keypad and display Unlock keypad and display Lock keypad Unlock keypad Command for changing the current unit of measurement (if a secondary unit of measurement is handled) Remote commands with checksum Remote commands with addressing Remote commands for Output management How to set a single output How to zero-set a single output How to test a single output How to test all the outputs How to change the status of all the outputs CW remote commands associated with the CW serial string Scale resetting How to cancel an entered tare How to cancel the Upper Limit of the weighing range How to cancel the Lower Limit of the weighing range CW string transmission request Current range transmission request Scale status transmission request Weight transmission request Product code transmission request Upper Limit transmission request Lower Limit transmission request Tare transmission request Upper limit list transmission request Lower limit list transmission request Tare list transmission request Communication in MPP operation Operation Weighing request from keypad with data transmission on completion of operation Weighing request from serial command with transmission on completion of operation Weighing request from keypad and transmission request from serial command Weighing and transmission request from serial command MP and MC remote commands with checksum PERSONALIZATION Foreword Accessing the parameter configuration function Language Setup menu Conditioned menu

5 Entering numeric data Entering alphanumeric data Validating input data NOT MODIFIABLE parameter or menu NOT AVAILABLE parameter or menu Overview of the menu tree Descriptions of the main menus and parameters Setup Menu/Scale/Configurations/Metrological Setup Menu/Scale/Configurations/General menu Setup Menu/ANALOGUE Scale/Configurations/Secondary scale Setup Menu/ANALOGUE scale/analogue scale parameters Setup Menu/Scale/Calibration/Display data Setup Menu/Scale/Test Setup Menu/Personalizations/Operating modes Setup Menu/Personalizations/Operating modes /Printer/ Model Setup Menu/Personalizations/Operating modes /Printer/ Port Setup Menu/Personalizations/Operating modes/ Printer / Prints Setup Menu/Personalizations/Operating modes/mpp operation Setup Menu/Personalizations/Outputs/Serial/Com xy Setup Menu / Personalizations / Outputs / Serial / String /.../ Com xy configuration Setup Menu/Personalizations/Outputs/Output Setup Menu/Personalizations/Messages List of modifiable messages Setup Menu/Personalizations/Shortcut keys Setup Menu/Personalizations/Texts Setup Menu/Personalizations/Files Setup Menu/Personalizations/Prints-Customized transmis. memorized Setup Menu/Personalizations/Backup-Restore Setup Menu/Customising/Display Test procedures Terminal Tests/Serial Ports Terminal Tests/Output Terminal Tests/Keypad Terminal Tests/Terminal Configuration Report Terminal Tests/ Terminal customising report Terminal Tests/Battery Repeater scale Setup Menu/Repeater scale/repeater scale parameters/serial port/com xy Setup Menu/Repeater scale/repeater scale parameters/string

6 2-6 D430

7 9. FOREWORD TO THE ADVANCED USER MANUAL This manual describes the procedures for terminal personalization in order to adapt it to the specific weighing system in which it is installed. It contains the software commands used to interface the terminal with a PC, PLC and host computers in general. WARNING The personalization operations described herein do not in any way influence weighing functions but, unless correctly performed, they may compromise the operation of the system as a whole. The operations described in this section of the manual should only be entrusted to qualified technicians with specialised experience in this field. 2-7

8 2-8 D430

9 10. PROGRAMMING OF SERIAL LINE COMMUNICATION 10.1 Symbols used D430 The following conventions are used to denote the characters used in serial line communication. Normal characters are indicated with their usual symbols. Control characters appear in brackets and are written in uppercase. For example: <CR> indicates the carriage return character. <SP> indicates the space character. <SOH> indicates the character that starts the command in a CW string (par on page 2-17). <STX> indicates the character that starts the response in a CW string (par on page 2-17). <EOL> indicates the character that ends the response in a CW string (par on page 2-17) and can be <CR> or <CR> <LF>. Where necessary, the hexadecimal value of the character is given in numbers and uppercase letters. For example: <CR>(0DH) or $(24H). Variables are written in lower case between brackets. For example: <um>= unit of measurement. The values can be: <SP>g = grams, g= grams in the case of the Checkweight string (par on page 2-15) kg = kilograms <SP>t = tons, t = tons in the case of the Checkweight string (par on page 2-15) lb = pounds oz = ounces Numeric fields are indicated with n and y, and may include initial spaces, a decimal point and a minus sign. 2-9

10 10.2 Strings The terminal has two serial output ports which may be used for the connection of external devices, such as printers, personal computers, PLCs, etc.. The user can choose the type of transmission protocol to be used from among those already present on the terminal. The user may also personalize the serial transmission parameters using the specific menu (see par on page 2-89) Cb (or Bilanciai) string 1 st character $(24H) start string character 2 nd character <s> s=stability s=0 weight stable s=1 weight not stable s=3 weight not valid (negative or overload) 3 rd -7 th net weight character if the weight consists of more than 5 digits, the least significant digits will not be transmitted; 8 th character <CR>(ODH) end string character The following protocols are available: Cyclic (see par on page 2-25), On request (see par on page 2-25), ACK-NAK (see par on page 2-25). 2-10

11 Extended string 1 st character 2 nd -10 th character 11 th character 12 th -20 th character 21 st character 22 nd -23 rd character 24 th character 25 th character 26 th character 27 th character 28 th character 29 th character 30 th character $(24H) <SP>(20H) <SP>(20H) <um> <SP>(20H) <s1> <s2> <s3> <s4> <CR>(0DH) <LF>(0AH) start string character net weight with sign and decimal point (if present) space tare with sign and decimal point (if present) space Unit of measurement space scale status scale status scale status scale status The characters <s1>, <s2>, <s3>, <s4> are ASCII characters that must be interpreted as hexadecimal values. Each character represents 4 bits of different significance; for example, the incoming ASCII character "A" must be interpreted as the hexadecimal digit "A"; bit3 bit2 bit1 0 bit0 2-11

12 When a bit assumes the value "1" the corresponding signal is "true"; the significance of the signals is as follows: <s1> bit 0 minimum weighment signal bit 1 tare locked signal bit 2 tare preset(1)/self-weighed (0) entered signal bit 3 centre zero signal <s2> bit 0 LSB weighing extension signal (ME only) bit 1 weight stable signal bit 2 overload signal bit 3 MSB weighing extension signal (ME only) <s3> bit 0 tare entered signal bit 1 tare locked cancelled signal (ME only) bit 2 weight not valid bit 3 printing in progress <s4> bit 0 approved instrument bit 1 converter fault bit 2 scale configuration parameters error bit 3 not utilised The following protocols are available: Cyclic (see par on page 2-25), On request (see par on page 2-25), ACK-NAK (see par on page 2-25), Remote commands (see par on page 2-26). 2-12

13 Visual string 1 st character 2 nd character $(24H) 0(30H) start string character fixed zero character 3 rd character <s> s=stability s=0 weight stable s=1 weight not stable s=3 weight not valid (negative or overload) 4 th -8 th net weight with sign; character if the weight consists of more than 5 digits, the least significant digits will not be transmitted; if the value includes a decimal point, the length of the string will be increased by 1 character 9 th character <CR>(0DH) end string character 2-13

14 Idea string 1 st character <cis> cis=@(40h) Start string character on pressing cis=$(24h) Start string character in other cases 2 nd character <s> s=stability s=0 weight stable s=1 weight not stable s=3 weight not valid (negative or overload) 3 rd -7 th net weight character if the weight consists of more than 5 digits, the least significant digits will not be transmitted; 8 th character <CR>(ODH) end string character Cma Reserved string, not to be used. Further information supplied on ordering On request with address Selecting this option disables the transmission of cyclic strings. Uses remote commands followed by terminal identification number (see par on page 2-40). 2-14

15 Customized string The string composition can be customised straight from the terminal (see par on page 2-102) or by using the "Dialogic" program. In this case, contact the Manufacturer for further details Checkweight string The length of the checkweight string can vary from 10 to 20 characters. This variability depends on: the unit of measurement used to express the weight: if expressed in g or in t, the unit of measurement only occupies one character in the string; if expressed in kg, oz or lb, the unit of measurement occupies two characters; type of protocol: if cyclic, the weight qualification character (instable, overload, valid and stable) will be included. For the sake of simplicity, only the example of a checkweight string formed by 20 characters has been given, with the weight expressed in kg, oz or lb and the cyclic type of protocol. 2-15

16 1 st character <STX> (02H) 2 nd character <SP> (20H) o <-> 3 rd -8 th character 9 th character 10 th -11 th character 12 th -13 th character 14 th -17 th character <SP> (20H) <um> <GR> or <NT> <OVER> or <ACPT> or <UNDR> Space if the weight is positive Minus sign if the weight is negative weight space unit of measurement (kg, oz or lb) As mentioned previously, if the weight is given in g or in t, the unit of measurement only occupies one character (10 th ), in the string. Consequently, the numbering of the following characters will decrease by one unit. GR = gross weight NT = net weight OVER = ABOVE ACPT = WITHIN UNDR = BELOW 18 th character <M> or M = weight instable <R> or R = overload <SP> (20H) SP = weight valid and stable This character is only present if the protocol is cyclic. The numbering of the successive characters decreases by one unit in all other cases. 19 th character 20 th character <CR> (0DH) <LF> (0AH) 2-16

17 CW string The CW string can only be selected in the Checkweight operating mode and its length can vary from 15 to 17 characters. This variability depends on: the unit of measurement used to express the weight: if expressed in g or in t, the unit of measurement only occupies one character in the string; if expressed in kg, oz or lb, the unit of measurement occupies two characters; type of protocol: if cyclic, the weight qualification character (instable, overload, valid and stable) will be included. For the sake of simplicity, only the example of a CW string formed by 17 characters has been given, with the weight expressed in kg, oz or lb and the cyclic type of protocol. 2-17

18 1 st character <STX> (02H) 2 nd character <SP> (20H) or <-> 3 rd -8 th character 9 th character 10 th -11 th character 12 th -13 th character <SP> (20H) <um> <GR> or <NT> space if the weight is positive minus sign if the weight is negative weight space unit of measurement (kg, oz or lb) As mentioned previously, if the weight is given in g or in t, the unit of measurement only occupies one character (10 th ) in the string. Consequently, the numbering of the following characters will decrease by one unit. GR = or NT = net weight 14 th character <O> or O = OVER = ABOVE <A> or A = ACCEPT = WITHIN <U> U = UNDER = BELOW 15 th character <M> or M = weight instable <R> or R = overload <SP> SP = weight valid and stable This character is only present if the protocol is cyclic. The numbering of the successive characters decreases by one unit in all other cases. 16 th character 17 th character <CR> (0DH) <LF> (0AH) 2-18

19 Piece number string 1 st character 2 nd -7 th character 8 th character $ (24H) character at the start of the string number of pieces <CR> (0DH) character that ends the string Printed Data string 3 transmission modes are available: Single The string is transmitted, after which the data are printed. The On request (see par on page 2-25), ACK-NAK (see par on page 2-25) and On remote commands (see par on page 2-26) protocols are available. If the ACK-NAK protocol is selected, the message "DATA NOT TRANSMITTED" will appear at the bottom of the print in the event of a transmission fault. Spool The data are printed, after which the string is transmitted. The only protocol available is ACK-NAK (see par on page 2-25). If there is a transmission fault, the string is memorized in an archive instead of being transmitted. Whenever a weighing operation must be transmitted, an attempt will first be made to transmit the strings at the end of the archive, then the string pertaining to the current operation. Archive The strings are memorized in an archive after a weighing operation. Transmission takes place following the (<ENQ> (05H)) command. The On request (see par on page 2-25) and ACK-NAK (see par on page 2-25) protocols are available. 2-19

20 1 st character 2 nd -11 th char. 12 th -19 th char. 20 th -25 th char. 26 th -31 st char. 32 nd -51 st char. 52 nd -57 th char. 58 th -63 rd char. 64 th -69 th char. 70 th -89 th char. 90 th -97 th char. $ (24H) character at the start of the string date time progressive operator code operator description operator printout number ticket number product code product description generic code 98 th -109 th char. AUW (only for operation in the EPC mode) 110 th -115 th char. number of pieces (only for operation in the EPC mode) 116 th -117 th char. pertinent range (only for operation in the manual selector mode) 118 th -127 th char. 128 th -131 st char. 132 nd character 133 rd -144 th char. 145 th -156 th char. 157 th -168 th char. 169 th -170 th char. 171 st character A or B result box number scale selected gross (of the selected scale) tare (of the selected scale) net (of the selected scale) checksum D430 <CR> (0DH) character that ends the string 2-20

21 A string containing an number of empty space equal to the length of the data item itself will be transmitted if a data item is not handled or is empty. The printout will only give the data compatible with the type of operating set-up Lot monitoring printed data string D430 The Lot Monitoring Printed Data String can only be selected in the Prepacked packaging Control mode and consists of 162 characters. Three transmission modes are available: single, spool and archive, already explained in par on page

22 1 st character 2 nd character 3 rd -12 th char. 13 th -20 th char. 21 st -26 th char. $ (24H) character at the start of the string 1 type of string = weighing data date time consecutive lot number 27 th -32 nd char. consecutive sample number (number of the sample weighed in the current lot) 33 rd -52 nd char. 53 rd -58 th char. lot code lot size 59 th character 0 or 1 type of control 0 = destructive 1 = non-destructive 60 th -65 th char. 66 th -85 th char. 86 th -97 th char. 98 th -109 th char. 110 th -121 st char. product code description of product nominal weight nominal weight upper limit 122 nd character 1 or 0 1 = sample accepted 0 = sample refused 123 rd character 124 th -135 th char. 136 th -147 th char. 148 th -159 th char. 160 th -161 st char. 162 nd character A or B scale selected gross weight (of the selected scale) gross weight (of the selected scale) net weight (of the selected scale) checksum D430 <CR> (0DH) character that ends the string 2-22

23 Lot monitoring statistical data string The Lot Monitoring Statistical Data String can only be selected in the Prepacked packaging Control mode and consists of 290 characters. 1 st character 2 nd character 3 rd -22 nd char. 23 th -28 th char. $ (24H) character at the start of the string 2 type of string = statistical data lot code lot size 29 th character 0 or 1 type of control 0 = destructive 1 = non-destructive 30 th -35 th char. 36 th -41 st char. 42 nd -61 st char. 62 nd -73 rd char. 74 th -85 th char. 86 th -97 th char. 98 th -107 th char. 108 th -115 th char. 116 th -125 th char. 126 th -133 rd char. 134 th character 135 th -150 th char. 151 th -156 th char. 157 th -168 th char. A or B consecutive lot number product code description of product nominal weight lower limit upper limit date on which lot monitoring begins time at which lot monitoring begins date on which lot monitoring ends time at which lot monitoring ends scale selected net total samples accepted total number of samples accepted average weight of accepted samples 2-23

24 169 th -184 th char. 185 th -190 th char. 191 st -202 nd char. 203 rd -218 th char. net total samples rejected total number of samples rejected average weight of rejected samples net total samples for controlling the average of the contents 219 th -224 th char. total sample weights for controlling the average of the contents 225 th -236 th char. average weight of samples for controlling the average of the contents 237 th -248 th char. overall standard deviation 249 th -260 th char. standard deviation for controlling the average of the contents 261 st -272 nd char. 273 rd -284 th char. weight of heaviest accepted package weight of lightest accepted package 285 th character 1 or 0 effective content control 1 = OK 0 = ERR 286 th character 1 or 0 average content control 1 = OK 0 = ERR 287 th character 1 or 0 lot control 1 = OK 0 = ERR 288 th -289 th char. 290 th character checksum D430 <CR> (0DH) character that ends the string 2-24

25 10.3 Protocols for cyclic strings ACK-NAK protocol The string is only sent on request of the user via the request transmission key or from an external input (see par on page 2-90). After transmission of the weight, the terminal behaves as follows: if it receives the "ACK" character (06H), it awaits a new transmission request; if it receives the "NAK" character (15H), it sends the string again because the previous transmission was not completed successfully; if it receives three "NAK" characters in succession, the terminal displays the "NO ACK" message (transmission error) Cyclic protocol The selected string (see par on page 2-10) is transmitted cyclically at a rate of 3 times per second On request protocol The selected string is transmitted: either on pressing the request transmission key ; or on the activation of an input (see par on page 2-90). 2-25

26 10.4 Remote commands protocol There are a number of serial line commands with which various operations can be commanded from a remote device (PC, PLC etc.). WARNING Remote commands are only enabled if the extended string format was selected during terminal configuration (see par on page 2-11). WARNING Remote commands are not executed if cyclic serial transmission is in progress; in this case cyclic transmission must be suspended with the command "EX<CR>" before giving any other remote commands. 2-26

27 Response times Key CMD = Remote command ANS = Response to remote command tc = command time. Depends on the number of characters, the number of bits per character and the baud rate. E.g.: XB<CR>; with 3 characters, 8N1, 9600 then tc = 3,3ms trr = response delay time. It is always 2 characters or less. E.g.: with 2 characters, 8N1, 9600 then trr <= 2,2ms tr = response time. Depends on the number of characters in the response. E.g.: if the response at XB<CR> is a string with 16 characters, 8N1, 9600 then tr = 17,6ms ta = waiting time between the end of the response and the beginning of the next command. Must at least correspond to the time of 2 characters. E.g.: with 2 characters, 8N1, 9600 then ta >= 2,2ms Figure Response times (citi0614.jpg) 2-27

28 Remote commands in the version for terminals with several scales If the terminal is for the version with several scales, the syntax of some of the remote commands will change so as to indicate to which scale reference is being made. For example, to request the gross weight, the syntax will be changed in the following way: XBb<CR> where b indicates the letter (A or B) of the scale in question. For these commands, the syntax will be given between brackets alongside the standard command. 2-28

29 Reply to an incorrect command??<cr><lf> This reply string is sent: if the command syntax is incorrect; if the command cannot be executed Reply to a correct command In the case of the command being accepted, if the command requests the transmission of information, the reply will consist of the transmission of the requested data item; in other cases the reply will consist of the following string: OK<CR><LF> Suspension of cyclic transmission This command is not available with the RS485 protocol, in which transmission is on request only EX<CR> Resumption of cyclic transmission This command is not available with the RS485 protocol, in which transmission is on request only SX<CR> Request for gross weight XB<CR> (XBb<CR>) The terminal responds with the following string: n<sp><um><sp>b<cr><lf> n = 9 characters (see par on page 2-9). 2-29

30 Request for net weight XN<CR> (XNb<CR>) The terminal responds with the following string: n<sp><um><sp>nt<cr><lf> n = 9 characters (see par on page 2-9) Request transmission of tare XT<CR> (XTb<CR>) The terminal responds with the following string: n<sp><um><sp>te<cr><lf> if the tare has been entered manually; n<sp><um><sp>tr<cr><lf> if the tare has been acquired. n = 9 characters (see par on page 2-9) Request transmission of scale status XZ<CR> (XZb<CR>) The terminal responds with the following string: <s1><s2><s3><s4><cr><lf> The characters s1, s2, s3 and s4 are ASCII characters which must be interpreted as hexadecimal values. Each character represents 4 bits of different significance; for example, the incoming ASCII character "A" must be interpreted as the hexadecimal digit "A"; bit3 bit2 bit1 0 bit0 2-30

31 When a bit assumes the value "1" the corresponding signal is "true"; the significance of the signals is as follows: <s1> bit 0 minimum weighment signal bit 1 bit 2 bit 3 tare locked signal tare preset(1)/self-weighed (0) entered signal centre zero signal <s2> bit 0 LSB weighing extension signal (ME only) bit 1 bit 2 bit 3 weight stable signal overload signal MSB weighing extension signal (ME only) <s3> bit 0 tare entered signal bit 1 bit 2 bit 3 tare locked cancelled signal (ME only) weight not valid printing in progress <s4> bit 0 approved instrument bit 1 bit 2 bit 3 converter fault scale configuration parameters error not utilised D

32 Request transmission of scale status (version EV2001) XS<CR> (XSb<CR>) In the case of a positive reply, the terminal responds with the following string: <s1><s2><cr><lf> The characters s1 and s2 are ASCII characters that must be interpreted as hexadecimal values. The bits indicate the scale status as follows. <s1> bit 0 in range bit 1 bit 2 bit 3 weight stable centre zero displayed net weight <s2> bit 0 not utilised bit 1 bit 2 bit 3 not utilised not utilised print request: the print key has been pressed or input n 3 is activated Scale zeroing AZ<CR> (AZb<CR>) Tare acquisition AT<CR> (ATb<CR>) Tare entering nat<cr> (natb<cr>) The command AT must be preceded by a weight expressed in a maximum of 7 characters comprising the decimal point, if present. 2-32

33 Cancellation of an entered tare CT<CR> (CTb<CR>) This command cancels any tare value in memory Request transmission of general data table ND<CR> The terminal responds to this command with a sequence of strings terminating in <CR><LF> each containing the number of the data item and its description; the following is an example data table: 1 Date 2 Time 3 Extracted 4 Gross 5 Tare 6 Net 7 Status The value of the general data in the table can be recalled and set up with the remote commands described in par on page 2-33 and par on page Request for general data item "n" Xln<CR> With this command it is possible to read the current value of any of the general data. 2-33

34 Request to enter the value "y" in the general data item "n" yxln<cr> where "y" is the value you wish to assign to the data item "n". Obviously the value to be entered must conform to the format of the data item. Values for some of the general data cannot be entered (e.g. gross weight, net weight, scale status, date, time, totals, etc.) Request for transmission of the net weight and the scale status Xn<CR> N.B.: the command sent is comprised of an uppercase X and lowercase n (not to be confused with generic significance assigned to the lowercase n described in par on page 2-9). In the case of a positive reply, the terminal responds with the following string: n<sp><um><sp><s1><s2><s3><s4><cr><lf> n = 9 characters (see par on page 2-9). The characters s1, s2, s3 and s4 are ASCII characters the meaning of which is explained in par on page

35 Request for transmission of net weight and scale status with 6 bytes YS<CR> (YSb<CR>) When the command is received, the terminal replies with the following string: n<sp><um><sp><s1><s2><s3><s4><s5><s6><cr><lf> n = 9 characters (see par on page 2-9). The meaning of the <s1>, <s2>, <s3> and <s4> bits is described in par on page The meaning of the <s5> and <s6> bits is as follows: <s5> bit 0 not utilised bit 1 bit 2 bit 3 not utilised battery low indication <s6> bit 0 tare changed bit 1 bit 2 bit 3 Print made, weight acquired not utilised not utilised not utilised The bit2 of <s5> is zero-set immediately after the 6 byte status transmission. The bit3 of <s5> is zero-set immediately after the CP remote command has been received (par on page 2-36). You can read the last weight acquired by means of the PA command (par on page 2-36). The bit0 of <s6> is zero-set after the response has been transmitted to remote command XT (par on page 2-30) or YT (par on page 2-36). Remember that in multi-expansion terminals, the tare is rounded off to the extension change but the changed tare bit is not altered (the operator must ask for the tare whenever the extension changes; this change can be checked through bit0 and bit3 of <s2>). 2-35

36 Request for transmission of the net weight, tare and scale status with 6 bytes YT<CR> (YTb<CR>) When the command is received, the terminal replies with the following string: n<sp>y<sp><um><sp><s1><s2><s3><s4><s5><s6><cr><lf> where: n = net weight; n = 9 characters (see par on page 2-9) y = tare; y = 9 characters (see par on page 2-9) The meaning of the <s1>, <s2>, <s3>, <s4>, <s5> and <s6> bits has been described previously (par on page 2-35 and par on page 2-30) Print request PR<CR> Any "printing not performed" message will be signalled only on the display Read last weight acquired PA<CR> The terminal responds by sending the last net weight to be acquired by pressing the print key or in response to the remote command PR; the reply string is as follows: n<sp><um><sp>pa<cr><lf> n = 9 characters (see par on page 2-9) Cancel last acquired weight CP<CR> 2-36

37 Request division value Xe<CR> (Xeb<CR>) The terminal responds with the string: e= n<sp><um><cr><lf> Request for net weight in high resolution YN<CR> (YNb<CR>) The reply string is: n<sp>y<sp><um><sp><s1><s2><s3><s4><cr><lf> n= net weight; n = 9 characters (see par on page 2-9) y= net weight in high resolution; y = 10 characters (see par on page 2-9) s1,s2,s3,s4=see STATUS in extended string (par on page 2-11) Request for maximum capacity value XM<CR> (XMb<CR>) The reply string is: Max= n<sp><um><cr><lf> n = 9 characters (see par on page 2-9) Request for net weight without unit of measurement YP<CR> (YPb<CR>) The reply string is: n<cr><lf> where: n= significant digits of weight only This string does not include the unit of measurement and insignificant leading zeroes are not transmitted. 2-37

38 Lock keypad and display LD<CR> The message "DISPLOCK" is displayed in place of the weight and all keys are disabled Unlock keypad and display UD<CR> The keypad and display are re-enabled Lock keypad LK<CR> Only the keypad is locked and the terminal displays the message "KEYLOCK" Unlock keypad UK<CR> The keypad is unlocked Command for changing the current unit of measurement (if a secondary unit of measurement is handled) CU<CR> (CUb<CR>) 2-38

39 Remote commands with checksum Management of remote commands with checksum can be enabled during the installation phase (par on page 2-87). Checksum mode increases security when the terminal and PC dialogue with each other since the following precautions are taken: each remote command transmitted to the terminal must contain two checksum characters in a dedicated position; each reply with data that the terminal transmits to the PC after a remote command must contain two checksum characters in a dedicated position. The position of the two checksum characters is immediately prior to the <CR> character.. Checksum calculation involves making the XOR (exclusive OR) of all the characters in the string up to the first checksum character excluded. The result is expressed by two hexadecimal characters. An example of a gross weight transmission with checksum is given below: XB chk1chk2 <CR> where, supposing that value 1A is obtained from XOR: chk1 is the first checksum character ("1" or rather 31H) chk2 is the second checksum character ("A" or rather 41H). The terminal replies with the following string: n<sp><um><sp>b chk1chk2 <CR><LF> n = 9 characters (see par on page 2-9). 2-39

40 Remote commands with addressing When using the string "On request with address" or if the RS485 communication interface is selected, the remote commands described in par on page 2-26 will also have to include the number of the terminal to be interrogated. The system is comprised of one Master terminal (e.g. a PC) and a number of Slave terminals (e.g. weighing terminals). Each weighing terminal is identified by a unique "terminal number" (see par on page 2-87). In this way you can create a network of weighing terminals that can be interrogated by the Master terminal. The syntax of the remote commands has to be modified by the addition of the two characters of the terminal number. For example, the gross weight transmission command XB <CR> becomes XB 01 <CR> to indicate that the request from the Master terminal is addressed to the terminal number 01. Similarly, in checksum mode the gross weight transmission command becomes XB01 chk1 chk2 <CR>. No reply will be sent by the terminal if there are checksum errors. 2-40

41 10.5 Remote commands for Output management How to set a single output Output n2 of slot n1 can be set by means of the following command: SO n1 n2 <CR> where: n1 is 1 hexadecimal character that defines the slot position of the output; n2 is 1 hexadecimal character that defines the number of the output on slot n1. n1 = 0 (30H) output on the terminal n2 = 1 (31H) output number 1 n2 = 2 (32H) output number 2 n2 = 3 (33H) output number

42 How to zero-set a single output Output n2 of slot n1 can be zero-set by means of the following command: RO n1 n2 <CR> where: n1 is 1 hexadecimal character that defines the slot position of the output; n2 is 1 hexadecimal character that defines the number of the output on slot n1. n1 = 0 (30H) output on the terminal n2 = 1 (31H) output number 1 n2 = 2 (32H) output number 2 n2 = 3 (33H) output number

43 How to test a single output The status of each output can be requested by means of the following command: TO n1 n2 <CR> where: n1 is 1 hexadecimal character that defines the slot position of the output; n2 is 1 hexadecimal character that defines the number of the output on slot n1. n1 = 0 (30H) output on the terminal n2 = 1 (31H) output number 1 n2 = 2 (32H) output number 2 n2 = 3 (33H) output number 3 The terminal replies with one of the following messages: 1<CR><LF> if the output is activated; 0<CR><LF> if the output is not activated. 2-43

44 How to test all the outputs The status of all the slot outputs can be requested by means of the following command: LO<CR> The terminal replies with the following string: n1<cr><lf> where: n1 is 1 character that is the logic combination of the status (0 or 1) of the outputs (max. 3) on the terminal. Its values can be 0 (30H) to 7 (37H). The lines will be arranged in the following way: bit2 bit1 bit0 line 3 line 2 line 1 where the line values are 0 or 1 (0 = not activated, 1 = activated). For example, if the following command is received: 7<CR><LF> bit2 bit1 bit Out3 Out2 Out1 2-44

45 How to change the status of all the outputs The status of all the slot outputs can be changed by means of the following command: n1wo<cr> where: n1 is 1 character that is the logic combination of the status (0 or 1) of the outputs (max. 3) on the terminal. Its values can be 0 (30H) to 7 (37H). 2-45

46 10.6 CW remote commands associated with the CW serial string The remote commands refer to the current scale. The following parameters must be entered (par on page 2-87): terminal number response to the remote commands character that ends the string (EOL) For the symbols used to describe the characters on the serial link, refer to par on page Scale resetting <SOH>nZ<CR> n = number of the terminal; n = 2 characters (par on page 2-9) If YES has been entered as response parameter (see par on page 2-87), the terminal responds with: <*><EOL> How to cancel an entered tare <SOH>nCT<CR> n = number of the terminal; n = 2 characters (par on page 2-9) If YES has been entered as response parameter (see par on page 2-87), the terminal responds with: <*><EOL> 2-46

47 How to cancel the Upper Limit of the weighing range <SOH>nCO<CR> n = number of the terminal; n = 2 characters (par on page 2-9) If YES has been entered as response parameter (see par on page 2-87), the terminal responds with: <*><EOL> How to cancel the Lower Limit of the weighing range <SOH>nCU<CR> n = number of the terminal; n = 2 characters (par on page 2-9) If YES has been entered as response parameter (see par on page 2-87), the terminal responds with: <*><EOL> CW string transmission request <SOH>nX<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with the CW string (par on page 2-17) Current range transmission request <SOH>nXC<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with the following string: <STX><SP><O/A/U><EOL> where: <O/A/U> O= weight above range, A= weight within range, U= weight below range 2-47

48 Scale status transmission request <SOH>nXS<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with the following string: <STX><G/N><T/SP><um><M/S><O/SP><O/A/U><EOL> where: <G/N> <T/SP> <M/S> <O/SP> <O/A/U> G= gross weight, n= net weight T= over minimum weight M= weight moving, S= stable weight O= overloaded weight O= weight above range, A= weight within range, U= weight below range Weight transmission request <SOH>nXW<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with one of the following strings <STX><SP>y<SP><um><EOL> if the weight is positive <STX><->y<SP><um><EOL> if the weight is negative where: y = value of the weight; y = 7 characters (par on page 2-9) 2-48

49 Product code transmission request <SOH>nRT<CR> <SOH>nRTy<CR> the activated product code will be transmitted the specified product code will be activated along with the data associated with it n = number of the terminal; n = 2 characters (par on page 2-9) y = product code; y = 3 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><T>y<EOL> <*><EOL> where: y = product code; y = 3 characters (par on page 2-9) Upper Limit transmission request <SOH>nXO<CR> <SOH>nXOy<CR> the current upper limit will be transmitted the upper limit associated with the specified product code will be transmitted n = number of the terminal; n = 2 characters (par on page 2-9) y = product code; y = 3 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><O>y<SP>m<SP><um><EOL> if the weight is positive <STX><O>y<->m<SP><um><EOL> if the weight is negative where: O = weight above range y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) 2-49

50 Lower Limit transmission request <SOH>nXU<CR> <SOH>nXUy<CR> the current lower limit will be transmitted the lower limit associated with the specified product code will be transmitted n = number of the terminal; n = 2 characters (par on page 2-9) y = product code; y = 3 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><U>y<SP>m<SP><um><EOL> if the weight is positive <STX><U>y<->m<SP><um><EOL> if the weight is negative where: U = weight below range y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) 2-50

51 Tare transmission request <SOH>nXT<CR> <SOH>nXTy<CR> the current tare will be transmitted the tare associated with the specified product code will be transmitted n = number of the terminal; n = 2 characters (par on page 2-9) y = product code; y = 3 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><T>y<SP>m<SP><um><EOL> if the weight is positive <STX><T>y<->m<SP><um><EOL> if the weight is negative where: T = tare y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) 2-51

52 Upper limit list transmission request <SOH>nXOA<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><O>y<SP>m<SP><um><EOL> if the weight is positive <STX><O>y<->m<SP><um><EOL> if the weight is negative where: O = weight above range y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) Lower limit list transmission request <SOH>nXUA<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><U>y<SP>m<SP><um><EOL> if the weight is positive <STX><U>y<->m<SP><um><EOL> if the weight is negative where: U = weight below range y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) 2-52

53 Tare list transmission request <SOH>nXTA<CR> n = number of the terminal; n = 2 characters (par on page 2-9) The terminal responds with one of the following strings: <STX><T>y<SP>m<SP><um><EOL> if the weight is positive <STX><T>y<->m<SP><um><EOL> if the weight is negative where: T = tare y = product code; y = 3 characters (par on page 2-9) m = value of the weight; m = 7 characters (par on page 2-9) 2-53

54 10.7 Communication in MPP operation Operation Terminals equipped with the MPP option can operate in the four different modes described in the following paragraphs. The operating mode used for MPP memory operation is selected during installation (par on page 2-86). 2-54

55 Weighing request from keypad with data transmission on completion of operation After having enabled the MPP memory (consult the Options chapter of the user manual), load the weight onto the scale, wait for weight stable signal, then press. The terminal will save the weight data in memory and then transmit them. If the Standard item has been selected in the Setup Menu (par on page 2-86), the data transmitted are: 1 st character 2 nd character 3 rd character 4 th -10 th character 11 th -18 th character 19 th -20 th character 21 st -22 nd character $(24H) M(4DH) P(50H) <um> <CRC> MPP identification code or scale status indications: NO<SP>STAB weight not stable NO<SP>VAL<SP> weight not valid ERRMEM<SP> weight memorisation error Weight with sign and decimal point, if present Unit of measurement String check field; calculated by performing an XOR operation (exclusive OR) of all the preceding characters. The value calculated is expressed in two hexadecimal characters, e.g. if the result is 62H, the two checksum characters are "6" (36H) and "2" (32H). 2-55

56 If the Terminal number item has been selected in the Setup Menu (par on page 2-86), the data transmitted are: 1 st character 2 nd character 3 rd character 4 th -6 th character 7 th -13 th character 14 th -21 st character 22 nd -23 rd character 24 th -25 th character $(24H) M(4DH) P(50H) <um> <CRC> MPP terminal number MPP identification code or indications about the scale status: NO<SP>STAB weight not stable NO<SP>VAL<SP> weight not valid ERRMEM<SP> weight memorizing error Weight with sign and possibly a decimal separator Unit of measurement String monitoring field. 2-56

57 If the Serial Number item has been selected in the Setup Menu (par on page 2-86), the data transmitted are: 1 st character 2 nd character 3 rd character 4 th -11 th character 12 th -18 th character 19 th -26 th character 27 th -28 th character 29 th -30 th character $(24H) M(4DH) P(50H) <um> <CRC> Serial number MPP identification code or indications about the scale status: NO<SP>STAB weight not stable NO<SP>VAL<SP> weight not valid ERRMEM<SP> weight memorizing error Weight with sign and possibly a decimal separator Unit of measurement String monitoring field. The computer replies with: <ACK> if the string has arrived correctly; <NAK> if the string has not arrived correctly; in which case the terminal retransmits the data packet. After three negative replies or no reply, the terminal displays an error message. Any characters other than <ACK> and <NAK> are interpreted as <NAK>. WARNING The ACK/NACK protocol (see par on page 2-25) is automatically enabled in MPP operation. 2-57

58 Weighing request from serial command with transmission on completion of operation After having loaded the weight on the scale, send the memorise weight and data request command via the computer: MP<CR> (MPb<CR>) If the response is affirmative, the terminal will transmit one of the strings described in par on page 2-55 in the same mode, depending on the item selected in the Setup menu (Standard, Terminal number, Serial number) Weighing request from keypad and transmission request from serial command After loading the weight on the scale, wait for the weight stable indication and then press ; the terminal will memorise the data. The computer may request the weight data from the terminal with the command: MP<CR> (MPb<CR>) The weighing terminal replies: with one of the strings described in par on page 2-55; NP<CR><LF> if no weight has been memorised; The data may requested more than once with the command MP<CR>. At the end of the operation, the computer must transmit the command to enable the terminal to carry out a new weighing operation: MP<CR> (MPb<CR>) 2-58

59 Weighing and transmission request from serial command After loading the weight on the scale, send the memorise weight command from the computer: MP<CR> (MPb<CR>) Once the weight validity conditions are satisfied, the terminal memorises the data. The external computer must then transmit the data request command: MP<CR> (MPb<CR>) The terminal responds with the string described in par on page MP and MC remote commands with checksum Remote commands MP and MC modify their structure for entry of the checksum characters. Their format becomes the one below: MP 1 D <CR> MC 0 E <CR> 2-59

60 2-60 D430

61 11. PERSONALIZATION 11.1 Foreword WARNING Personalization procedures are strictly reserved for specialised personnel only. However, the user is permitted to modify certain of the terminal operating parameters. We recommend that extreme care is taken when modifying these parameters to prevent possible malfunctions caused by incorrect settings. The only parameters that may be modified are those directly related to the program installed on the terminal Accessing the parameter configuration function To access non-metrological parameters only: press on switching on the terminal Language On entering setup, you can select the language in which you want the menu to be displayed. After selecting the setup menu language, the following information is briefly displayed: program code version serial number of terminal (if other than zero, it will match the s/n (serial number) on the data plate). 2-61

62 11.4 Setup menu The personalization parameters menu is a tree structure which can be followed from the roots to the branches using the navigation keys described in the Use of the terminal chapter of the user manual Conditioned menu During the parameter personalization procedure, the menu adapts according to the selections made. Some parameters will therefore not be displayed as they are not required in the selected configuration Entering numeric data See the Use of the terminal chapter of the user manual Entering alphanumeric data See the Use of the terminal chapter of the user manual Validating input data All data entered are validated and if they do not fall within the permitted ranges, an error message is displayed and you are asked to enter the data again. 2-62

63 NOT MODIFIABLE parameter or menu The message "not modifiable" indicates that the parameter displayed cannot be modified if the setup menu was accessed by pressing the relative key on power up NOT AVAILABLE parameter or menu The message "not available" indicates that the parameter will only be available in future versions Overview of the menu tree The menu tree expanded to the third level is reported below. For details, refer to the specific paragraphs in this section or the installation section of the manual. 2-63

SOCIETÀ COOPERATIVA BILANCIAI

SOCIETÀ COOPERATIVA BILANCIAI SOCIETÀ COOPERATIVA BILANCIAI Terminal D450 Advanced user manual Code 813920 EDITION 2 September 2002 Index 9. FOREWORD TO THE ADVANCED USER MANUAL 2-7 10. PROGRAMMING OF SERIAL LINE COMMUNICATION 2-9

More information

SOCIETÀ COOPERATIVA BILANCIAI D70

SOCIETÀ COOPERATIVA BILANCIAI D70 SOCIETÀ COOPERATIVA BILANCIAI D70 Terminal Use and maintenance manual Code 81320070 EDITION 1 January 2010 Table of Contents 1. GENERAL 1-7 1.1 Declaration of conformity 1-7 1.2 Foreword 1-8 1.3 Symbols

More information

SURVIVOR CW-80 Checkweigher. Supervisor s Operating Guide

SURVIVOR CW-80 Checkweigher. Supervisor s Operating Guide SURVIVOR CW-80 Checkweigher Supervisor s Operating Guide 33752 Contents 1. Key and Display Functions... 1 2. Establishing Tares... 5 3. Setting Band Tolerances... 6 4. Establishing ID Registers... 9 5.

More information

User Manual version 1.04 TLM8 COMMUNICATION PROTOCOLS

User Manual version 1.04 TLM8 COMMUNICATION PROTOCOLS User Manual version 1.04 TLM8 COMMUNICATION PROTOCOLS Load Cell Systems reserves the right to change specifications without notice. 2018 Web: https://loadcellsys.com Email: sales@loadcellsys.com Phone:

More information

ENGLISH ENGLISH ENGLISH ENGLISH

ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH User Manual version 1.04 TLM8 COMMUNICATION PROTOCOLS Protocols for instruments CE-M APPROVED EN45501:2015-2014/31/UE-OIML R76:2006 KEY TO SYMBOLS Below are the symbols

More information

ENGLISH ENGLISH ENGLISH ENGLISH

ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH User Manual version 1.03 TLM8 COMMUNICATION PROTOCOLS KEY TO SYMBOLS Below are the symbols used in the manual to draw the reader's attention: Caution! High Voltage. Caution!

More information

ENGLISH ENGLISH ENGLISH ENGLISH

ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH User Manual version 1.03 TLB4 COMMUNICATION PROTOCOLS KEY TO SYMBOLS Below are the symbols used in the manual to draw the reader's attention: Caution! High Voltage. Caution!

More information

T1 4-Channel Protocol Manual

T1 4-Channel Protocol Manual T1 4-Channel Protocol Manual Leerlooierstraat 8 Nr. 2018.12 Rev1 F: +31 76 50 39481 The Netherlands 1/84 http://www.top-sensors.com KEY TO SYMBOLS Below are the symbols used in the manual to draw the reader's

More information

Protocol Manual. Specifications and dimensions are subject to change without notice and do not constitute any liability whatsoever.

Protocol Manual. Specifications and dimensions are subject to change without notice and do not constitute any liability whatsoever. T1 Protocol Manual The Netherlands 1/75 http://www.top-sensors.com KEY TO SYMBOLS Below are the symbols used in the manual to draw the reader's attention: Caution! High Voltage. Caution! This operation

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

COMMUNICATION PROTOCOLS

COMMUNICATION PROTOCOLS ENGLISH ENGLISH ENGLISH ENGLISH User Manual version 1.07 COMMUNICATION PROTOCOLS for weight indicators SERIES W (programs: BASE LOAD UNLOAD 3/6/14 PRODUCTS) KEY TO SYMBOLS Below are the symbols used in

More information

Copyright Western Scale Co. Limited. All rights reserved.

Copyright Western Scale Co. Limited. All rights reserved. MAX DIGITAL WEIGHT INDICATOR OPERATION MANUAL SOFTWARE RELEASE 5.03, 04/2011 Copyright 2007-2011 Western Scale Co. Limited. All rights reserved. Published by: Western Scale Co. Limited. Information in

More information

SOCIETÀ COOPERATIVA BILANCIAI D450

SOCIETÀ COOPERATIVA BILANCIAI D450 SOCIETÀ COOPERATIVA BILANCIAI D450 Terminal Use, maintenance and installation manual Code 813926 EDITION 2 September 2002 Index 12. SAFETY INSTRUCTIONS FOR THE INSTALLER 3-5 13. OPENING THE TERMINAL 3-7

More information

SOCIETÀ COOPERATIVA BILANCIAI

SOCIETÀ COOPERATIVA BILANCIAI SOCIETÀ COOPERATIVA BILANCIAI Terminal D400 Use, maintenance and installation manual Code 814695 EDITION 30 May 2001 Index 12. SAFETY INSTRUCTIONS FOR THE INSTALLER 3-5 13. OPENING THE TERMINAL 3-7 13.1

More information

Warning. Warning. Warning. Pay Attention to Static Electricity. Ask professional personnel to debug, detect. and repair controller.

Warning. Warning. Warning. Pay Attention to Static Electricity. Ask professional personnel to debug, detect. and repair controller. Warning Ask professional personnel to debug, detect and repair controller. Warning Warning Please keep good grounding of controller. In electrical connection of controller, please cut off the power supply

More information

DWP-PC SERIES PRICE COMPUTING SCALE User s Guide

DWP-PC SERIES PRICE COMPUTING SCALE User s Guide DWP-PC SERIES PRICE COMPUTING SCALE User s Guide PLEASE READ THIS MANUAL VERY CAREFULLY BEFORE ATTEMPT TO OPERATE THE INSTRUMENT Specifications subject to change without prior notice CONTENTS 1. INSTALLATION

More information

Control Characters used in DirectNET

Control Characters used in DirectNET Control Characters used in DirectNET ENQ (0x05) Enquiry to start communications ACK (0x06) Acknowledge (data received and no errors NAK (0x15) Negative Acknowledge (data received but there were errors)

More information

Rice Lake Weigh Scale Application Programmable Serial Interface Card

Rice Lake Weigh Scale Application Programmable Serial Interface Card Rice Lake Weigh Scale Application Programmable Serial Interface Card USER MANUAL Rev. P1.56 May, 2016 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.

More information

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

More information

Calibration & Connectivity

Calibration & Connectivity Calibration & Connectivity TS-700 Series Digital Indicators This document supplements the User s Guide TS-700 MS TS-700 SS TS-700 WB Full Function/Advanced Function Digital Indicator www.trinerscale.com

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

COMPLETE MANUAL. WEIGHING INDICATOR TI-1200 and TI-1200-S TI-1200 with rechargeable battery.

COMPLETE MANUAL. WEIGHING INDICATOR TI-1200 and TI-1200-S TI-1200 with rechargeable battery. COMPLETE MANUAL WEIGHING INDICATOR TI-1200 and TI-1200-S TI-1200 with rechargeable battery. TI-1200-S without rechargeable battery and with a smaller cabinet. Note: When TI-1200 is shipped as a part of

More information

North American Service Manual

North American Service Manual North American Service Manual MODEL PC SERIES Version 2 March 25, 1997 Revision B1.1 April 4, 2000 Prepared by TRANSCELL TECHNOLOGY, INC. TABLE OF CONTENTS Page Chapter 1: Introduction... 1-1 Chapter 2:

More information

GSE Scale Systems M660 CUSTOM TRANSMIT

GSE Scale Systems M660 CUSTOM TRANSMIT M660 CUSTOM TRANSMIT A custom transmit is a sequence of characters, control codes and parameter values to be transmitted out a communication port to a peripheral device such as a printer, remote display,

More information

Table of Contents. Laboratory Balances. Instruction Manual - TORBAL AGC Series

Table of Contents. Laboratory Balances. Instruction Manual - TORBAL AGC Series Laboratory Balances Table of Contents Cautionary Notes and Precautions...3 1. Specification... 4 2. Keys and Display Indicators... 6 3. Commands and abbreviations...7 4. Parts Description...8 5. Unpacking

More information

Digital Weight Indicator Setup / Operation Manual

Digital Weight Indicator Setup / Operation Manual Digital Weight Indicator Setup / Operation Manual Load Cell Central follows a policy of continuous improvement and reserves the right to change specifications without notice. 2013 Load Cell Central Toll

More information

1. On / Off. 2. Initial reset to zero

1. On / Off. 2. Initial reset to zero EN USER MANUAL 1 Index 1. On / Off... 3 2. Initial reset to zero... 3 3. Keypad operation... 4 3.1. ON / OFF... 4 3.2. MENU... 4 3.3. TARE... 5 3.4. PRINT / SUM... 6 4. Description of LCD display... 8

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

DWP-98 Series. Counting scale. User s Guide PLEASE READ THIS MANUAL VERY CAREFULLY BEFORE ATTEMPT TO OPERATE THE INSTRUMENT

DWP-98 Series. Counting scale. User s Guide PLEASE READ THIS MANUAL VERY CAREFULLY BEFORE ATTEMPT TO OPERATE THE INSTRUMENT c DWP-98 Series Counting scale User s Guide PLEASE READ THIS MANUAL VERY CAREFULLY BEFORE ATTEMPT TO OPERATE THE INSTRUMENT Specifications subject to change without prior notice CONTENTS 1. INSTALLATION

More information

OCEAN WATERPROOF WEIGHING SCALE USER MANUAL

OCEAN WATERPROOF WEIGHING SCALE USER MANUAL OCEAN WATERPROOF WEIGHING SCALE USER MANUAL Excell Precision Limited 2006. All rights reserved Worldwide. The information contained herein is the property of Excell Precision Limited and is supplied without

More information

PROFIBUS Interface WM : PD

PROFIBUS Interface WM : PD ふ PROFIBUS Interface WM : PD4000303 This is a hazard alert mark. This mark informs you about the operation of the product. Note This manual is subject to change without notice at any time to improve the

More information

1. System Configuration

1. System Configuration COMMUNICATION INSTRUCTION MANUAL PCB1 (C5W, C5) No. PCB1CE1 2017.07 This manual contains instructions for communication functions of the PCB1. Serial communication and Console communication cannot be used

More information

Rice Lake Weigh Scale Application Programmable Serial Interface Card

Rice Lake Weigh Scale Application Programmable Serial Interface Card Rice Lake Weigh Scale Application Programmable Serial Interface Card USER MANUAL Rev. P1.55 April, 2009 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.

More information

Addendum to TI-500E Plus Setup/Operation Manual For Time, Date, Print Formats Option

Addendum to TI-500E Plus Setup/Operation Manual For Time, Date, Print Formats Option OVERVIEW OF CHANGES 1. This indicator option provides time, date and programmable print formats. Changes to user (A) menu descriptions 1. For A3, selections are designed at d, C and Auto instead of 0,

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

Multi-Function Smart Indicator User Manual

Multi-Function Smart Indicator User Manual Multi-Function Smart Indicator User Manual EC30006 Content 1 Notice... 2 2 Specification... 2 3 Main parameter... 3 4 How to fix... 3 5 Port... 4 6 On/Off... 4 7 Charging... 4 8 Display... 5 9 Screen keypad...

More information

BW/BWS Weighing Indicator

BW/BWS Weighing Indicator BW/BWS Weighing Indicator - 1 - CONTENTS 1. SPECIFICATION... 2 2. INTRODUCTION... 3 3. INSTALLATION. 4 Precautions 4 Parts 4 Installation.. 5 4. KEYS DESCRIPTION... 6 Key Board... 6 Secondary functions

More information

RS485 INSTRUCTION MANUAL. DM4500 Series. Page 1 of 6

RS485 INSTRUCTION MANUAL. DM4500 Series. Page 1 of 6 RS485 INSTRUCTION MANUAL DM4500 Series Page 1 of 6 INDEX 1.1. RS485 OUTPUT...3 1.1.1. Introduction... 1.1.2. RS output menu diagram... Page 2 of 6 1.1 RS4 OUTPUT 1.1.1 Introduction The RS485 output option

More information

Chapter 2 Number System

Chapter 2 Number System Chapter 2 Number System Embedded Systems with ARM Cortext-M Updated: Tuesday, January 16, 2018 What you should know.. Before coming to this class Decimal Binary Octal Hex 0 0000 00 0x0 1 0001 01 0x1 2

More information

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

EB300 Weighing Scale Operation Manual

EB300 Weighing Scale Operation Manual EB300 Weighing Scale Operation Manual EB300 User Manual Page 1 of 18 TABLE OF CONTENTS 1. Safety Warnings... 3 2. Features..... 3 3. Options.......... 4 4. Product packaging.. 4 5. Display and keyboard.....

More information

User Guide. Modbus Module. For Digistart soft starters. Part Number: Issue: 3.

User Guide. Modbus Module. For Digistart soft starters. Part Number: Issue: 3. User Guide Modbus Module For Digistart soft starters Part Number: 477-9-3 Issue: 3 General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent

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

Revision 1.0 July, Contents subject to change without notice.

Revision 1.0 July, Contents subject to change without notice. Revision 1.0 July, 2003 Contents subject to change without notice. Salter Brecknell Weighing Products. 1000 Armstrong Drive Fairmont, MN 56031 Tel (800) 637-0529 Tel (507) 238-8702 Fax (507) 238-8271 E-mail:

More information

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL COMMUNICATION INSTRUCTION MANUAL JCL-33A (C5) No.JCL3CE3 2018.11 This manual contains instructions for the communication functions, operations and notes when operating the JCL-33A. To prevent accidents

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

CONTENTS. PRECAUTIONS Introduction Installation... 7

CONTENTS. PRECAUTIONS Introduction Installation... 7 2 CONTENTS PRECAUTIONS... 4 1. Introduction... 6 2. Installation... 7 2.1 Unpacking... 7 2.2 Illustration of the installation for plastic shied... 7 2.3 Selecting the location... 8 2.4 Leveling the scale...

More information

Operating Manual =CENTER OF ZERO =CENTER OF ZERO. FB 2250 Series Instrument by Fairbanks Scales, Inc All rights reserved Rev.

Operating Manual =CENTER OF ZERO =CENTER OF ZERO. FB 2250 Series Instrument by Fairbanks Scales, Inc All rights reserved Rev. Operating Manual =CENTER OF ZERO =CENTER OF ZERO FB 2250 Series Instrument 2009 by Fairbanks Scales, Inc. 51214 All rights reserved Rev. 4 7/09 Amendment Record FB 2250 Series Instrument Document 51214

More information

BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT)

BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT) BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT) APPLICATION NOTE OCTOBER 20, 1999 PURPOSE The purpose of this document is to provide information on using the DF1 Full Duplex/Point-to-Point

More information

Pennsylvania Scale Company. Model 64 Airline Baggage Scale. Calibration Manual

Pennsylvania Scale Company. Model 64 Airline Baggage Scale. Calibration Manual Pennsylvania Scale Company Model 64 Airline Baggage Scale Calibration Manual Pennsylvania Scale Company 1042 New Holland Avenue Lancaster PA 17601 For online interactive tech support or more information

More information

INTRODUCTION INSTALLATION

INTRODUCTION INSTALLATION INTRODUCTION SNUG II precision balance series contains five models ---- SNUG II -150,300, 600, 1500 and 3000 with weighing capacities of 150g, 300g, 600g, 1500g and 3000g respectively. The display resolution

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

More information

1. Introduction Page 2. Specifications Page Installation Page Key Functions Page Operations Page 6. Check Weighing Page 6

1. Introduction Page 2. Specifications Page Installation Page Key Functions Page Operations Page 6. Check Weighing Page 6 Contents: 1. Introduction Page 2 Specifications Page 2 2. Installation Page 3 3. Key Functions Page 4 4. Operations Page 6 Check Weighing Page 6 Accumulation Page 7 Parts Counting Page 7 Print (RS232C)

More information

This document hosted by: 10. OPTIONS

This document hosted by:  10. OPTIONS This document hosted by: www.oldwillknottscales.com 10. OPTIONS The following options are available for the FG series: OP-23 (FG-23) RS-232C serial interface OP-24 (FG-24) RS-232C serial interface and

More information

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

9. FUNCTION MENU SETTINGS -TION FUNCTION DESCRIPTION DEFAULT. VALUE F0 H-L SEt Lo Set a value for the Low

9. FUNCTION MENU SETTINGS -TION FUNCTION DESCRIPTION DEFAULT. VALUE F0 H-L SEt Lo Set a value for the Low ROW Weighing Scale CONTENTS 1. INTRODUCTION 1 2. KEY DESCRIPTIONS 1 3. BASIC OPERATION.. 2 3.1 Zeroing the display..2 3.2 Taring. 2 4. CHECK-WEIGHING..3 4.1 About check-weighing 3 4.2 Set limits 4 4.3

More information

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL WARNING Installation, setting, inspection and maintenance operations must be performed only by qualified personnel in charge of it. Any operation must be

More information

NB/NHB Precision Balance

NB/NHB Precision Balance NB/NHB Precision Balance S 232: RS-232 USB; USB 6. WEIGHING UNIT LISTING Unit mark Unit name Conversion(g) 1 g gram 2 g gram (hi resolution) 3 ct net carat =0.2g 4 lb lb =453.59237g 5 oz ounce =28.349523125g

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

MPU-32 AND FPU-32 TIA-485 NETWORK

MPU-32 AND FPU-32 TIA-485 NETWORK 3714 Kinnear Place Saskatoon, SK Canada S7P 0A6 Ph: (306) 373-5505 Fx: (306) 374-2245 www.littelfuse.com/protectionrelays MPU-32 AND FPU-32 TIA-485 NETWORK SEPTEMBER 5, 2006 PRELIMINARY Publication: MPU-32/FPU-32

More information

Pennsylvania Scale Company. Model 7400 Digital Indicator. Calibration Manual

Pennsylvania Scale Company. Model 7400 Digital Indicator. Calibration Manual Pennsylvania Scale Company Model 7400 Digital Indicator Calibration Manual Pennsylvania Scale Company 1042 New Holland Avenue Lancaster PA 17601 For online interactive tech support or more information

More information

PS-IN202 Weighing Indicator User Manual

PS-IN202 Weighing Indicator User Manual PS-IN202 Weighing Indicator User Manual Version 2015.05 Contents FRONT AND REAR VIEW OF THE INDICATOR CHAPTER 1 CONNECTIONS 1.1 WHAT'S IN THE BOX 1.2 CONNECTING TO THE WEIGH PLATFORM 1.3 CONNECTION TO

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

AD4404 PROFIBUS Address Map 01/Aug./2005/ Section 11 K.Hobo/C.Seddon

AD4404 PROFIBUS Address Map 01/Aug./2005/ Section 11 K.Hobo/C.Seddon AD4404 PROFIBUS Address Map 01/Aug./2005/ Section 11 K.Hobo/C.Seddon OUT DATA (6 Words), PLC to AD4404 OUT DATA 1st Word OUT DATA 2nd Word OUT DATA 3rd Word 15 -- 0: Parameters Output data (Low order word)

More information

Remote I/O ALLEN-BRADLEY Remote I/O Interface for IQ plus 310A and IQ plus 800/810 Indicators

Remote I/O ALLEN-BRADLEY Remote I/O Interface for IQ plus 310A and IQ plus 800/810 Indicators Remote I/O ALLEN-BRADLEY Remote I/O Interface for IQ plus 310A and IQ plus 800/810 Indicators Version 2.04 Installation and Programming Manual 36254 Contents About This Manual... 1 1.0 Introduction...

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

TRWS series. Waterproof indicator User s guide UGTRWS-E1.1

TRWS series. Waterproof indicator User s guide UGTRWS-E1.1 TRWS series Waterproof indicator User s guide UGTRWS-E1.1 Table of Contents SECTION 1 INTRODUCTION 1 SECTION 2 SPECIFICATIONS.. 2 SECTION 3 INSTALLATION.3 SECTION 4 KEY DESCRIPTIONS 5 SECTION 5 DISPLAYS.6

More information

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1)

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1) COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER No.KTC3E2 2006.08 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual. For this product

More information

MPB SERIES Electronic Balances. r1 v1.09. Operation Manual

MPB SERIES Electronic Balances. r1 v1.09. Operation Manual MPB SERIES Electronic Balances r1 v1.09 Operation Manual CONTENT 1. Introduction 1 2. Key and display 2.1 Key Function 1 2.2 Display 1 3. Operation 3.1 Before use 2 3.2 Zeroing the display 2 3.3 Taring

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

GRAPHIC DIGITAL INDICATOR with PROFIBUS Interface CSD-912B-70. Instruction Manual EN

GRAPHIC DIGITAL INDICATOR with PROFIBUS Interface CSD-912B-70. Instruction Manual EN GRAPHIC DIGITAL INDICATOR with PROFIBUS Interface CSD-912B-70 Instruction Manual EN294-1796 II Introduction Thanks you very much for your purchasing the Graphic Digital Indicator with PROFIBUS interface

More information

A Issue A Original. Instruction Manual. nxds Serial Comms Interface

A Issue A Original. Instruction Manual. nxds Serial Comms Interface Instruction Manual A735-01-860 Issue A Original nxds Serial Comms Interface Description nxds6i nxds10i nxds15i nxds20i Item Number A735-01-983 A736-01-983 A737-01-983 A738-01-983 nxds6ic nxds10ic nxds15ic

More information

Trade Approved Version NMI: S520

Trade Approved Version NMI: S520 @Weigh BW/BWS Series Trade Approved Version NMI: S520 Weighing Indicator User s guide UGBW-E1.09 Table of Contents SECTION 1 INTRODUCTION. 1 SECTION 2 SPECIFICATIONS... 2 SECTION 3 INSTALLATION.3 3. 1

More information

QUICK START GUIDE PACKAGING. 1 x 220 V/12 VDC 1A mains adapter. Accompanying documentation. 1 x K3 weight indicator

QUICK START GUIDE PACKAGING. 1 x 220 V/12 VDC 1A mains adapter. Accompanying documentation. 1 x K3 weight indicator QUICK START GUIDE PACKAGING 1 x 220 V/12 VDC 1A mains adapter. Accompanying documentation 1 x K3 weight indicator KEYBOARD & DISPLAY LCD DISPLAY Displays the weight on the scale pan. In HOLD mode, the

More information

Automatic transfer switch

Automatic transfer switch Automatic transfer switch Modbus communication Protocol LINE 1 LINE 2 Q1 LOAD Q2 AUT RESET OFF _ OK MENU MENU AUT + MAN IR COM IEC 60947-6-1 Part. LE09507AA_EN-09/16-01 GF Automatic transfer switch EN

More information

Installation / Operator / Service Manual. Bench Scales Revision 6 07/ by Fairbanks Scales Inc. All rights reserved

Installation / Operator / Service Manual. Bench Scales Revision 6 07/ by Fairbanks Scales Inc. All rights reserved Installation / Operator / Service Manual Bench Scales 2005-2010 by Fairbanks Scales Inc. All rights reserved 50778 Revision 6 07/10 Amendment Record 50778 Manufactured by Fairbanks Scales Inc. 821 Locust

More information

Sartorius MP8 Series Balances and Scales

Sartorius MP8 Series Balances and Scales Sartorius MP8 Series Balances and Scales Making Changes to the Balance Operating Program 1) The Program Locking Switch Before any changes can be made to the balance operating program you must first unlock

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

Table of Contents. 3-1 Specifications & Features Front Panel Display Keyboard. 3-3 Rear Panel. 3-4 Power Supply. 4.

Table of Contents. 3-1 Specifications & Features Front Panel Display Keyboard. 3-3 Rear Panel. 3-4 Power Supply. 4. Table of Contents 1. Introduction 1 2. Precaution... 1 3. Product Introduction 3-1 Specifications & Features... 3-2 Front Panel 3-2-1 Display 3-2-2 Keyboard. 3-3 Rear Panel. 3-4 Power Supply. 4. Installation

More information

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Athena and Multi-Comm are trademarks of Athena Controls, Inc. MODBUS is a trademark of AEG Schneider Automation, Inc.

More information

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Sum.

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Sum. Operating instructions METTLER TOLEDO MultiRange Application software IND690-Sum www.mt.com/support Congratulations on choosing the quality and precision of METTLER TOLEDO. Proper use according to these

More information

DB-II Serial Communication Protocol Revision 0.2(English)

DB-II Serial Communication Protocol Revision 0.2(English) DB-II Serial Communication Protocol Revision 0.2(English) Final Revision: 2005. 4. 25 Page 1 3/2/2007 < Table of Contents > 1. The Serial Interface...3 1.1. Transmission Control Character...3 1.2. Synchronization...3

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

MWP SERIES. High Precision

MWP SERIES. High Precision MWP SERIES High Precision 1. INTRODUCTION------------------------------------------------1 2. INSTALLATION---------------------------------------------------2 2.1 Unpacking---------------------------------------------------------------

More information

Model Bulk Sampling Scale. User s Manual

Model Bulk Sampling Scale. User s Manual Model 7050 Bulk Sampling Scale User s Manual UNITED STATES This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to Part 15 of the FCC Rules. These limits

More information

AELP PALLET BEAMS SCALES

AELP PALLET BEAMS SCALES Adam Equipment AELP PALLET BEAMS SCALES (P.N. 4327, Rev. A7, Mar 2016) Adam Equipment Company 2016 Adam Equipment Company 2016 CONTENTS 1.0 INTRODUCTION... 2 2.0 TECHNICAL SPECIFICATIONS... 3 3.0 UNPACKING

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

USER MANUAL WWSRF: WIRELESS WHEEL WEIGHING PLATFORMS

USER MANUAL WWSRF: WIRELESS WHEEL WEIGHING PLATFORMS USER MANUAL WWSRF: WIRELESS WHEEL WEIGHING PLATFORMS INDEX 1. INTRODUCTION... 1 2. MAIN TECHNICAL SPECIFICATIONS... 2 3. SYMBOLS... 2 4. INSTALLATION... 3 4.1 VERSION WWSERF... 3 4.2 VERSION WWSDRF...

More information

F4H Series Compact Digital Mass Flow Controller User s Manual for RS-485 Communication Functions

F4H Series Compact Digital Mass Flow Controller User s Manual for RS-485 Communication Functions No. CP-SP-1408E F4H Series Compact Digital Mass Flow Controller User s Manual for RS-485 Communication Functions Thank you for purchasing an Azbil Corporation product. This manual contains information

More information

Model Bulk Sampling Scale. Setup, Configuration and Calibration Manual

Model Bulk Sampling Scale. Setup, Configuration and Calibration Manual Model 7050 Bulk Sampling Scale Setup, Configuration and Calibration Manual UNITED STATES TES This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to

More information

uline.com OVERVIEW OF CONTROLS. k g. Tare Menu. Exit. Print. Units PRINT

uline.com OVERVIEW OF CONTROLS. k g. Tare Menu. Exit. Print. Units PRINT 3000SERIES 0 CO On/Zero Off Yes Print Units No PCS NET TARE Function Mode Back Tare Menu Exit k g π H-2587, H-4594 OHAUS DEFENDER 3000 DIGITAL SCALE 1-800-295-5510 uline.com OVERVIEW OF CONTROLS CONTROL

More information

Model DS100 Scale Indicator

Model DS100 Scale Indicator Model DS100 Scale Indicator Operator s Manual Doran Scales, Inc. 1315 Paramount Pkwy Batavia, IL 60510 1 800 262 6844 www.doranscales.com MAN0247 Manual Revision 0.1 i Section 1. Unpacking and Installation...1

More information

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

More information

EXCELL PRECISION CO., LTD.

EXCELL PRECISION CO., LTD. Excell Precision Limited 24. All rights reserved Worldwide. The information contained herein is the property of Excell Precision Limited and is supplied without liability for errors or omissions. No part

More information

Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 C-6_ _836905_E_0704.p65 Deutsch bitte wenden!

Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 C-6_ _836905_E_0704.p65 Deutsch bitte wenden! 1 Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 Deutsch bitte wenden! 2 No. 836 905 D/E Edition 0704 Subject to modification. Replaces edition 0409. Writing convention: Control

More information

CONTENTS INTRODUCTION 1 INSTALLATION 1 KEYS 3 MAXIMUM DISPLAY & DISPLAY RESOLUTION 4 BATTERY STATUS INDICATION 5 POWER ON SETUP 5

CONTENTS INTRODUCTION 1 INSTALLATION 1 KEYS 3 MAXIMUM DISPLAY & DISPLAY RESOLUTION 4 BATTERY STATUS INDICATION 5 POWER ON SETUP 5 CONTENTS INTRODUCTION 1 INSTALLATION 1 KEYS 3 MAXIMUM DISPLAY & DISPLAY RESOLUTION 4 BATTERY STATUS INDICATION 5 POWER ON SETUP 5 COUNT VALUE DISPLAY 6 WEIGHING UNIT SETUP 7 INITIAL UNIT SETUP 7 AUTOMATIC

More information

B Interface description 12.01/

B Interface description 12.01/ B 95.3530.2 Interface description 12.01/00340396 Contents 1 Introduction 1.1 Preface... 3 1.2 Typographical conventions... 4 1.2.1 Warning signs... 4 1.2.2 Note signs... 4 1.2.3 Presentation... 4 2 Protocol

More information

NOTE. This is warning & caution mark. This is hazard alert mark. This is useful information mark

NOTE. This is warning & caution mark. This is hazard alert mark. This is useful information mark 2 NOTE (1) The unauthorized copying of some or all of this manual is prohibited. (2) The information contained herein is subject to change without notice. (3) If there are any questions such as wrong or

More information

TWP series. Weighing Indicator Service Manual

TWP series. Weighing Indicator Service Manual TWP series Weighing Indicator Service Manual CONTENTS 1. SPECIFICATIONS....3 2. INSTALATION AND PRECAUTIONS..4 Load cell connection......4 Power operation..5 Battery operation.5 3. NAME AND FUNCTIONS........6

More information

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG EZ Protocol Communication Protocol for EZPLC For use of EZAutomation and AVG Customers with EZPLC Products Copyright 2005 AVG EZAutomation www.ezautomation.net 1-877-774-EASY EZ Protocol... 3 1. Intoduction...

More information