_Stg_CalibrateAnalogInput, _Stg_CalibrateAnalogOutput, Stg_AnalogInputRead, Stg_AnalogOutputRead, Stg_AnalogOutputWrite, Stg_CalibratedAnalogOutputWrite
Description
_Stg_CalibrateAnalogInput(
char *AnalogInputName
);
This function displays a dialog window where it is possible to calibrate the specified calibrated analog input.
Parameters
Note
A NIDAQ controller set is needed to perform this operation. Calibration curve can be displayed in pseudo colors.
Description
Stg_CalibratedAnalogOutputWrite( char *AnalogOutputName
, doubleVoltage
);
This function sets voltage on the selected calibrated analog output line. The values range is usually from -10 to 10 Volts.
Description
_Stg_CalibrateAnalogOutput(
char *AnalogOutputName
);
This function displays a dialog window where it is possible to calibrate the specified calibrated analog output.
Parameters
Note
The NIDAQ controller set is needed to perform this operation. Calibration curve can be displayed in pseudo colors.
Description
double Stg_AnalogInputRead(
char *AnalogInputName
);
This function returns the voltage value currently set on the specified analog input.
Parameters
Note
The NIDAQ controller set must be installed to use this function.
Description
double Stg_AnalogOutputRead(
char *AnalogOutputName
);
This function returns the voltage value currently set on the specified analog output.
Parameters
Note
The NIDAQ controller set must be installed to use this function.
See Also
Stg_AnalogOutputWrite