beautypg.com

B.38 source:voltage:protection:tripped? query, B.39 system:beep command, B.40 system:beep? query – KEPCO KLN Series (750W, 1500W, 3000W), Main Contro Firmware Version 1.70 and higher User Manual

Page 102: B.41 system:communicate:lan:dhcp command, B.42 system:communicate:lan:dhcp? query, B.43 system:communicate:lan:dns command, B.38, Sour, B.39, Syst

background image

B-8

KLN Series 051614

B.38

SOURce:VOLTage:PROTection:TRIPped?

QUERY

SOUR:VOLT:PROT:TRIP?

Syntax:

Short Form: SOUR:VOLT:PROT:TRIP? Long Form: SOURce:VOLTage:PROtection:TRIPped?

Description:

Returns a 1 if the protection circuit is tripped and a 0 if not tripped.

Return Format:

Example:

SOURce:VOLTage:PROTection:TRIPped? Returns 0 if OVP was not executed, 1 if OVP was exe-
cuted.

B.39

SYSTem:BEEP COMMAND

SYST:BEEP

Syntax:

Short Form: SYST:BEEP { ON | OFF | 1 | 0 }
Long Form: SYSTem:BEEP { ON | OFF | 1 | 0 }

Description:

Sets the audible beep each time a front panel key is pressed to on or off.

Argument:

or 1 enables audible beep
or 0 disables audible beep

Example:

SYSTem:BEEP 1 turns on the audible beep.

B.40

SYSTem:BEEP?

QUERY

SYST:BEEP?

Syntax:

Short Form: SYST:BEEP?

Long Form: SYSTem:BEEP?

Description:

Indicates whether audible beep is on or off. Returns 1 to indicate the beep is on, 0 to indicate
beep is off.

Return Format: { 1 | 0 }

Example:

SYSTem:BEEP? returns 1 (audible beep is enabled).

B.41

SYSTem:COMMunicate:LAN:DHCP COMMAND

SYST:COMM:LAN:DHCP

Syntax:

Short Form: SYST:COMM:LAN:DHCP { ON | OFF | 1 | 0 }
Long Form: SYSTem:COMMunicate:LAN:DHCP { ON | OFF | 1 | 0 }

Description:

Allows the IP address to either be assigned from the DHCP server (on) or assigned manu-
ally (static IP Address) by the user (off).

Argument:

or 1 enables DHCP
or 0 disables DHCP

Example:

SYST:COMM:LAN:DHCP ON assigns the DHCP server to assign the IP address.

B.42

SYSTem:COMMunicate:LAN:DHCP?

QUERY

SYST:COMM:LAN:DHCP?

Syntax:

Short Form: SYST:COMM:LAN:DHCP? Long Form: SYSTem:COMMunicate:LAN:DHCP?

Description:

Indicates whether DHCP is on (enabled) or off (disabled). Returns 1 to indicate the DHCP is
on, 0 to indicate DHCP is off.

Return Format: { 1 | 0 }

Example:

SYST:COMM:LAN:DHCP? returns 1 (DHCP is enabled).

B.43

SYSTem:COMMunicate:LAN:DNS COMMAND

SYST:COMM:LAN:DNS

Syntax:

Short Form: SYST:COMM:LAN:DNS “


Long Form: SYSTem:COMMunicate:LAN:DNS “

Description:

Used to set a static DNS address. This command is invalid when DHCP set to ON.

Argument:

” is text format in xxx.xxx.xxx.xxx

Example:

SYST:COMM:LAN:DNS “8.8.8.8” sets a DNS address to 8.8.8.8.