Table of Contents

uPLC Structured Text Compiler

Introduction to the ST to IL Converter

The ST to IL Converter is a specialized utility designed to bridge the gap between high-level programming and drive-level execution. This tool allows developers to write control logic using Structured Text (ST)—a high-level, Pascal-like language—and automatically convert it into the Instruction List (IL) format required by our integrated drives.

This tool is ideal for users who need to implement complex mathematical algorithms, data handling, or conditional loops that are often more efficiently managed via text-based coding than graphical environments.

You can use this tool here: https://www.ni-lab.online/new_websmart/nilab_st_converter.php

How it Works with NiLAB Starter

The converter is fully integrated into the NiLAB development workflow, providing a flexible alternative to the Ladder Editor:

st_converter.jpg

Key Advantages