Converts a digital input value to numeric.
Table 2: DigitalToNumeric Conversion
Input
|
Output
|
True
|
1.0
|
False
|
0.0
|
Null
|
Null
|
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In
|
Digital
|
|
The digital input value that will be converted to an output numeric value.
|
|
|
|
|
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The numeric output value resulting from the conversion of the input digital value.
|
|
|
|
|
|