Activity for aarondw10

  • aarondw10 aarondw10 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Assume I have a rectangle named rec1 from which I want to use the coordinates of the upper left corner. Is there a way to links these X and Y values from the properties to an integer defined in the main program? Note that I just want to use them and not change any of these coordinates in the program.

  • aarondw10 aarondw10 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, For a project I want to set a variable high when the correct sequence of buttons is pushed. So for example I want to set a variable high when I psuhed button1, then button3 and then button2. I've been trying many different options, but without any result. Can somebody help me out or give me any advice to start with this project? Thanks!

  • aarondw10 aarondw10 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, for a project I want to make a certain boolean X true, but only if the elapsed time of a TOF is between 2 specific values. (TOF goes up to 20 seconds). For example: IF T#4S <= timer.ET <= T#7S THEN X := TRUE; END_IF Now I keep getting the error that he can't do that. He can only compare the value of timer.ET to 1 specific time but not if the ET is between an interval of 2 times. Is their a different way to do it that doesn't make the code much larger? Thanks!

1