XenoGuard 4.0 Documentation
Decimal to Binary
ActionStep Reference » Programming » Number Operation » Conversion » Decimal to Binary
The ActionStep Decimal to Binary converts a decimal number to its binary equivalent and stores the number in Result of the result list. Only the Unsigned Number data type is allowed to be used for the number type.
[-] Hide
- Open the Programming node in the Workspace Explorer.
- Open the Number Operation node.
- In the Conversion node, select the Decimal to Binary ActionStep.
Parameters:
The ActionStep has the following input parameters:
NAME |
DESCRIPTION
|
---|---|
Number Type
|
Specifies the data type to be used for a number.
Allowed Context Scopes [Fixed, Local, Global] Allowed Value [Unsigned Number] |
Source
|
The number to be converted.
Allowed Context Scopes [Fixed, Local, Global] Allowed Context Types [Variable, Parameter, Enum] |
Results:
The ActionStep returns the following results:
NAME
|
DESCRIPTION
|
---|---|
Result |
Contains the converted number from decimal to binary.
Allowed Context Scopes [Fixed, Local, Global] Allowed Number System [Binary] |
This ActionStep can only convert a decimal number to its binary equivalent. |
Example 1 (Calculate the binary number from a variable):
This example converts the decimal number to a binary number of the local NumValue variable with a Number data type. The result was given an Unsigned Number data type and is then output via Write Text.