/twincat-tools

TwinCAT tools for better programming. This is a library for tools that may be useful to every plc programmer. Anyone can suggest if there is a function or tool that needs to be done.

twincat-tools

TwinCAT tools for better programming

Installation

Download library file then in TwinCAT project go to References -> Library Repository -> Install -> find the library file and click Open.

Usage

VAR
	roundValue 		: LREAL;
END_VAR

roundValue = F_ROUND_LREAL(5.22222222, 2); // Round value to second sign