Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 768 Bytes

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