Hioki 7016 Remote Operation Manual

Hioki 7016 Remote Operation Manual

Signal source
Hide thumbs Also See for 7016:

Advertisement

Quick Links

REMOTE OPERATION MANUAL
7016
SIGNAL SOURCE

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Hioki 7016

  • Page 1 REMOTE OPERATION MANUAL 7016 SIGNAL SOURCE...
  • Page 3: Table Of Contents

    Contents Contents Introduction.................1 Symbols..................1 Chapter 1 Remote Interface Overview ___________________________________ 3 Chapter 2 Setting Remote Interface Parameters ___________ 5 Chapter 3 Commands Summary ________________________ 7 Chapter 4 Responding Message ___________________________________ 9 Chapter 5 Instructions of Command Sets_____________________________ 13 IEEE 488 Common Commands ........13 SCPI Commands ............14 Chapter 6 Summary of SCPI...
  • Page 4 Contents...
  • Page 5: Introduction

    Introduction Introduction The Section describes how to operate the meter via an optical interface. • It also explains the detail information of all interface command sets of Standard Commands for Programmable Instruments (SCPI) used in the meter. • The remote control operation enables the user either to manually operate the meter via a terminal or to execute a host computer program automatically.
  • Page 6 Symbols...
  • Page 7: Remote Interface Overview

    • The remote interface is a serial binary data interchange, which operates from 2400 to 19200 baud rate. • The communication port of the 7016 is designed in full duplex, which makes the meter more reliable and efficient in data taking.
  • Page 8 Chapter 1 Remote Interface Overview...
  • Page 9: Setting Remote Interface Parameters

    With ECHO ON, the meter echoes (returns) all the characters whatever it receives. Print-Only • The remote indicator of the 7016 is flashing when the meter is set to Print-Only ON. • If the remote interface of the 7016 is under Print-Only mode, the 7016 will print out the measured data when the measurement cycle is completed.
  • Page 10 Chapter 2 Setting Remote Interface Parameters...
  • Page 11: Chapter 3 Commands Summary

    Chapter 3 Commands Summary Commands Chapter 3 Summary Overview of Command Type and Format • All commands must be entered in the upper case. • There are two types of the 7016 programming commands: IEEE common commands Standard Commands Programmable Instruments (SCPI).
  • Page 12 Chapter 3 Commands Summary Terminator A terminator is a character sent by a host, which identifies the end of a command string. A valid terminator consists of two-byte data: <CR> (Carriage Return, ASC(&H0D)) <LF> (Line Feed, ASC(&H0A))
  • Page 13: Chapter 4 Responding Message

    Chapter 4 Responding Message Responding Chapter 4 Message Return result • After the meter executes a query command the return of the result will be in the following format: <Result> + <CR> <LF> • If communication of the meter is under print-only mode, the meter will print out the measured data when the measurement cycle is completed.
  • Page 14 Chapter 4 Responding Message Data Types of Responding Message and Parameter Data Type Explanation Example ASCII-encoded bytes corresponding to the short <Literal> DCV, ACA form of the literal used as the command parameter. *: +9.90000000E+37 means positive overload, -9.90000000E+37 means negative overload.
  • Page 15 Chapter 4 Responding Message Prompts When the meter comes up any system warnings, the meter sends a prompt string to the host through remote interface. The meter returns one of the prompts as shown on the following table. Return Prompts Prompts Description Into local mode...
  • Page 16 Chapter 4 Responding Message...
  • Page 17: Instructions Of Command Sets

    Chapter 5 Instructions of Command Sets Instructions of Chapter 5 Command Sets 5.1 IEEE 488 Common Commands *CLS Description Clear the System Error Queue. *IDN? Description Query the Meter identification. Response Returns instrument maker name, model number, serial number and firmware version. *RST Description Put the meter to power-on-reset state, but no affect the Output...
  • Page 18: Scpi Commands

    Chapter 5 Instructions of Command Sets 5.2 SCPI Commands This subsection describes the SCPI subsystem commands for the meter. The meter only accepts the UPPER CASE part of command. It is unnecessary to send complete command characters. Some SCPI Symbol Conventions Meaning Text Symbol Option: can be omitted...
  • Page 19 Chapter 5 Instructions of Command Sets CONFigure [:SCALar] :VOLTage [<range>] [<range>] :ACDC [<range>] :DCAC [<range>] Description • Set to DC, AC or AC+DC voltage measurement. • The function switch is at mV measuring or V measuring. Parameter • If parameter is omitted, the meter is set to auto range. •...
  • Page 20 Chapter 5 Instructions of Command Sets CONFigure[:SCALar]:CONTinuity [<range>] Description • Set to 2-wire resistance measuring with the continuity test. • The function switch is at resistance measuring. Parameter • If parameter is omitted, the meter is set to auto range. •...
  • Page 21 Chapter 5 Instructions of Command Sets • If query the secondary function and the secondary is not set, the meter returns an error prompt to the host. CONF:FREQ • The secondary function is enabled by sending CONF:PULS command. Original primary function changes secondary function, and the primary function is replaced by frequency or...
  • Page 22 Chapter 5 Instructions of Command Sets CALCulate Subsystem: CALCulate:FUNCtion < AVERage | PEAKhold | NULL | NONE> Description Set or off the function of the calculation. AVER Parameter - average (record) function PEAK - peak-hold function NULL - null (relative) function NONE - off all calculation function.
  • Page 23 Chapter 5 Instructions of Command Sets TRIGger Subsystem: TRIGger:SOURce < BUS | REFreshhold | IMMediate > Description Select the source of the start trigger signal. Parameter - select a bus command and enter the trigger (hold) mode. - select a refresh-hold trigger source and enter the trigger mode - select the internal trigger source and escape the trigger mode.
  • Page 24 Chapter 5 Instructions of Command Sets Measuring Subsystem: FETCh? [@2] Description • Return the primary or secondary function value of output buffer. • Retrieves the measurements taken by the INITiate command and places them into the device's output buffer. • The query will return data any time that the last reading is valid.
  • Page 25 Chapter 5 Instructions of Command Sets SOURce Subsystem: [SOURce:]VOLTage[:LEVel][:IMMediate][:AMPLitude] <level> Description Set the amplitude of the voltage output. Parameter String to be entered to <level>: format s#.#### or format s##.### *1 s#.####:for range -1.5000 to +1.5000 V *2 s##.###:for range -15.000 to +15.000 V Example VOLT +01.000 The different level format setting will change the range of voltage output.
  • Page 26 Chapter 5 Instructions of Command Sets [SOURce:]VOLTage:RAMP:STOP <level>,<resolution> Description Set the stop position of the voltage RAMP function. Parameter String to be entered to <level>: format s#.#### or format s##.### *1 s#.####:for range -1.5000 ~ +1.5000 V *2 s##.###:for range -15.000 ~ +15.000 V •...
  • Page 27 Chapter 5 Instructions of Command Sets [SOURce:]VOLTage:SCAN:STEP? Description Query which the step of the voltage SCAN function. Response Return <NR1> format string: 1 to 16. [SOURce:]VOLTage:SCAN:ONCE <Boolean> Description Set the cycle mode of the voltage SCAN function and activate output. Parameter Value to be entered to <Boolean>:1* or 0 * * 1 : one cycle, 0 : continuous...
  • Page 28 Chapter 5 Instructions of Command Sets [SOURce:]CURRent:RAMP:STOP <level>,<resolution> Description Set the cycle mode of the current RAMP function and activate output. Parameter • String to be entered to <level>: format s##.###* *format s##.### : -25.000 to +25.000 mA • Value to be entered to <resolution>: 1 to 999 CURR:RAMP:STOP -10.000,100 Example : stop to -10mA (range...
  • Page 29 Chapter 5 Instructions of Command Sets [SOURce:]CURRent:SCAN:ONCE <Boolean> Description Set the cycle mode of the current SCAN function and activate output. Parameter String to be entered to <Boolean>: 1* or 0 * *1 : one cycle, 0 :continuous [SOURce:]CURRent:SCAN:ONCE? Description Query the cycle mode of the current SCAN function.
  • Page 30 Chapter 5 Instructions of Command Sets [SOURce:] SQUare:AMPLitude? Description Query the amplitude of the square wave. Response Return <Literal> format string: +5V, 10V, +12V or 24V. SOURce? Description Query the output function. Response Return <"function amplitude[,frequency,duty]"> format string, the examples are as following: Frequency Example Function...
  • Page 31 Chapter 5 Instructions of Command Sets SYSTem Subsystem: DISPlay:TEXT <"string"> Description Set the text of the primary display. Parameter • The five characters in front are valid. The too many characters would be round off. The insufficient character would be replaced by space character. •...
  • Page 32 Chapter 5 Instructions of Command Sets SYSTem:TCOMpensated[:STATe] <Boolean> Description Enable or disable the "0°C" temperature compensation. Parameter Value to be entered to <Boolean>: 1* or 0* *1:ON, 0: OFF SYSTem:VERSion? Description Query the version of the SCPI. Response Return 1999.0 string. SYSTem:ERRor? Description Query the error message.
  • Page 33 Chapter 5 Instructions of Command Sets STATus Subsystem: STATus? Description Query the status of the meter. Response Return <"ABCDEFGHIJKLMNOPQRSTU"> format string. Each character means as following: Item Description Average function 0: off, 1: on Null function 0: off, 1: on Unused always 0 Unused...
  • Page 34 Chapter 5 Instructions of Command Sets...
  • Page 35: Summary Of Scpi Commands

    Chapter 6 Summary of SCPI Commands Summary of SCPI Chapter 6 Commands Command Parameter Description CONFigure? [@2] Query the function of the display. CONFigure[:SCALar] Configure the meter to perform specified measurement. :VOLTage [<range>] :ACDC [<range>] Set the voltage measurement. :DCAC [<range>] [<range>] :CURRent...
  • Page 36 Chapter 6 Summary of SCPI Commands Command Parameter Description TRIGger Trigger function :SOURce? Query the trigger source type. :SOURce <BUS|REF|IMM> Select a trigger source. :REF:COUNt? Query the count of the refresh-hold mode. :REF:COUNt <numeric>: 0 to 1000 Set the count of the refresh-hold mode. ABORt Reset the trigger system of the meter.
  • Page 37 Chapter 6 Summary of SCPI Commands Command Parameter Description SOURce? Query the output function. [SOURce:]VOLTage Output voltage. [:LEV][:IMM][AMPL]? Query the amplitude of the output. [:LEV][:IMM][AMPL] <level> Set the amplitude of the output. :RANGe? Query the range of the output. :RANGe <1.5|15>...
  • Page 38 Chapter 6 Summary of SCPI Commands Command Parameter Description [SOURce:]CURRent Output current. [:LEV][:IMM][AMPL]? Query the amplitude of the output. [:LEV][:IMM][AMPL] <level> Set the amplitude of the output. :RANGe? Query the range of the output. :RANGe <0.025|25mA> Set the range of the output. :SCAN SCAN function.
  • Page 39 Chapter 6 Summary of SCPI Commands Command Parameter Descliption SYSTem :AOFF:TIME <minute>: 0 to 99 Set the time of the auto power off function. :BEEPer Set the action of the beeper. [<CONT|STOP|TONE>] :BLIT [:STATe] <Boolean> Enable or disable the back lit. :TIME <second>: 0 to 99 Set the time of the back lit.
  • Page 40 Chapter 6 Summary of SCPI Commands...
  • Page 41: Remote Program Example Using

    Chapter 7 Remote Program Example Using Visual Basic 6 Remote Program Example Using Chapter 7 Visual Basic 6 Private Sub Command1_Click() ' Create 3 objects on the Form: ' 1.TextBox- Text1 ' 2.CommandButton- Command1 ' 3. Microsoft Comm Control 6.0- MSComm1 added from Menu Bar / Project / Components ' The program fetches 10 readings from the meter and shows average value.
  • Page 42 Chapter 7 Remote Program Example Using Visual Basic 6...
  • Page 43 HIOKI 7016 SIGNAL SOURCE Remote Operation Manual Publication date: September 2004 Edition 1 Edited and published by HIOKI E.E. CORPORATION Technical Support Section All inquiries to International Sales and Marketing Department 81 Koizumi, Ueda, Nagano, 386-1192, Japan TEL: +81-268-28-0562 / FAX: +81-268-28-0568 E-mail: os-com@hioki.co.jp...
  • Page 44 HEAD OFFICE 81 Koizumi, Ueda, Nagano 386-1192, Japan TEL +81-268-28-0562 / FAX +81-268-28-0568 E-mail: os-com@hioki.co.jp / URL http://www.hioki.co.jp/ HIOKI USA CORPORATION 6 Corporate Drive, Cranbury, NJ 08512, USA TEL +1-609-409-9109 / FAX +1-609-409-9108 7016A985-00 04-09H...

Table of Contents