Personal Data

Username:
alex
Joined:
2021-03-16 20:55:29

Projects

  • No projects to display.

User Activity

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

    Miracle happens ojz0r, indeed it fixes stuff immediately and provides a warm and fuzzy feeling. Thank you much guys for help,, Resolved.

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

    Yes Supplemental is one of the two tasks under MAST. Like mentioned before code worked ok in Function Block but not in a function..

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

    Hello guys, have a very weird issue and cant help but ask. I created the Function with very simple math in it adding two REALS Function always returns zero, same code works great with FB but not in a function. FUNCTION DIVME : REAL VAR_INPUT num01:REAL; num02:REAL; END_VAR VAR END_VAR ------------------------ DIVME := (num01+num02); When i call this function from the program the result will always be zero regardless of the value of two input parameters. Please guide me to solution. And yes CPU is...

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

    Hello guys, have a very weird issue and cant help but ask. I created the Function with very simple math in it adding two REALS Function always returns zero, same code works great with FB but not in a function. POU Function added to application, and then to Mast task under cyclic program. FUNCTION DIVME : REAL VAR_INPUT num01:REAL; num02:REAL; END_VAR VAR END_VAR DIVME := (num01+num02); When i call this function from the program the result will always be zero regardless of the value of two input parameters....

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

    Hello guys, have a very weird issue and cant help but ask. I created the Function with very simple math in it adding two REALS Function always returns zero, same code works great with FB but not in a function. POU Function added to application, and then to Mast task under cyclic program. FUNCTION DIVME : REAL VAR_INPUT num01:REAL; num02:REAL; END_VAR VAR END_VAR DIVME := (num01+num02); When i call this function from the program the result will always be zero regardless of the value of two input parameters....

View All