01-02-2025 11:12 AM
@helloworld1111111 wrote:
I wired the empty array constant to the property node however, the code won't run because it states that the property node contains unwired or bad terminal.
You again did not use "save for previous" and I cannot look at your code at the moment.
01-02-2025 11:14 AM
sorry about that. I've attached it here
01-02-2025 11:35 AM - edited 01-02-2025 11:45 AM
Your property node is not linked to the chart.
You either need to wire a reference of the chart to the upper input or right-click.. link it to the chart (see picture).
Also:
01-02-2025 11:56 AM
@altenbach wrote:
- Never ever call a file FINAL, because it never is! 😄
Many decades ago, a student from South America thought he had to do exactly one more experiment to complete the dissertation. The Nicolet 1280 computer to control the instrument only supported 6+3 filenames, so he named the result ULTIMO.000.
Suffice to say, a few weeks later he was up to ULTIMO.051 with more experiments to do 😄
01-06-2025 02:06 PM
understood. thank you.
I understand that your vi is one way of implementing damping. but if someone wanted to implement damping using the below equation, how would it look like? (alpha being the damping coefficient)
01-06-2025 06:55 PM
You can calculate t from the value of the iteration terminal and the loop rate. Together with alpha and the undamped amplitude, that is sufficient to solve your formula for the damped amplitude at any given elapsed time. Simple math!
01-07-2025 06:45 AM - edited 01-07-2025 07:32 AM
I tried doing this but it's not working and there is nothing showing up on the damped chart. Could it be a problem with the graph itself like its X and Y scale? I've attached an image of the block diagram here
01-07-2025 10:22 AM - edited 01-07-2025 10:36 AM
I cannot run or debug a picture.
I am also pretty sure that you should multiply i with a much smaller number than 1. Cosine takes radians and your steps are way too wide.