6/26/2021 5:24 PM | |||||||||||||||||||||||||
Joined: 11/2/2020 Last visit: 4/11/2024 Posts: 4 Rating: (0) |
How to read v memory of s7 200 smart in iot2040 using nodered.
------------------------------------------------------------------------------------------ |
||||||||||||||||||||||||
Last edited by: Jen_Moderator at: 06/28/2021 10:40:03New subject after splitting |
|||||||||||||||||||||||||
6/26/2021 6:06 PM | ||
Joined: 11/2/2020 Last visit: 4/11/2024 Posts: 4 Rating: (0) |
sushilbisnecommentedon 26 Nov 2017
|
|
I don't have access to an S7-200 PLC with Ethernet so I have not been able to test any of these things. But I think you can access the V area using DB1.
So to access V0.0, use DB1,X0.0 and to access VW8 use DB1,INT8 - please let me know if this works for you, other data types should work as well.
S7-200 timers and counters have their own unique data type in the S7 protocol and support hasn't been added for those yet so this will not work. I would consider adding in the future if you would be able to test but hopefully the V area will get you going for now.