Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden. Du solltest ein Upgrade durchführen oder einen alternativen Browser verwenden.
I'm try to find the error in the call Stack...
I noticed this:
the first parameter of the function GetVarTypeEN (for the static variables) is parameterSTAT.
parameterSTAT
{000.0: STATIC: STRUCT
000.0: STAT0: STRUCT
000.0: STAT1: STRING[0]
002.0: STAT1: STRING[2]
006.0: STAT2: STRUCT...
Thank you for your hints, i updated the lib and added a using statement: the code compile.
Now i have a problem at runtime.
after the call to GetAWLBlock i get a warning (index out of range) in the Class DotNetSiemensPLCToolBoxLibrary.PLCs.S7_xxx.MC7.Parameter
in the function GetVarTypeEN
case...
Thank you Jochen Kühner.
I have this error with your code:
System.Collections.Generic.IEnumerable<DotNetSiemensPLCToolBoxLibrary.DataTypes.Blocks.Step7V5.S7DataRow> don't contain a definition of Flatten
And i have another question.. if i want to list also the variables used in OB1? i can use...
You don't understand me...
http://webcache.googleusercontent.co...&ct=clnk&gl=de
this is the english question that i wrote translated in a sort of pseudo-italian language. Chrome translated my question before i pressed the publish button :ROFLMAO:
Hello,
i 'm sorry but i can speak only English and Italian. I wrote here because this is the only place where i can find help.
I used this library for simple tasks like connection and reading/writing simple data (like int, bit, byte) and complex data (like string and struct).
Now i need the...