ADC Commands And Responses

Function Description
DLN_ADC_GET_PORT_COUNT Command is used to retrieve the number of ADC ports available in your DLN-series adapter.
DLN_ADC_GET_CHANNEL_COUNT Command is used to retrieve the number of ADC channels, available in the specified ADC-port of your DLN-series adapter.
DLN_ADC_ENABLE Command is used to activate the corresponding ADC port of your DLN-series adapter.
DLN_ADC_DISABLE Command is used to deactivate the specified ADC port of your DLN-series adapter.
DLN_ADC_IS_ENABLED Command is used to retrieve information, whether the specified ADC port is activated.
DLN_ADC_CHANNEL_ENABLE Command is used to activate the specified channel from the corresponding ADC port of your DLN-series adapter.
DLN_ADC_CHANNEL_DISABLE Command is used to deactivate the specified ADC channel of your DLN-series adapter.
DLN_ADC_CHANNEL_IS_ENABLED Command is used to retrieve information, whether the specified ADC channel is activated.
DLN_ADC_SET_RESOLUTION Command is used to set the ADC resolution value of your DLN-series adapter.
DLN_ADC_GET_RESOLUTION Command is used to retrieve the currently set ADC resolution of your DLN-series adapter.
DLN_ADC_GET_VALUE Command is used to retrieve current voltage on the specified ADC channel of your DLN-series adapter.
DLN_ADC_GET_ALL_VALUES Command retrieves current voltage values from all enabled ADC channels of your DLN-series adapter.
DLN_ADC_CHANNEL_SET_CFG Command is used to change the configuration of a single GPIO pin and set the conditions of DLN_ADC_CONDITION_MET_EV event generation.
DLN_ADC_CHANNEL_GET_CFG Command is used to retrieve the current configuration settings of a single ADC channel.