Personal Data

Username:
cmu90
Joined:
2020-09-22 07:09:18

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Engineering on CODESYS Forge

    Hello! I'm currently working on a project which have lead to a few headaches, hopefully some kind soul(s) can help me out! I am getting data from a laser which fills up an array spot once pr 500ms, from index [0] to [x]. That data needs to be logged to 3'rd party software, but the process in that software uses a trigger which is limited to once pr second. My question is; how do I "move" the value from the array to an variable on a 1sec timer without missing an spot in the array. Fingers crossed!...

  • Modified a comment on discussion Engineering on CODESYS Forge

    Hello! I'm currently working on a project which have lead to a few headaches, hopefully some kind soul can help me out! I am getting data from a laser which fills up an array spot once pr 500ms, from index [0] to [x]. That data needs to be logged to 3'rd party software, but the process in that software uses a trigger which is limited to once pr second. My question is; how do I "move" the value from the array to an variable on a 1sec timer without missing an spot in the array. Fingers crossed! Writing...

  • Posted a comment on discussion Engineering on CODESYS Forge

    Hello! I'm currently working on a project which have lead to a few headaches, hopefully some kind soul can help me out! I am getting data from a laser which fills up an array once pr 500ms, from spot [0] to [x]. The data needs to be datalogged, but that process uses a trigger which is limited to once pr second. My question is; how to "move" the value from the array to an variable without it skipping an spot in the array. Open to suggestions! writing to array: IF R_SLAG_OK THEN F_FIFO_WRITE(cbData...

View All