11-05-2025 03:31 AM - edited 11-05-2025 03:49 AM
I merged those very similar threads of Darkhann, Admin111, Imtursynov, foreverxyoung…
Please keep related discussion in ONE thread.
And please talk with your classmates. (Avoid creating new accounts for the same questions.)
11-05-2025 08:46 AM - edited 11-05-2025 08:47 AM
@Admin111 wrote:
Same thing!
Lower left area:
distance from center is less than 3 AND x and y are both negative
Upper right area:
distance from center is more than 3 AND, x and y are both positive AND x is <4 AND y is <2
Now try it yourself with the next problem.
11-05-2025 08:56 AM
Boolean Operations...
-AK2DM
11-05-2025 11:52 AM
I am actually impressed with this course, basically translating graphical problems into graphical code. Love it! 😄
Of course the entire problem description (e.g. the desired output) has never been explained.
I also wonder about the experience level of the students, maybe high school? We should adapt accordingly.
11-05-2025 11:55 AM
Hello. I have completed the first task with the circle, and it works correctly. Now I need to create the graph of the parabola, like in the second picture (Task 1 in my variant is a parabola). I am having difficulties with building the parabola in LabVIEW. Could you please explain or show how to make the block diagram for the parabola similar to the example in the second image?(-1;1)
Thank you.
11-06-2025 01:21 AM
Hi Imtursynov,
@Imtursynov wrote:
I am having difficulties with building the parabola in LabVIEW. Could you please explain or show how to make the block diagram for the parabola similar to the example in the second image?(-1;1)
I expect you know the formula to calculate the parabola, it should be a 2nd order polynom.
Now you want to calculate Y values for the X range of (-1…1)?
You could use the Ramp function to create a ramp (aka X array) of values from -1 to 1.
Then you use the PolynomialEvaluation function to calculate an Y array from your X array using the polynomial coefficients of your parabola.
Next time please attach code instead of images of code. We cannot edit/debug/run images in LabVIEW…
11-06-2025 08:44 AM
@Imtursynov wrote:
Could you please explain or show how to make the block diagram for the parabola similar to the example in the second image?
The parabola has been discussed here.
Please embed images into the post so we don't need to constantly click on things to see what you are talking about. Most of your pictures have been posted before. It is sufficient to post stuff we haven't seen yet.
We still don't know the full problem description and requirements for any of these homework problems. As has been said, once you have semi-working code, attach the VI!
And please (PLEASE!!!) use a reasonable subject when posting ("labview", "subject", ".", etc are all completely pointless)
11-06-2025 01:25 PM
Apparently the OP is a very lazy person who wants nothing but for other people to do his/her homework.
I received this private message:
11-07-2025 07:37 AM
@AnalogKid2DigitalMan wrote:
Boolean Operations...
-AK2DM
I've seen that before, that's an awesome description!
11-07-2025 08:38 AM