Personal Data

Username:
ljlhouben
Joined:
2021-06-16 12:12:30

Projects

  • No projects to display.

User Activity

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

    Hi All I would like to have a function that is able to create 'features' on compile time. So e.g. I would like to have a parameter that says 'OnDelay = TRUE', then a call should be made to a function(block) that has a on-delay timer. In case that this parameter 'OnDelay = FALSE', this function(block) should be ignored completely. Would something like this be possible?

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

    Hi All I'm having conversion issues with the REAL_TO_LINT function. I have a function that evaluates a 'ANY' pointer and adjusts the 'min' and 'max' values based on the connected variable. My function is working fine for all 'INT' type versions accept LINT. As my function is also capable of handling (L)REAL variables, the 'min' and 'max' are handled as REAL variables. My issue is now for the LINT type and specific the 'max'. I calculate this value as EXPT(2,(<datalength> * 8) -1) -1 So 2^63 -1 in...

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

    Hi All Is there a way that I can use Beyond Compare as the default comparing tool for CoDeSys professional with SVN? As the build in comparing tool is not havind enough options. And/or is there an option to see 'tabs' and 'spaces' indications in the comparing tool? The same as can be setup within the coding window. I now cannot see the difference between 'tab' and 'spaces'. And I also cannot select to compare 2 files with each other. See the example. On both projects there is a E_GLOBAL_GENERAL_COMMANDS,...

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

    Hi All We are just starting to use SVN for CoDeSys, but we use SVN already for TwinCAT from Beckhoff. We have a different branch for each machine type, but are re-using functions. In some case a problem is found in one of the function and this solution needs to be transferred into multiple branches. How can we 'pick' the branch to merge the changes to from CoDeSys SVN? Thanks in advance. Ludo

View All