Possible to get the length/size of a DB from the PLC? #536
-
|
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gijzelaerr
Mar 19, 2026
Replies: 1 comment
-
|
Closing as stale. Yes, you can use |
Beta Was this translation helpful? Give feedback.
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).