12-04-2013 10:47 AM
im trying to make a program that when a boolean switch is clicked it draws a certain shape on a graph and then when i turn another boolean switch on it draws another shape onto the same graph but will remove the other shape when boolean is swtiched off. any dieas on how i would do that?
(if that makes any sense)
Solved! Go to Solution.
12-04-2013 11:35 AM
12-04-2013 01:41 PM
im trying to make a vi to draw the outline of a triagnle, circle, rectangle on a graph and to plot a random shape using coordinates
12-04-2013 02:27 PM
Here's what i have so far. Im wanting to make it so there are three boolean swicthes for each shape (circle,triangle and rectangle) so that when they are switched on, they draw the shape onto a graph (but the same one not 3 seperate ones). Im not sure on how i would link them all to one graph and how to put them into a case structure. Everytime i try to put them into a case structure it just causes other parts on the different parts fo code to delete for some reason.
Hope this makes sense on what im trying to do.
Any help would be appretiated 🙂
ps you maye need to scroll along to the right on the block diagram to find the code for the other shapes
12-04-2013 02:41 PM
12-04-2013 04:11 PM
how do i post it in LV12?
12-04-2013 05:32 PM
does anyone know how to do that?
12-04-2013 10:29 PM
12-05-2013 04:17 AM
here it is
12-05-2013 04:42 AM - edited 12-05-2013 04:47 AM
Here, I changed it a bit. Hope you like it, I didn't use the draw function.
The rectangular has to be straight in order to work properly
Koen
EDIT: made triangle sizeable