Channel settings (UNIT)


Execute zero adjustment of input modules and queries the result.

Syntax

(Query)


:UNIT:ADJUST?

(Response)

A<NR1>

A = 1, 0

Details

Executes zero adjustment of input modules and queries the result.
Not Execute on strain unit(U8554,LR8534).

A = 0  Pass
A = 1  Fail

Example

:UNIT:ADJUST?
(Response)  :UNIT:ADJUST 1  (when headers are enabled)

Note

-

Usage
Conditions

-




Execute auto balance of input modules and queries the result.

Syntax

(Query)


:UNIT:BALance? unit$,ch$

(Response)

unit$,ch$,A<NR1> (ch$ = CH1 to CH5)
unit$,ch$,A1,A2,A3,A4,A5<NR1> (ch$ = ALL)

unit$ =
ch$ = ALL, CH1 to CH5
A = 1, 0

Details

Executes auto balance for the unit and Channel designated by unit$ and ch$ and queries the result.
If ch$=ALL, executes auto balance on all channel for the unit designated by unit$

A = 0  Pass
A = 1  Fail

Example

:UNIT:BALance? UNIT1,CH1
(Response)  :UNIT:BALANCE UNIT1,CH1,1  (when headers are enabled)

Note

-

Usage
Conditions

The strain unit(U8554,LR8534) must be specified.




Sets and queries the data update Rate for unit

Syntax

(Command)

(Query)


:UNIT:DATARate unit$,A

:UNIT:DATARate? unit$

(Response)

unit$,A<NR3> (1 decimal places)

unit$ =
A = 0(Auto),1.0E-3 to 1.0E+1 (sec)

Details

Sets the data update Rate to a numerical value (unit seconds) for the unit designated by unit$.
Returns the value of the data update Rate for the unit designated by unit$ as an NR3 numerical value.
if A=0, the data update Rate is automatically.

Example

:UNIT:DATARate UNIT1,1E-1
:UNIT:DATARate? UNIT1
(Response)  :UNIT:DATARATE UNIT1,1.0E-01  (when headers are enabled)

Note

If an attempt is made to set the time axis range to a non-permitted value, and there is a range above that value, that range will be selected.

Usage
Conditions

-




Sets and queries the power frequency filter.

Syntax

(Command)

(Query)


:UNIT:FILTer A$

:UNIT:FILTer?

(Response)

A$

A$ = 50HZ, 60HZ

Details

Sets the power frequency filter.
Returns the power frequency filter as character data.

Example

:UNIT:FILTer 50HZ
:UNIT:FILTer?
(Response)  :UNIT:FILTER 50HZ  (when headers are enabled)

Note

-

Usage
Conditions

-




Queries the unit ID.

Syntax

(Query)


:UNIT:IDN? unit$

(Response)

unit$,A$,B$,C$

unit$ =
A$ = model number
B$ = serial number
C$ = software version

Details

Returns the unit ID for the unit designated by unit$.

Example

:UNIT:IDN? UNIT1
(Response)  :UNIT:IDN UNIT1,U8550,100000000,V 100  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the measurement mode of an input channel.

Syntax

(Command)

(Query)


:UNIT:INMOde ch$,A$

:UNIT:INMOde? ch$

(Response)

ch$,A$

ch$ =
A$ = VOLTAGE, TC, RTD, HUMIDITY, RESIST, STRAIN

Details

Sets the measurement mode for the channel designated by ch$.
Returns the current measurement mode for the channel designated by ch$ as character data.

VOLTAGE  Voltage
TC  Thermocouple
RTD  RTD
HUMIDITY  Humidity
RESIST  Resistance
STRAIN  Strain

Example

:UNIT:INMOde CH1_1,VOLTAGE
:UNIT:INMOde? CH1_1
(Response)  :UNIT:INMODE CH1_1,VOLTAGE  (when headers are enabled)

Note

Input type that can be used is below.

Unit Input Type
U8550/LR8530
U8552/LR8532
Voltage/Temp unit
30Ch Voltage/Temp unit
VOLTAGE
TC
HUMIDITY
U8551/LR8531 Universal unit VOLTAGE
TC
RTD
HUMIDITY
RESIST
U8553/LR8533 High speed voltage unit VOLTAGE
U8554/LR8534 Strain unit VOLTAGE
STRAIN

