S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.29k stars 577 forks source link

S7200 Smart can't Access Timer and Counter #531

Open e70123456 opened 1 month ago

e70123456 commented 1 month ago

Expert: It is normal to read and write other types of registers(V,M,Q,I) now. I use Step7-Micro download plc program, The plc is running normally.

      Then, i try to read T37(my plc program used it), the respond is"

Connected to PLC. Error: Received error from PLC: Accessing object not allowed. Connection closed."

       C# caller is "int timer = (int)plc.Read(DataType.Timer, 37,  0,  VarType.Timer,  1);"

I don't know whether parameters configuration is correct,and other error?

e70123456 commented 1 month ago

the other caller is “byte[] TimerBytes = plc.ReadBytes(DataType.Timer, 37, 0, 1);” , it has same respond. This is an explanation of it in the help document: image