Possible to get the length/size of a DB from the PLC? #536
|
Hi, Thanks! |
Answered by
gijzelaerr
Mar 19, 2026
Replies: 1 comment
|
Closing as stale. Yes, you can use |
0 replies
Answer selected by
gijzelaerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing as stale. Yes, you can use
get_block_info(block_type, block_number)which returns block metadata including size information (mc7_sizefield).