LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Coordinates plotted with mouse click


what's wrong with the code shown in my previous post?

Why don't you use it?


 

Probably he doesn't know how to create a method.

It's rather confusing though, it's called an invoke node in the creation tab.

Create>invoke node>Map coords to XY

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 31 of 35
(523 Views)

ome reason when i tried to make your method it didnt give me the same 'event structure box' yours said Koord or somehting like that and you linked it to the coordinates part of the XY box  but what i created mine it didnt have the Koord box there it had source

0 Kudos
Message 32 of 35
(517 Views)

Hi recneps,

 

we already discussed that question. You need to configure the event cases!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 33 of 35
(511 Views)

Ok, I give you the order:

 

-Create while loop

-Create and wire stop button

-Create XY graph

-Create Event structure

    -Right mouse click on it Edit events

    -XY graph>Mouse>Mouse down then press ok

-Right click on the XY graph

   -Create>Invoke node>Map coordinates to XY

-Drag it into event structure, with event mouse down

-include build array and drag it into the event structure

-Drag XY graph in while loop

-Create Shiftregister

-Wire like GerdW

 

 

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
Message 34 of 35
(506 Views)

ive got it working thanks alot guys 

0 Kudos
Message 35 of 35
(500 Views)