Skip to content

Numeric Library

Jeremy edited this page Jan 27, 2023 · 13 revisions

LLNumeric

Overview

This collection of instructions serves to provide conversions of numeric data to textual representations.

Num_IPv4toStr

Converts an IPV4 address to a string.

Num_IPv4toStr

Num_ETHMACtoStr

Forms a string from an Ethernet MAC address.

ETHMACtoStr

Num_DINTtoHex

Forms a hexadecimal string from a DINT.

Num_INTtoHex

Forms a hexadecimal string from an INT.

Num_LINTtoHex

Forms a hexadecimal string from a LINT.

Num_SINTtoHex

Forms a hexadecimal string from a SINT.

Num_UDINTtoHex

Forms a hexadecimal string from a UDINT.

Num_UINTtoHex

Forms a hexadecimal string from a UINT.

Num_ULINTtoHex

Forms a hexadecimal string from a ULINT.

Num_USINTtoHex

Forms a hexadecimal string from a USINT.