Personal Data

Username:
michaelade
Joined:
2020-01-17 12:01:10

Projects

  • No projects to display.

User Activity

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

    Hello, Is there a way to hide/disable specific compile time errors. I see that there is the {Warning disable}/{warning enable} function but there doesnt appear to be a similar for errors. I am asking because I am using the Caa FB Factory library. And acording to examples and experimentation I need to call __vfInit which works when I load the program and run it, however it also results in a c0046 and c0004 error which is then forever in my precompile list even though it doesnt seem to cause any issues...

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

    Hey, I know that this is an old topic, but was useful to me too knowing this error wouldn't actually prevent the system from running. However, this means that there is now always an error in my code. is there any way to hide this error? I have found there is the {warning disable} command but it doesn't appear to work for errors.

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

    Hey all I am using Codesys v3.5 Sp15 Patch 1 +. If it is need I am also using an IFM CR1077. I have noticed that codesys has a built in element selection tool that allows you to highlight different selectable elements when you use the left/right arrows on a keypad. This is a very powerful feature and I would like to make use of it. However I would also like to make it that when an element is touched/clicked on that this element will be highlighted. I know that i can use visuElems.g_SelectionManager.SelectElementAt...

View All