Personal Data

Username:
aikapan
Joined:
2020-08-21 11:48:43
Location:
Hameln / Germany / CEST
Gender:
Male

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering on CODESYS Forge

    would also work for you! Why it should not? what's the problem? workaround is not clean code. try directly ;)

  • Modified a comment on discussion Engineering on CODESYS Forge

    get rid of this: := FB_init is a method/funciton and needs to be called! not assigned... Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though

  • Posted a comment on discussion Engineering on CODESYS Forge

    MyArray : ARRAY [1..2] OF MyObject** := **[ (ID:=24), (ID:=17) ]; get rid of this! Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though

View All