Personal Data

Username:
jurr
Joined:
2022-03-21 15:51:35

Projects

  • No projects to display.

User Activity

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

    Hi everybody, I am currently trying to read some sensor data via an IFM AL1120 IO-link master to an EPEC6200 PLC. I am using the eds file provided by ifm. I've configured all the ethernet ports and I can ping the master when I connect it directly to my laptop. I have the license for the IP scanner installed as well. But when I connect the master to the PLC it shows "configure encapsulation layer" and that the bus is not running. I can't even ping it anymore "destination host unreachable" What am...

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    Instead of using global variables, try adding the variables directly into the button by using PLC_PRG.variablename. Maybe this makes a difference. https://imgur.com/EBkUbHG In this example I've added the variable BUTTON_PRESS to my PLC_PRG.

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    Are you in simulation mode or is there a PLC connected to your laptop via USB? If the latter is true, go to Device Manager > Ports and check at which COM port the PLC is connected. Once you've determined the COM port go to Codesys > Online > Communication parameters. You can change the COM port by double clicking it. Good luck! https://imgur.com/zqSbdBl

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    If you use the standard.lib and Util.lib libraries you can come a long way. These libraries contain the counters which you need. Try snooping around in the Codesys 2.3 Programming manual; there are some visualizations examples there as well.

View All