12-04-2013 06:30 PM
@recneps wrote:
for the drawing rectangle program, is there anyway in taking out the line thats created when the circle creates the outline of the rectangle? if so what would be taken out to do that?
That should be pretty obvious even with very limited LabVIEW knowledge. 😄 What have you tried so far?
12-05-2013 04:29 AM
i really cant figure out what needs to be removed, ive tried taking stuff out of it, the first time i took out the top left numeric code and it still worked but for some reason it didnt save it
12-05-2013 09:36 AM - edited 12-05-2013 09:37 AM
I really don't know what the "top left numeric code" is. In my code you simply remove the parts related to the second plot, e.g. as shown in the picture
12-05-2013 09:54 AM
ive had a go at creating that code but not 100% on some parts heres what i have so far
12-05-2013 10:05 AM
Well, you are almost there. WHy don't you start with the code I had attache earlier. It is easier to remove than to add.
Main missing things:
12-05-2013 10:13 AM
i created the code like you said as you can see from the attachment, but when i run it, it doesnt plot anything and just makes the graph go crazy
12-05-2013 10:17 AM - edited 12-05-2013 10:18 AM
12-05-2013 10:23 AM
is there anyway to implement that new code you told me to make in this code so that i can plot the three shapes onto one graph?
12-05-2013 10:26 AM
@recneps wrote:
is there anyway to implement that new code you told me to make in this code so that i can plot the three shapes onto one graph?
Yes, there are many ways to do that.
12-05-2013 10:36 AM
ive tried to link up the code as i did in the project before using the code you created for me but i cant figure out how to solve it. could you give me some help please?