This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Converter 1-to-8"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 19: Line 19:
 
|-
 
|-
 
|style="padding-left:1em;"|Output:
 
|style="padding-left:1em;"|Output:
|style="padding-left:1em;"|[[CFD Language#Data|numeric]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Integer]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
|-
 
|-
 
|style="padding-left:1em;"|Bit 0...Bit 7:
 
|style="padding-left:1em;"|Bit 0...Bit 7:
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
+
|style="padding-left:1em;"|[[CFD Language#Data|Logical]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
Line 59: Line 59:
 
[[Integer to ASCII]]
 
[[Integer to ASCII]]
  
[[Справочник по встроенным функциональным блокам | Встроенные функциональные блоки]]
+
[[Built-in_Function_Blocks | Built-in Function Blocks]]

Revision as of 21:49, 19 November 2015

Appearance
Изображение:5_10_1_2.png
Symbol
B2b
Group
Converters
Inputs
Output: Integer
Outputs
Bit 0...Bit 7: Logical
Version CANNY Lab
from 0.6b

left|Иконка

Sets the output bits value in accordance with respective bits in binary representation of the input value.

Examples

thumb|400px|Десятичное 25 = 0b00011001

See also

Converter 8-to-1

Converter 16-to-1

Converter 1-to-16

ASCII to Integer

Integer to ASCII

Built-in Function Blocks