Usage
Conditions

-




Sets and queries the low pass filter for strain unit.

Syntax

(Command)

(Query)


:UNIT:LPF unit$,A$

:UNIT:LPF? unit$

(Response)

unit$,A$

unit$ =
A$ = AUTO, 4HZ, 8HZ, 15HZ, 30HZ, 60HZ, 120HZ

Details

Sets the low pass filter for the unit designated by unit$.
Returns the current setting of low pass filter for the unit designated by unit$.

Example

:UNIT:LPF UNIT1,4HZ
:UNIT:LPF? UNIT1
(Response)  :UNIT:LPF UNIT1,4HZ  (when headers are enabled)

Note

-

Usage
Conditions

U8554, LR8534 (Strain Unit)




Sets and queries the count mode of an input pulse channel.

Syntax

(Command)

(Query)


:UNIT:PCOMOde pls$,A$

:UNIT:PCOMOde? pls$

(Response)

pls$,A$

pls$ =
A$ = ADD, INST

Details

Sets the count mode for the pulse channel designated by pls$.
Returns the current count mode for the pulse channel designated by pls$ as character data.

ADD  Addition
INST  Instant

Example

:UNIT:PCOMOde PLS1,ADD
:UNIT:PCOMOde? PLS1
(Response)  :UNIT:PCOMODE PLS1,ADD  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the counting start timing of an input pulse channel.

Syntax

(Command)

(Query)


:UNIT:PCOSTart pls$,A$

:UNIT:PCOSTart? pls$

(Response)

pls$,A$

pls$ =
A$ = STARt, TRIGger

Details

Sets the counting start timing for the pulse channel designated by pls$.
Returns the current counting start timing for the pulse channel designated by pls$ as character data.

STARt  Start
TRIGger  Trigger

Example

:UNIT:PCOSTart PLS1,START
:UNIT:PCOSTart? PLS1
(Response)  :UNIT:PCOSTART PLS1,START  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the pulse num per revolve.

Syntax

(Command)

(Query)


:UNIT:PCOUnt pls$,A

:UNIT:PCOUnt? pls$

(Response)

pls$,A<NR1>

pls$ =
A = 1 to 1000

Details

Sets the pulse num per revolve for the pulse channel designated by pls$ in the range to a numerical value.
Returns the current pulse num per revolve for the pulse channel designated by pls$ as an NR1 numerical value.

Example

:UNIT:PCOUnt PLS1,1
:UNIT:PCOUnt? PLS1
(Response)  :UNIT:PCOUNT PLS1,1  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the input pulse channel filter.

Syntax

(Command)

(Query)


:UNIT:PFILTer pls$,A$

:UNIT:PFILTer? pls$

(Response)

pls$,A$

pls$ =
A$ = OFF, ON

Details

Sets the filter for the pulse channel designated by pls$.
Returns the current filter for the pulse channel designated by pls$ as character data.

Example

:UNIT:PFILTer PLS1,ON
:UNIT:PFILTer? PLS1
(Response)  :UNIT:PFILTER PLS1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the measurement mode of an input pulse channel.

Syntax

(Command)

(Query)


:UNIT:PINMOde pls$,A$

:UNIT:PINMOde? pls$

(Response)

pls$,A$

pls$ =
A$ = COUNT, REVOLVE, LOGIC

Details

Sets the measurement mode for the pulse channel designated by pls$.
Returns the current measurement mode for the pulse channel designated by pls$ as character data.

COUNT  Count
REVOLVE  Revolve
LOGIC  Logic

Example

:UNIT:PINMOde PLS1,COUNT
:UNIT:PINMOde? PLS1
(Response)  :UNIT:PINMODE PLS1,COUNT  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the input channel zero position.

Syntax

(Command)

(Query)


:UNIT:POSItion ch$,A

:UNIT:POSItion? ch$

(Response)

ch$,A<NR1>

ch$ =
A = -9950 to 10050

Details

