Personal Data

Username:
somlioy
Joined:
2020-01-17 12:22:48

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I just noticed in the audit log the following error message on each retry from HMI: CmpDevice: System, Device login from 01D3 failed. So I guess it has something to do with user management?

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I just noticed in the audit log the following error message on each retry from HMI: CmpDevice: System, Device login from 01D3 failed. So I guess it has something to do with user management?

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi I'm having problem accessing published variables from a PFC100 Symbol Configuration on a Exor JMobile HMI. The PFC100 is running FW19, device description version 4.7.0.0. Using compiler 3.5.18.40. I'm noticing the following in the PLC log when the HMI is trying to get data. This is repeating at every reconnection from the HMI. CmpDevice: Session not available anymore! CmpSrv: Invalid session ID. No other session on this channel, close it. The HMI is opening a channel, but this is closing and repoening...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi As Wago now has released all their libraries for Codesys 3.5, it should be possible to use modules such as 750-652 with Codesys Control for PFC100 SL device for example. However I have a problem with resolving a dependency in the WagoAppPlcModbus library. This library is dependent on WagoAppSocket, which again is dependent on WagoSysSocketInternal. The latter library is the issue. I'm able to add the missing library as a regular library to the project, but I'm not able to find it when trying to...

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Shouldnt be any difference ... Are they running the same FW aswell? I'd expect it to be an configuration issue since the Port can behave as RS232, 422 or 485. Also verify that there is no owner assigned to the serial port on WBM.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    yes udev is the way to go. wether config rule works you must test on the device.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    You could also do symbolic link from /dev/ttyUSB0/1 to /dev/serial sudo ln -s /dev/ttyUSB0 /dev/serial2 sudo ln -s /dev/ttyUSB1 /dev/serial3 Presuming you keep original .cfg file with Linux.Devicefile=/dev/serial, ttyUSB0/1 will then be available as COM3 and COM4.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi I have a common interface between various frequency drives (ItfDrive). In a function block I have VAR_INPUT ItfFlushingPump : ItfDrive; END_VAR How can I check that the interface is valid/has an assignment to an function block which has implemented this interface? Is there some similar way as with references using __ISVALIDREF()? If no drive is assigned to the function block, and the function block is trying to access any properties or methods of the interface, it will crash ... That's what I...

View All