Technical data

DOC-01-TELAS-CRG-4 ASTi ACE Studio Components Reference Guide Rev.M
78 Copyright © 2014 Advanced Simulation Technology inc.
5.0. Control Components
Control components provide the logic for driving the functions of the objects in the
model.
This section provides the control components which include the following:
BitToByte
ByteToBit
ByteMerger
ByteSplitter
Counter
Delay
•Ident
•Incrementer
•IntCompare
IntTable
Latch
LogicTable
MathFunction
NumToString
PassThrough
5.1. BitToByte
Summary: The Bit to Byte component provides a mechanism for combining up to
eight boolean controls into a single byte wide value.
Description: The first input (Input0) becomes the least significant bit while the
eight input (Input7) becomes the most significant bit. Each boolean control may be
inverted at the component input. A final control gate is applied to the derived byte
at the component output. If this gate is false, the component outputs 0. If this gate is
true, the component outputs the byte value.
Control Inputs
Gain
Type Default Value
float32 1.0
Description: Overall gain applied to the output result. If the gain
connection is blank hen the gain scaler is used as the gain value.
Modifier: Multiply
Modifier_default: 1.0
Input (0-7)
Type Default Value
boolean FALSE
Description: Controls the boolean values to be assembled into an 8
bit byte.
Modifier: XOR
Modifier_default: False
Control Outputs
Output
Type Default Value
float32 0.0
Description: Output result of bit to byte function, integer value, a
rounding of the floating point result.