Sets the zero position for the channel designated by ch$ in the range to a numerical value.
Returns the current zero position for the channel designated by ch$ as an NR1 numerical value.

Example

:UNIT:POSItion CH1_1,50
:UNIT:POSItion? CH1_1
(Response)  :UNIT:POSITION CH1_1,50  (when headers are enabled)

Note

Effective range of A depends on the magnification/compression ratio on the voltage axis.
Max value = ((magnification/compression ratio)×100)+50
Min value = ((magnification/compression ratio)×(-100))+50

Usage
Conditions

-




Sets and queries the input pulse channel zero position.

Syntax

(Command)

(Query)


:UNIT:PPOSItion pls$,A

:UNIT:PPOSItion? pls$

(Response)

pls$,A<NR1>

pls$ =
A = -9950 to 10050

Details

Sets the zero position for the pulse channel designated by pls$ in the range to a numerical value.
Returns the current zero position for the pulse channel designated by pls$ as an NR1 numerical value.

Example

:UNIT:PPOSItion PLS1,50
:UNIT:PPOSItion? PLS1
(Response)  :UNIT:PPOSITION PLS1,50  (when headers are enabled)

Note

Effective range of A depends on the magnification/compression ratio on the voltage axis.
Max value = ((magnification/compression ratio)×100)+50
Min value = ((magnification/compression ratio)×(-100))+50

Usage
Conditions

-




Sets and queries the input pulse channel revolve range.

Syntax

(Command)

(Query)


:UNIT:PRANGe pls$,A$

:UNIT:PRANGe? pls$

(Response)

pls$,A$

pls$ =
A$ = RPS, RPM

Details

Sets the revolve range of the pulse channel specified by pls$.
Returns the revolve range of the pulse channel specified by pls$ as character data.

RPS  5,000 r/s
RPM  300,000 r/min

Example

:UNIT:PRANGe PLS1,RPM
:UNIT:PRANGe? PLS1
(Response)  :UNIT:PRANGE PLS1,RPM  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the pulse channel count slope.

Syntax

(Command)

(Query)


:UNIT:PSLOPe pls$,A$

:UNIT:PSLOPe? pls$

(Response)

pls$,A$

pls$ =
A$ = UP, DOWN

Details

Sets the count slope for the pulse channel designated by pls$.
Returns the current count slope for the pulse channel designated by pls$ as character data.

Example

:UNIT:PSLOPe PLS1,UP
:UNIT:PSLOPe? PLS1
(Response)  :UNIT:PSLOPE PLS1,UP  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the smoothing for revolve.

Syntax

(Command)

(Query)


:UNIT:PSMooth pls$,A

:UNIT:PSMooth? pls$

(Response)

pls$,A<NR1>

pls$ =
A = 1(OFF) to 60

Details

Sets the smoothing for revolve for the pulse channel designated by pls$.
Returns the current smoothing for revolve for the pulse channel designated by pls$ as an NR1 numerical value.

If A=1, smoothing is off.

Example

:UNIT:PSMooth PLS1,1
:UNIT:PSMooth? PLS1
(Response)  :UNIT:PSMOOTH PLS1,1  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the pulse threshold level.

Syntax

(Command)

(Query)


:UNIT:PTHRe pls$,A$

:UNIT:PTHRe? pls$

(Response)

pls$,A$

pls$ =
A$ = 1V, 4V

Details

Sets the pulse threshold level for the pulse channel designated by pls$.
Returns the current pulse threshold level for the pulse channel designated by pls$ as character data.

Example

:UNIT:PTHRe PLS1,1V
:UNIT:PTHRe? PLS1
(Response)  :UNIT:PTHRE PLS1,1V  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the measurement range of an input channel.

Syntax

(Command)

(Query)


:UNIT:RANGe ch$,A

:UNIT:RANGe? ch$

(Response)

ch$,A<NR3> (1 decimal places)

ch$ =
A = measurement range

Details

Sets the measurement range for the channel designated by ch$ to a numerical value.
Returns the current measurement range for the channel designated by ch$ as an NR3 numerical value.

Example

