12-08-2022 01:05 PM - edited 12-08-2022 01:06 PM
Hi JT,
it's nice you attached a VI.
But many of us (including me) wil/can not install the latest LabVIEW version (22Q3) due to licensing issues.
To get help you should (always) downconvert the VI before posting: File->Save for previous…
(For several reasons I prefer LV2019.)
12-08-2022 01:07 PM
GerdW so sorry will upload the correct one now
12-28-2024 06:49 AM
Hello, I'm currently also working on this project but I'm struggling to implement damping. Do I need to use a shift register or a case structure? If I do need to use a shift register, how do I add it to a while loop if there is no input of the count terminal? My damped waveform chart is not showing any changes. Does anyone have any tips that can help me?
12-28-2024 01:27 PM
Hello, Jeyden. I just downloaded and ran your program, which gave me two pictures, one of which seemed to show a graph of a pendulum, swinging from its initial position to the left, then to the right, then to the left, ..;, along with a chart that shows a sinusoidal oscillation of "something".
Interesting that both the Chart and the Graph have the X axis labeled as "Time", and the Y axis labeled as "Amplitude", which is definitely not the case (the Graph, for example, doesn't explicitly show Time, but rather seems to show a "movie" of the Pendulum, its "anchor", and the connection between the bottom and top of the Pendulum, i.e. Anchor + wire + "Weight at end of wire".
Has anyone discussed the Three Rules of Data Flow (programming)? If nothing happens when you run your program, ask yourself what should happen the first time the program runs its first loop.
Here's something you should try --
Bob Schor