Hi, Thank you for your suggestion but the problem is fixed after I disabled and enabled the network adapter from Windows settings.
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,...
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!
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!
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!
Hi, Thank you both for the response.
It's possible to integrate a PLC programmed with WAGO e!Cockpit in Automation Server? Thank you!