03-15-2023 03:07 PM
Hello everyone,
I am new to LabView, so I have an issue with plotting a signal in XY-Graph. I am trying to measure the of the force applied to an object and the distance of applied force. I sat the scale of both X and Y to auto-scale in case my sampling is totally wrong, but still nothing happened. Furthermore, I am using hardness tester with applied force 2.4K Newton in a distance (0 - 200 mm). The displacement sensor I am using is 24V DC (with maximum voltage of 10v) 0 - 50 mm. The DAQ I am using to obtain the signal from the sensor and deliver it to PC and then view it in LabView is NI DAQ (6000). Now to the point, the problem I have is when I try to plot the signal in XY-Graph nothing shows up in the graph even thoughts there are no errors, so I did make another waveform chart to see if my program works and the signal plotted normally. I will attach my program to this message, in case if anyone can help me to figure out why there is nothing showing up or being plotted in XY-Graph.
03-15-2023 05:19 PM
There is no reason in the world to hide the scrollbars of the front panel and maximize it to the screen. Why????
03-15-2023 06:02 PM
I did replace (kraftmessung 4 xy graph editing neu.vi) with the default one, since I did not have to make any editing to it.
I attached my newest edited program to this message.
03-15-2023 06:43 PM
Please DO NOT scale front object with the pane, don't maximize the front panel to the screen and please don't hide the scrollbars!!! Also, don't maximize the diagram to the screen!!!!
Focus on the code instead of randomly twiddling with settings that have no meaning for this problem!
You still have the edited express VI.
I don't have DAQmx, so I cannot create a simulate instrument. Why can't you just simulate a signal instead? How does the data look like? Can you just simulate it using simple datattpes instead of express VIs?