:UNIT:RANGe CH1_1,1E-1
:UNIT:RANGe? CH1_1
(Response)  :UNIT:RANGE CH1_1,+1.0E-01  (when headers are enabled)

Note

If an attempt is made to set the measurement range to a non-permitted value, and there is a range above that value, that range will be selected.
Please set up A=15, when it makes the range of 1-5V with voltage.

Usage
Conditions

Temperature Sensor cannot be set B in 100℃ or 500℃ range.




Sets and queries the connect kind for rtd mode.

Syntax

(Command)

(Query)


:UNIT:RCONnect ch$,A$

:UNIT:RCONnect? ch$

(Response)

ch$,A$

ch$ =
A$ = 3LINE, 4LINE

Details

Sets the rtd connect kind for the channel designated by ch$.
Returns the rtd current connect kind for the channel designated by ch$ as character data.

3LINE  3-wire
4LINE  4-wire

Example

:UNIT:RCONnect CH1_1,3LINE
:UNIT:RCONnect? CH1_1
(Response)  :UNIT:RCONNECT CH1_1,3LINE  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the point of contact compensation for tc mode.

Syntax

(Command)

(Query)


:UNIT:RJC ch$,A$

:UNIT:RJC? ch$

(Response)

ch$,A$

ch$ =
A$ = INT, EXT

Details

Sets the point of contact compensation for the channel designated by ch$.
Returns the current point of contact compensation for the channel designated by ch$ as character data.

INT Internal
EXT External

Example

:UNIT:RJC CH1_1,INT
:UNIT:RJC? CH1_1
(Response)  :UNIT:RJC CH1_1,INT  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the rtd kind for rtd mode.

Syntax

(Command)

(Query)


:UNIT:RTYPe ch$,A$

:UNIT:RTYPe? ch$

(Response)

ch$,A$

ch$ =
A$ = PT100, JPT100, PT1000

Details

Sets the rtd kind for the channel designated by ch$.
Returns the current rtd kind for the channel designated by ch$ as character data.

Example

:UNIT:RTYPe CH1_1,PT100
:UNIT:RTYPe? CH1_1
(Response)  :UNIT:RTYPE CH1_1,PT100  (when headers are enabled)

Note

-

Usage
Conditions

-




Sets and queries the sensor kind for tc mode.

Syntax

(Command)

(Query)


:UNIT:SENSor ch$,A$

:UNIT:SENSor? ch$

(Response)

ch$,A$

ch$ =
A$ = K, J, E, T, N, R, S, B, C

Details

Sets the sensor kind for the channel designated by ch$.
Returns the current sensor kind for the channel designated by ch$ as character data.

Example

:UNIT:SENSor CH1_1,K
:UNIT:SENSor? CH1_1
(Response)  :UNIT:SENSOR CH1_1,K  (when headers are enabled)

Note

Sensor cannot be set to B at temperature range is 100 or 500.

Usage
Conditions

-




Sets and queries the store enable or disable for channel data record.

Syntax

(Command)

(Query)


:UNIT:STORe ch$,A$

:UNIT:STORe? ch$

(Response)

ch$,A$

ch$ = , , LOG, ALARM,
A$ = OFF, ON

Details

Sets the store enable or disable for the channel designated by ch$.
Returns the current store enable or disable for the channel designated by ch$ as character data.

Example

:UNIT:STORe CH1_1,ON
:UNIT:STORe? CH1_1
(Response)  :UNIT:STORE CH1_1,ON  (when headers are enabled)

Note

Pulse channels with measurement mode set to LOGIC cannot be set.
If there is no pulse channel with measurement mode set to LOGIC, it cannot be set with ch$=LOG.

Usage
Conditions

-




Sets and queries the disconnection detection for tc mode.

Syntax

(Command)

(Query)


:UNIT:WIRE unit$,A$

:UNIT:WIRE? unit$

(Response)

unit$,A$

unit$ =
A$ = OFF, ON

Details

Sets the disconnection detection for the unit designated by unit$.
Returns the current disconnection detection for the unit designated by unit$ as character data.

Example

:UNIT:WIRE UNIT1,ON
:UNIT:WIRE? UNIT1
(Response)  :UNIT:WIRE UNIT1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-