Personal Data

Username:
jtebokkel
Joined:
2020-02-20 15:43:08
Location:
Canada / PDT
Gender:
Male

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    I am also having this issue. It was working fine for the first 2ish months and is now throwing this error. I can just try and go online again a second time and it works. I'm wondering if there is an environmental variable or something that isn't set that is causing it to use an empty path as a temp directory. The empty path will be the location the app is running from which is that path C:\Program Files\CODESYS 3.5.19.50\CODESYS\Common. The permissions don't allow a normal user to write to that directory...

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

    Did you ever figure this out? I'm pondering this same question.

  • Posted a review comment on coâ™»e: unittest framework for CODESYS

    I've caught so many bugs in my code. From silly mistakes to big head scratchers. Massive thanks guys

  • Posted a comment on ticket #60 on coâ™»e: unittest framework for CODESYS

    See the attached files. Yes, this is in v1.2.0.0

  • Modified a comment on ticket #60 on coâ™»e: unittest framework for CODESYS

    A note about this. It seems that if all the variables in the function I'm testing are 0.0 then the math can return NaN however if only the divisor (rl2) is 0.0 then the controller will throw a divide-by-zero exception. FUNCTION ExampleFunction : REAL VAR_INPUT rl1 : REAL; rl2 : REAL; rl3 : REAL; END_VAR ExampleFunction := (rl1 / rl2) * rl3; It is interesting the things you discover as you create more test cases. (Thanks for your work on this library <3 )

  • Posted a comment on ticket #60 on coâ™»e: unittest framework for CODESYS

    A note about this. It seems that if all the variables in the function I'm testing are 0.0 then the math can return NaN however if only the divisor (r2) is 0.0 then the controller will throw a divide-by-zero exception. FUNCTION ExampleFunction : REAL VAR_INPUT rl1 : REAL; rl2 : REAL; rl3 : REAL; END_VAR ExampleFunction := (r1 / r2) * r3; It is interesting the things you discover as you create more test cases. (Thanks for your work on this library <3 )

  • Created ticket #60 on coâ™»e: unittest framework for CODESYS

    AssertEquals_REAL does not handle NaN

  • Posted a comment on ticket #56 on coâ™»e: unittest framework for CODESYS

    Did some digging on the format and I can't seem to find disabled as an attribute in the xsd (https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd) however skipped is mentioned, but in the context of <testsuite>

View All