Skip to content
Β 
Β 

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Modbus Segment Framework (IEC ST)

A lightweight, structured Modbus OOP communication library for IEC 61131-3 Structured Text.

This library focuses on clean separation between transport, memory, and data mapping, providing a more maintainable alternative to traditional register-based access patterns.


πŸš€ Overview

Traditional Modbus usage in PLC environments often looks like this:

value := MW%1234;

This approach: mixes transport with logic hides communication state makes testing difficult scales poorly for complex data structures

The library introduces an approach based on: Segments – represent Modbus memory blocks Service – processes communication centrally Codecs – map raw data to typed structures Cursor – simplifies sequential parsing

Status: In progress

About

Cerebrum IDE Modbus Testbench Project

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages