All Neighborhoods

CODESYS Talk

    CODESYS Forge

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

    Compilation fault according to file. Anyone. Worked fine with SP21 P5..

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

    Hello I'm trying to get Codesys onto a 'Secure' edge device (Linux) The device doesn't support 'sudo' so the connection doesn't complete properly. Is this the same as not allowing root access? Anyway, the screen shot shows where I am. What options do I have?

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

    I'm not sure it will work, but you could try it with the CmpCharDevice library. You could create a function block that looks something like this: As input for the filename, you have to use your Linux device, e.g.: '/dev/input/event0' '/dev/input/by-path/platform-button@23-event' Off course you must also pass the pointer to the memory where the data can be written to and the size (count in number of bytes) of the buffer. FUNCTION_BLOCK FB_CharDevice VAR_INPUT szFilename: STRING; pbyBuffer : POINTER...

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

    I'm having right now trouble if the NVL is 'big' and I've needed to reduce the size. It sends for (about) 1 hour then stops.

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

    I'm having right now trouble if the NVL is 'big' and I've needed to reduce the size. It sends for (about) 1 hour then stops.