03-12-2014 02:01 AM
Hello Professionals,
I'm in deep trouble, my application needs to read vibration signal from a motor (lawn mower engine), using NI-9234 module and then generate inverted and shifted vibration signals using a shaker (inertial) to cancel the effect of original vibration (from the motor).
So I'm thinking to perform this in three parts:
1. Vibration acquisition from motor.
2. Signal processing
3. Signal generation
The constraint is, I'm pretty new to RealTime and FPGA modules and also to Vibration signal analysis/processing and the immediate issue that I'm experiencing is when I'm reading the vibration signal using accelerometer (piezoelectric), my program is throwing an error (-50400) with following message:
--------------------------------------------------------- Error Message ---------------------------------------------------------
Deploying XDNodeRunTimeDep.lvlib:loadnilvce.viXDNodeRunTimeDep.lvlib:loadnilvce.vi loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library nilvce.*:niLVCtrlEngineReserveProc:C. Ensure that the library is present on the RT target. Use MAX to install NI software or FTP to transfer custom libraries to the RT target.
--------------------------------------------------------- Error Message ---------------------------------------------------------
My setup consists of:
cRIO chassis: 9113
cRIO controller: 9024
Module 1: NI-9234
Module 2: NI-9263
Module 3 & 4: Empty (not in use)
My project is also attached.
Please help me with your experience and knowledge.
Thanks in advance.
03-12-2014 07:33 AM
Also going through the above application requirement, please suggest if the approach is correct or not.