LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use Labview(8.6) to show mouse trajectory

Thank you very much for teaching me the method. I used an event structure, however,  as you can see in the attachment, it seems it could only record the first move. If the event structure is in the loop, then every point will require a mouse down, which is not we want.

0 Kudos
Message 11 of 13
(314 Views)

Thank you very much for teaching me the method. I used an event structure, however,  as you can see in the attachment, it seems it could only record the first move. If the event structure is in the loop, then every point will require a mouse down, which is not we want.

Download All
0 Kudos
Message 12 of 13
(314 Views)

The event structure only runs once, so that's why it works the way it does. You can see that if you run the code using highlight execution. I mentioned in a previous reply that you should handle the event in the second loop and pass the trigger info to your monitoring loop.

 

Also, you didn't implement any of the other feedback, so I would suggest you go over that reply again.

 

More generally, I would suggest you go over those tutorials properly, or maybe even take a course. Eventually, you're going to have to learn to do this yourself.


___________________
Try to take over the world!
0 Kudos
Message 13 of 13
(306 Views)