User Activity

  • Modified a comment on discussion General Discussion on Snap7

    Good afternoon! Thanks for the SwapWord function code! Very useful. But what if 4 bytes of the REAL type are read from the PLC(C++ language ). How to convert them?

  • Posted a comment on discussion General Discussion on Snap7

    Good afternoon! Thanks for the SwapWord function code! Very useful. But what if 4 bytes of the REAL type are read from the PLC. How to convert them?

  • Posted a comment on discussion General Discussion on Snap7

    In the 'clientdemo' program the same error. :-(

  • Posted a comment on discussion General Discussion on Snap7

    Fredrik Gustavsson Fredrik Gustavsson - 5 minutes ago Try; int readResult = client.DBRead(1, 0, 4, buffer); did hot help

  • Posted a comment on discussion General Discussion on Snap7

    My modified code static void Main() { Console.WriteLine("Begin"); var client = new S7Client(); //client.SetConnectionType(S7Client.CONNTYPE_BASIC); int connectionResult = client.ConnectTo("192.168.0.106", 0, 2); if (connectionResult == 0) { Console.WriteLine("Connection OK"); S7Client.S7Protection levelProtect = new S7Client.S7Protection(); int errorProtected = client.GetProtection(ref levelProtect); Console.WriteLine(); Console.WriteLine("GetErrorProtection : " + errorProtected); Console.WriteLine("Protection...

  • Posted a comment on discussion General Discussion on Snap7

    I adjusted the size of the array, but it didn't help.

  • Posted a comment on discussion General Discussion on Snap7

    My code: Console.WriteLine("Begin"); var client = new S7Client(); //client.SetConnectionType(S7Client.CONNTYPE_BASIC); int connectionResult = client.ConnectTo("192.168.0.106", 0, 2); if (connectionResult == 0) { Console.WriteLine("Connection OK"); S7Client.S7Protection levelProtect = new S7Client.S7Protection(); int errorProtected = client.GetProtection(ref levelProtect); Console.WriteLine("ErrorProtection : " + errorProtected); Console.WriteLine("Protection level"); Console.WriteLine("sch_schal...

  • Modified a comment on discussion General Discussion on Snap7

    Hi! I have such problems when connecting to a PLC with s7-300. Connection OK. A DBread error: CPU: Item not available. How to fix it? I use STEP 7.

View All

Personal Data

Username:
mutexman
Joined:
2021-11-25 11:54:18

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB