01-27-2022 11:19 AM
Hi,
I am attaching a figure which contains output from two load cells under the same displacement but different inertia forces.
In the bottom figure, the force is fluctuating about 0, however, in the top figure, it is not about 0. I need to ensure all cases it is fluctuating about the origin. This data is collected from two load cells by using one VI. The black one is the subtraction of red and blue. Could anyone please help me with my problem?
Thank you.
01-27-2022 06:50 PM
Could you please rephrase your question?
Are you asking how to solve the mechanical issue or some software you developed in LabVIEW using NI instruments or third party instruments?
If the former, you may get some guidance but this may not be the best place to ask as this is a LabVIEW board under the NI discussion forum.
If the latter, please share all information about the loadcell model, datasheet, source code of the application used to capture this signal, instruments used, connections etc.,
If you used the same exact VI but just changed the loadcell, then it looks like there is some drift.
01-28-2022 09:14 AM
Hi Santo,
Thank you so much for your reply. I am attaching my VI here. My load cells are identical. I am using the same VI and hardware. I am measuring the forces simultaneously by using the same VI. My C module is NI9237, cDAQ is 9137, Load cells are LCB 500 (FUTEK) having a capacity 100LB, Output: com -0.7903mV/V @100lb, and for another load cell -0.7912mV/V @100lb.
01-28-2022 11:06 AM - edited 01-28-2022 11:10 AM
Hi Monice,
@Moni98ce wrote:
My C module is NI9237, cDAQ is 9137, Load cells are LCB 500 (FUTEK) having a capacity 100LB, Output: com -0.7903mV/V @100lb, and for another load cell -0.7912mV/V @100lb.
Please cleanup that VI before uploading again…
01-28-2022
11:06 AM
- last edited on
05-13-2024
08:37 AM
by
Content Cleaner
Hello,
I would check your wiring.
See this document
01-28-2022 01:16 PM
Hi GerdW,
Thank you so much for your time. I am using a timed loop because I need it. I am not using it in WINDOWS target. I am running the VI in a real-time target. I am attaching the subVI here. Thank you for all of your suggestions. I will try to implement it.
01-30-2022 01:44 PM
Please help us understand how you're running on an RT target when you use a cDAQ chassis? do you connect to a PXI running RT?
01-30-2022 01:49 PM
Hi Santhosh,
My cDAQ chassis is a real-time target in my case. I am not using it to collect the data also using it for numerical simulation. It is running OS Linux, not Windows.