CFG_BURNTEST

CFG_BURNTEST gets/sets the current temperature measurement, which can detect the disconnection of the thermo couple.

Description

 

Type INT32U[]
Length 32 bytes
Access type Read/Write
Value Each element in the array represent the settings for the corresponding channel. For USB-4718, the channel is from 0 to 7. Each element should be one of the following values: 0: Burn test disable
1: 888888
2: -888888
3: maximum value
4: minimum value

Remarks

If burn test property is enabled, the disconnection of the thermo couple will be detected by the device. Under burn out situation, an error code(66: ThermoCoupleDisconnect)will returned by the DRV_TcMuxRead function with the temperature value set by this property.

 

The operation of this property will change the property value of all the channels, and therefore if you want to change the property value of a specific channel, please get the current property first, and then change the corresponding property element in the array to the value you desired, and set the property by the changed array.

See also

DRV_DeviceGetProperty

DRV_DeviceSetProperty