![]() |
C# SDK documentation for ICC-4c, ICC-1c and ECC-1c controllers
|
Public Member Functions | |
void | SetAnalogInputCurrentMax (EChannel channel, float current) |
set maximum current = ADC -> 10V | |
void | SetAnalogInputCurrentMin (EChannel channel, float current) |
set minimum current = ADC -> 0V | |
float | GetAnalogInputCurrentMax (EChannel channel) |
get maximum current = ADC -> 10V | |
float | GetAnalogInputCurrentMin (EChannel channel) |
get minimum current = ADC -> 0V | |
void | SetAnalogInputDiopterMax (EChannel channel, float diopter) |
set maximum Dpt = ADC -> 10V | |
void | SetAnalogInputDiopterMin (EChannel channel, float diopter) |
set minimum Dpt = ADC -> 0V | |
float | GetAnalogInputDiopterMax (EChannel channel) |
get maximum Dpt = ADC -> 10V | |
float | GetAnalogInputDiopterMin (EChannel channel) |
set minimum Dpt = ADC -> 0V | |
CurrentLimitsDto | GetMinimumAndMaximumCurrent (EChannel channel) |
get minimum and maximum current ADC = 0V, 10V | |
void | SetAnalogInputVoltagePoints (EChannel channel, float[] voltages) |
set interval of points to modify -> new float[] { 0, 10 } | |
void | SetAnalogInputValuePoints (EChannel channel, float[] values) |
set interval of values to modify -> new float[] { -2, 3 } [dpt] | |
void | SetAnalogInputType (EChannel channel, EICC4cPwmUnitType unitType) |
set active control stage system | |
EICC4cPwmUnitType | GetAnalogActiveInputType (EChannel channel) |
determined by active control stage system | |
EICC4cPwmUnitType | GetAnalogInputType (EChannel channel) |
determined by active control stage system | |
void | SetAnalogInputExtrapolation (EChannel channel, EExtrapolationType extrapolation) |
set constant or linear extrapolation | |
EExtrapolationType | GetAnalogInputExtrapolation (EChannel channel) |
get constant or linear extrapolation | |
EICC4cPwmUnitType ICC4cPwmSdk.Device.IAnalogInput.GetAnalogActiveInputType | ( | EChannel | channel | ) |
determined by active control stage system
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputCurrentMax | ( | EChannel | channel | ) |
get maximum current = ADC -> 10V
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputCurrentMin | ( | EChannel | channel | ) |
get minimum current = ADC -> 0V
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputDiopterMax | ( | EChannel | channel | ) |
get maximum Dpt = ADC -> 10V
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputDiopterMin | ( | EChannel | channel | ) |
set minimum Dpt = ADC -> 0V
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
EExtrapolationType ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputExtrapolation | ( | EChannel | channel | ) |
get constant or linear extrapolation
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
EICC4cPwmUnitType ICC4cPwmSdk.Device.IAnalogInput.GetAnalogInputType | ( | EChannel | channel | ) |
determined by active control stage system
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
CurrentLimitsDto ICC4cPwmSdk.Device.IAnalogInput.GetMinimumAndMaximumCurrent | ( | EChannel | channel | ) |
get minimum and maximum current ADC = 0V, 10V
channel | channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputCurrentMax | ( | EChannel | channel, |
float | current ) |
set maximum current = ADC -> 10V
channel | channel |
current | current |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputCurrentMin | ( | EChannel | channel, |
float | current ) |
set minimum current = ADC -> 0V
channel | channel |
current | current |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputDiopterMax | ( | EChannel | channel, |
float | diopter ) |
set maximum Dpt = ADC -> 10V
channel | channel |
diopter | diopter |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputDiopterMin | ( | EChannel | channel, |
float | diopter ) |
set minimum Dpt = ADC -> 0V
channel | channel |
diopter | diopter |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputExtrapolation | ( | EChannel | channel, |
EExtrapolationType | extrapolation ) |
set constant or linear extrapolation
channel | channel |
extrapolation | extrapolation |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputType | ( | EChannel | channel, |
EICC4cPwmUnitType | unitType ) |
set active control stage system
channel | channel |
unitType | unit type |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputValuePoints | ( | EChannel | channel, |
float[] | values ) |
set interval of values to modify -> new float[] { -2, 3 } [dpt]
channel | channel |
values | values |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IAnalogInput.SetAnalogInputVoltagePoints | ( | EChannel | channel, |
float[] | voltages ) |
set interval of points to modify -> new float[] { 0, 10 }
channel | channel |
voltages | voltages |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.