Replies: 4 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 |
9 replies
|
Hello Could you help-me, please? CHAR 0X13 |
1 reply
1 reply
|
Hello |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions