Activity for zer0g

  • zer0g zer0g posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, Thank you for your suggestion but the problem is fixed after I disabled and enabled the network adapter from Windows settings.

  • zer0g zer0g posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I'm using the code bellow which is based on the Codesys example: FUNCTION_BLOCK MODBUS_master_example_ST VAR initDone : BOOL := FALSE; aIPAddress : ARRAY [0..3] OF BYTE := [127,0,0,1]; clientTcp: ModbusFB.ClientTcp; // buffer to read input registers aDataInputRegisters : ARRAY[0..9] OF UINT; // some client requests clientRequestReadInputRegisters: ModbusFB.ClientRequestReadInputRegisters; xExecute: BOOL; END_VAR IF NOT initDone THEN initDone := TRUE; // configure clientTcp clientTcp(aIPaddr:=aIPAddress,...

  • zer0g zer0g posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I have the same problem as the guys above. Any solution or hint in the right direction is appreciated. Codesys version 3.5.19.2, Lib version: 4.4.0.0. Thank you!

  • zer0g zer0g posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Hi, Where can I find the download for Codesys HMI v3.5.17.0? In the store only v3.5.16.50 can be found. Thank you!

  • zer0g zer0g posted a comment on discussion Visualization

    Hi, If we have 4 PCs that have Codesys HMI installed on them and all of them are pooling same data from a single PLC what problems could arise? Thank you!

  • zer0g zer0g posted a comment on discussion Automation Server

    Hi, Thank you both for the response.

  • zer0g zer0g posted a comment on discussion Automation Server

    It's possible to integrate a PLC programmed with WAGO e!Cockpit in Automation Server? Thank you!

1