Replies: 3 comments 11 replies
-
You need the NC-VAR-Selector to get the NcVar Struct. Then parse to NC_Var or PLCNckTag and then you can read the Variable. NC_Var S_feedRateIpoOvr = new NC_Var(0x82, 0x40, 0x3, 0x1, 0x7F, 0x1, 0xF, 0x8); S_feedRateIpoOvr.GetNckTag(1); //1= ChannelNo Code snippet
|
Beta Was this translation helpful? Give feedback.
9 replies
-
Hello Could you help-me, please? CHAR 0X13 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, can I get NV Variables from Siemens 840 D?
I achieved to connect on 840 D using snap7 lib, but I need to get this NC variable:
LINK("/Channel/State/feedRateIpoOvr",200,"2 1 3 1 7f# /NC 5 0 11",10)
Thank and Regards.
Beta Was this translation helpful? Give feedback.
All reactions