Display – Numeric display of input values

Block SymbolLicensing group: STANDARD
PIC

Function Description
The DISPLAY block shows input value in a selected format. A suffix may be appended to the value. An actual value is shown immediately in REXYGEN Studio even without turning on Watch mode for the block, and the same in WebWatch. Actual conversion of input into its textual representation is performed on the target device in each Decimation period so the value displayed may be also read via the REST interface or used in visualization.

Input

u

Input signal

Any

Parameters

Format

Format of displayed value  1

Long (I32)

Best fit 

same as long, but for extremly small or big numbers same as long_e; this is default format for real numbers

short 

fixed point, no more than 3 places after the decimal point; default format is used for not-real numbers

long .

fixed point, full precision (up to 16 digits); default format for is used not-real numbers

short_e 

exponencial (scientific) format, no more than 3 places after the decimal point; default format is used for not-real numbers

long_e 

, exponencial (scientific) format, full precision (up to 16 digits); default format is used for not-real numbers

bank .

fixed point, 2 places after the decimal point; default format is used for not-real numbers

dec ..

integer number in decimal format (standard number); this is default format for integer numbers

hex ..

integer number in hexadecimal format (used by programmers); default format is used for not-integer numbers

bin ..

integer number in binary format (used by programmers); default format is used for not-integer numbers

oct ..

integer number in octal format (used by programmers); default format is used for not-integer numbers

Decimation

Value is evaluated in each Decimation period   1  100000 1

Long (I32)

Suffix

A string to be appended to the value

String

2023 © REX Controls s.r.o., www.rexygen.com