CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
Loading...
Searching...
No Matches

◆ ADC_GND_con_10k

#define ADC_GND_con_10k   16 /* or 0x10 */

instr_NO_operation has the value of zero and the follwoing instructions are increased by one at each step.

The last enum line, instr_Trimmer_setting, is not an instruction but the information of the total number of instructions. ‍/ enum instructions { instr_NO_operation , //!< NOP, in future release the fw version will be replayed
instr_ADC_LETTURA , //!< ADC reading, the following byte from the CAN set the reading node instr_CONTROLLO_RELE , //!< Relay settings according to the second byte from the CAN instr_PGA_GAIN , //!< . instr_detector_Vbias_we_want_to_set , //!< . instr_Vbias_set , //!< . instr_preamplifier_temperature_meas , //!< . instr_Power_supply_ON_OFF , //!< . instr_Shut_Down_ON_OFF , //!< . instr_OFFSET_ADJ , //!< . instr_preamplifier_memory , //!< . instr_measure_pre_bias_coefficients , //!< . instr_Some_parameters_to_set , //!< here some usefull parameters can be set, such as wait times, etc.
instr_inizializza_tutto_da_zero, //!< . instr_ricalibrazione_scheda, //!< . instr_Vbias_and_OFFSET_SET , //!< . instr_Drift_compensation , //!< . The_total_number_of_instrucions, //!< This is the total numebr of instructions, not an instruction instr_Trimmer_setting } ;

extern void (*ptr_istruzioni[]) (void); void Setting_of_the_pointer_for_command_parser ( void); void instr_readback_variables_function(void); void instr_readback_node_voltages_function(void); void instr_preamplifier_temperature_meas_function(void); void instr_preamplifier_memory_function(void); void instr_preamplifier_gain_low_high_set_function(void); void instr_PGA_gain_set_function(void); void instr_PGA_set_reset_pre_PGA_gain_function(void); void instr_PGA_DAC_GAIN_CROSS_function(void); void instr_connect_disconnect_mux_node_function(void);

FINE CROSS

Nodi di lettura dell'ADC Sintassi nodi: 0xML, con 1<=M<=4 \'e il mux, mentre 0<=L<=7 \'e la linea del mux selezionata. /*! Measurement nodes for ADC are defined below mux 1

Definition at line 166 of file Istruzioni.h.