gclib 2.4.0
Galil Communications Library
Loading...
Searching...
No Matches

Amp error statuses. More...

Functions

bool gclib_data_record_over_current (gclib_data_record_handle h, size_t amp)
 Returns over current status.
bool gclib_data_record_over_voltage (gclib_data_record_handle h, size_t amp)
 Returns over voltage status.
bool gclib_data_record_over_temp (gclib_data_record_handle h, size_t amp)
 Returns over temperature status.
bool gclib_data_record_under_voltage (gclib_data_record_handle h, size_t amp)
 Returns under voltage status.
bool gclib_data_record_electronic_lock_out (gclib_data_record_handle h, size_t amp)
 Returns electronic lockout (ELO) status for a bank.

Detailed Description

Amp error statuses.

Amp errors are latched, and will need to be cleared with AZ once the underlying issue has been resolved. See the command reference for details.

Function Documentation

◆ gclib_data_record_over_current()

bool gclib_data_record_over_current ( gclib_data_record_handle h,
size_t amp )

Returns over current status.

◆ gclib_data_record_over_voltage()

bool gclib_data_record_over_voltage ( gclib_data_record_handle h,
size_t amp )

Returns over voltage status.

◆ gclib_data_record_over_temp()

bool gclib_data_record_over_temp ( gclib_data_record_handle h,
size_t amp )

Returns over temperature status.

◆ gclib_data_record_under_voltage()

bool gclib_data_record_under_voltage ( gclib_data_record_handle h,
size_t amp )

Returns under voltage status.

◆ gclib_data_record_electronic_lock_out()

bool gclib_data_record_electronic_lock_out ( gclib_data_record_handle h,
size_t amp )

Returns electronic lockout (ELO) status for a bank.