Hide thumbs Also See for IT5102:

Advertisement

Quick Links

Internal Resistance Tester
IT5102 Programming Guide
Model: IT5102/IT5102E
Version: 1.0

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IT5102 and is the answer not in the manual?

Questions and answers

Summary of Contents for ITech IT5102

  • Page 1 Internal Resistance Tester IT5102 Programming Guide Model: IT5102/IT5102E Version: 1.0...
  • Page 2 Notices Warranty Safety Notices © Itech Electronic, Co., Ltd. 2017 The materials contained in this No part of this manual may be document are provided “as is”, and reproduced in any form or by any means is subject to change, without prior...
  • Page 3: Warranty

    IT5102 Programming Guide Quality Certification and Assurance We certify that IT5102 meets all the published specifications at time of shipment from the factory. Warranty ITECH warrants that the product will be free from defects in material and workmanship under normal use for a period of one (1) year from the date of delivery (except those described in the Limitation of Warranty below).
  • Page 4 Failure to comply with these precautions or specific warnings elsewhere in this manual will constitute a default under safety standards of design, manufacture and intended use of the instrument. ITECH assumes no liability for the customer’s failure to comply with these precautions.
  • Page 5: Environmental Conditions

    IT5102 Programming Guide Environmental Conditions The instrument is designed for indoor use and an area with low condensation. The table below shows the general environmental requirements for the instrument. Environmental Conditions Requirements Operating temperature 0° C to 40° C Operating humidity...
  • Page 6: Compliance Information

    IT5102 Programming Guide a “Monitoring and Control Instrument”. To return this unwanted instrument, contact your nearest ITECH office. Compliance Information Complies with the essential requirements of the following applicable European Directives, and carries the CE marking accordingly: ⚫ Electromagnetic Compatibility (EMC) Directive 2014/30/EU ⚫...
  • Page 7: Table Of Contents

    IT5102 Programming Guide Content Quality Certification and Assurance ........................ 3 Warranty .................................. 3 Limitation of Warranty ............................3 Safety Symbols ................................3 Safety Precautions ..............................4 Environmental Conditions ..........................5 Regulatory Markings ............................5 Waste Electrical and Electronic Equiment (WEEE) Directive ..................5 Compliance Information ............................
  • Page 8: Chapter1 Scpi Command Introduction

    Multiple commands in a message Multiple SCPI commands can be combined and sent as a single message with one message terminator. There are two important considerations when sending several commands within a single Copyright© Itech Electronic Co., Ltd.
  • Page 9 VOLTage:TRIGgered 17.5;:INITialize;*TRG OUTPut OFF;*RCL 2;OUTPut ONIT872X-3X SCPI Communication protocol 17 Case sensitivity Common commands and SCPI commands are not case sensitive. You can use upper or lowerfor example: *RST = *rst Copyright© Itech Electronic Co., Ltd.
  • Page 10: Quality Certification And Assurance

    A response message consists of data in a specific SCPI format sent from the instrument to the controller. The instrument sends the message only when commanded by a program message called a "query." The next figure illustrates SCPI message structure: Copyright© Itech Electronic Co., Ltd.
  • Page 11: Safety Precautions

    ⚫ newline (<NL>),decimal 10 or hexadecimal 0X0A in ASCII. ⚫ end or identify (<END>) ⚫ both of the above (<NL><END>). In the examples of this guide, there is an assumed message terminator at the Copyright© Itech Electronic Co., Ltd.
  • Page 12: Response Data Type

    The following example shows how a multiple response message is terminated: 0; 1; 1; 0; <RMT> Message exchange protocol Two rules summarize the message exchange protocol: Rule 1.You must always tell the IT6500 Series what to send to the computer. Copyright© Itech Electronic Co., Ltd.
  • Page 13: Command Format

    It is used to separate key words of a command with the key words in next level. As shown below: APPL:SIN 455E3,1.15,0.0 In this example, APPLy command assigns a sine wave with frequency of 455 Copyright© Itech Electronic Co., Ltd.
  • Page 14 IEEE-488 EOI (End or Identify) information can be used as <NL> character to replace termination command string of <NL> character. It is acceptable to place one <NL> after a <Enter>. Termination of command string always resets current SCPI command path to root level. Copyright© Itech Electronic Co., Ltd.
  • Page 15: Data Type

    "OFF" or "0". In case of true conditions, the instrument will accept "ON" or "1". In query of Boolean settings, the instrument will always return "0" or "1". Boolean Parameter are required by the following commands: DISPlay {OFF|0|ON|1} ⚫ ASCII string Parameter Copyright© Itech Electronic Co., Ltd.
  • Page 16: Communication Interface

    1.7 Communication Interface IT5102 have two standard communication interfaces: RS232, USB, GPIB, LAN and CAN. The customer can choose any one according to his demands. Please refer to user manual for detailed introductions of the remote interface connections.
  • Page 17: Chapter2 System Command

    "-350, Too Many Errors". If power off the instrument or send *CLS(clear status) command, the error informations will be cleared. Command syntax SYSTem:ERRor? Parameters None Example SYST:ERR? Copyright© Itech Electronic Co., Ltd.
  • Page 18: System:clear

    Command syntax SYSTem:LOCal Arguments None Query syntax None Example SYST:LOC SYSTem:REMote This command is used to switch to the remote control mode(PC control). In this mode, the keys on front panel is invalid except Local. Copyright© Itech Electronic Co., Ltd.
  • Page 19: System:rwlock

    SYSTem:REMote, but the difference is: this command can lock “ LOCAL “ button as well. When this command is executed, the “ Local “ button can’t switch to local control mode. Command syntax SYSTem:RWLock Arguments None Example: SYST:RWL Copyright© Itech Electronic Co., Ltd.
  • Page 20: Chapter3 Configuration Commands

    1 represents the disabling, and 0 represents the disabling. Command syntax VOLTage:GROUp[:ENABle] <NR1>,<NR2> Parameter NR1: Group 0~16 NR2: enable or disable, 0~255(IT5102E), 0~65535(IT5102) Example VOLT:GROU 1,7 Set voltage measurement function of channel 1, channel 2 and channel 3 in group 1 to enable. Query Syntax...
  • Page 21: Channel:set

    Configuration Commands NR2: Disable or enable, 0~255(IT5102E) ,0~65535(IT5102) Example RES:GROU 1,7 Query Syntax RES:GROU? Return Parameters <NR1>,<NR2> Relevant Command RES:GROU? CHANnel:SET <NRf> This command selects channel, seting the parameter after select the channel number. Command syntax CHANnel:SET <NRf> Parameters 1~136 (IT5102E), 1~272 (IT5102)
  • Page 22: Channel:resistance[:Enable]

    1208 for an example, 12 is the slave number, and 8 is the channel number. If channels are belonged to master instrument, will be displayed as 8, the master number is 0 and can be omit. 5102:1-16,101-116 ---,1601-1616 5102E:1-8,101-108 ---,1601-1608 Relevant Command CHAN:RES? Copyright© Itech Electronic Co., Ltd.
  • Page 23: [Channel:]Measure:voltage

    Command syntax MEASure: RESistance? Parameters None Example MEAS:RES? Return Parameters Channel number, resistance value. Relevant Command CHAN:SET [CHANnel:]QUEStionable:ALL? This command is used to query the voltage and resistance value of all channels. Command syntax CHANnel: QUEStionable:ALL? Copyright© Itech Electronic Co., Ltd.
  • Page 24: [Channel:]Questionable:number

    CHAN:QUES:NUM? Return Parameters Relevant Command None [CHANnel:]MANUal[:STATe] This command sets range of measurement, include manual or anto. 0 indicates auto range. 1 indicates manual setting range. Command syntax [CHANnel:]MANUal[:STATe] <bool>+ Parameters 0|1|ON| OFF Default Value Copyright© Itech Electronic Co., Ltd.
  • Page 25: [Channel:]Voltage:range[:State]

    VOLT:RANG 0 Query Syntax VOLTage:RANGe[:STATe]? Return Parameters Relevant Command VOLT:RANG? [CHANnel:]RESistance:RANGe[:STATe] This command selects resistance range to high range or low range.1 indicates low range, and 0 indicates high range. Command syntax [CHANnel:]RESistance:RANGe[:STATe] <bool> Parameters 0|1|ON|OFF Copyright© Itech Electronic Co., Ltd.
  • Page 26: [Channel:]Frequency[:State]

    FREQuency [:STATe]? Return Parameters 0 | 1 Relevant Command FREQuency? [CHANnel:]PANEl[:STATe] This command switches the measurement mode to front panel or rear panel. 1 indicates rear panel. 0 indicates front panel. Command syntax [CHANnel:]PANEl[:STATe] <bool> Copyright© Itech Electronic Co., Ltd.
  • Page 27: [Channel:]Filter[:State]

    0 | 1 Relevant Command PANE? [CHANnel:]FILTer[:STATe] This command enbles the filter function or disables the filter function. Command syntax [CHANnel:]FILTer[:STATe] <bool> Parameters 0|1|ON|OFF Default Value Example FILT 0 Query Syntax FILTer[:STATe]? Return Parameters Relevant Command FILTer? Copyright© Itech Electronic Co., Ltd.
  • Page 28: Chapter4 Ieee-488 Commands

    This command can read the value of standard event status register. After executing this command, standard event status register is reset. Bit definition of standard event status register is as the same as the standard event status enable register. Copyright© Itech Electronic Co., Ltd.
  • Page 29: Idn

    1 and the byte will set RQS of state byte register to 1. Bit definition of state byte enable register is as the same as the state byte register. Command syntax *SRE <NRf> Copyright© Itech Electronic Co., Ltd.
  • Page 30: Stb

    Pending operations are as defined under the *OPC command. *WAI can be aborted only by sending the power meter a device clear command. Command syntax *WAI Parameters None Relevant Command *OPC Copyright© Itech Electronic Co., Ltd.
  • Page 31 Contact US Thank you for purchasing ITECH products.If you have any doubt about this product, please contact us as follow. 1. Please refer to the CD-ROM of related user’s manual in package. 2. Visit ITECH website www.itechate.com 3. Select the most convenient contact for further consultation.

Table of Contents