Personal Data

Username:
paulpotat
Joined:
2021-05-19 13:47:31

Projects

  • No projects to display.

User Activity

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

    I still have the same problem with Codesys 3.5 SP18. Initially, my project is ~5 Mo. I work on it for like 3-4 days and it goes up to ~10Mo. If I make an export of the project and import it in a new empty project, it goes back to approximately 5 Mo. Why is it doing this ?

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

    Thanks for your reply ! I'm not sure I understand exactly what you mean, what would "myArray" be in that case ? Also with what value is "x" supposed to be initialized with ?

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

    Hello, Is there a way to iterate over enum members in CodeSys ? For example, if I have the following enumeration definition : TYPE E_REQUEST_TYPE : ( A := 0, B := 1, B := 2, D := 3, X := 42, Y := 85 )BYTE := NONE; END_TYPE Is it possible to iterate over each enum member in a for loop for example ?

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

    Hello, I want to know how many connections I can add to a profinet device in CodeSys. So far, it looks like I can only add 64 variables to a Profinet device in CodeSys. I can't find this value in the documentation for the CodeSys Profinet Device. However it says in the documentation for the CodeSys Profinet Controller that the maximal number of connections is 64 by default but can go up to 1024. How can I increase the number of connection of a Profinet Device ?

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

    Sadly, I did not :( I was able to get the type of the node (I could know that a node was a "Bus controller" for example), but not much more...

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

    up

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

    Hello, Is there a library in CodeSys that can be used to parse a yaml file ? I know there is one for xml, but I can't find anything about yaml.

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

    Hello, I don't understand how CodeSys automically scale my visualization. I have a simple visualization with one element on the page : When I check the web page from a web browser, I get this result : Why does it scale like this ? How can I get rid of the scroll bars ?

View All