SMART I/O User’s Manual | Chapter 5 Analog Modules  | |||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
5.2.8.5SMADCSetSensorType Syntax
error_code SMADCSetSensorType(u_int8 PortNr, u_int8 channel, u_int16 sensorCode);
Description
This function checks if an 
Input
u_int8 PortNr
u_int8 channel
u_int16 sensorCode
Output
Port number om module to set (from 0 to 10)
Number of specified channel (0 to 3) Code of the sensor (a list of PEP defined sensor types can be found in the file linear.h)
error_code
Example
SUCCESS
E_MNF If wrong type of module or no module is fitted on the selected port
E_PARAM If wrong channel number is specified E_BTYP If sensor type is not known
or standard 
RetVal = SMADCSetSensorType(0, 1, PT100);
  | 
  | 
  | 
  | 
Page  | 5 - 42  | ©1996 PEP Modular Computers GmbH  | March 12, 1996  | 
  | 
  | 
  |