All Neighborhoods

CODESYS Talk

    CODESYS Forge

  • mait-tim posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hello, Im working with EPEC PLC's and working on the HMI and i'm running into the following errors: Unknown Type ISOImages.TargetContainer.TDS (and similars) I cannot locate the error and the source position is the visutalisation manager where i cannot find anything related to this type. Im working with: Codesys V3.5 SP18 patch 3 and i cannot update since the hardware does not allow for newer SP versions

  • nulltrace modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hey Husarz, thanks for your Message, now i understand your Problem, also able to reproduce that. Pls. give me a Short Time to Check some stuff on this, i'll come back to this Topic with news ASAP. Greetings

  • nulltrace posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hey Husarz, thanks for your Message, now i understand ypur Problem and are able to reproduce that. Pls. give me a Short Time to Check some stuff on this, i'll come back to this Topic with news ASAP. Greetings

  • poliautomacao posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Georg, the encoder's actual position was -208 because I moved it manually for testing, but I managed to get it working. Your information is correct; there was a parameter error, Kp was at 0. After I adjusted it, it responded as expected. Thank you very much for your help.

  • husarz17 posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    My codesys is 3.5.21.30. I am using function ModbusServer from library ModbusTCP_Slave. The reason is that I need share 9000 Holding registers. By standard configuration it is only 4096. fbMbTcpDevice: ModbusTCP_Slave.ModbusServer; fbMbTcpDevice( wPort := 502, pInputData := ADR(awInputReg), pOutputData := ADR(awHoldingReg), uiInputDataSize := 10, uiOutputDataSize := 9000, xEnable := TRUE, tTimeout := 10000, InterfaceName := "eth0", xBusy => xBusy, xError => xError, byClientConnections => byConnections...