09-25-2017 09:12 AM
Hi!
I have been using an acquisition vi for modal analysis for a long time now. It works fine when it is a normal impact test because the Hammer channel and the accelerometer channels are in the same task constant. However now I want to do an impact test with displacement sensors instead, that means that I have to synch the hammer channel (PXIe-4492) with another chassis (SCXI-1000) connected through a PXIe-6341. I modified the VI inserting a synch vi to synchronise both tasks but when I want to start them a 89120 error pops up. Any idea why? Thanks a lot! I'm using Labview2014
Solved! Go to Solution.
09-25-2017 11:02 AM
LabVIEW doesn't know about an 89120 error. However, there is a -89120 error, but you obviously didn't get that, as you certainly know the difference between positive and negative numbers, right?
How about attaching a picture (hmm -- and I'm the one who says "Don't Attach Pictures!") of the Error Message? We can then check the number, and also see if there is other useful explanation/text in the message ...
Bob Schor
09-25-2017 11:19 AM
Sorry all, it is actually -89120 (thanks Bob)
09-26-2017 06:08 AM
Found it, it's a typo; "e" shouldn't be in the PXIe_Clk10 for the reference clock.
09-26-2017 07:39 AM
Those pesky typos ...
Bub Schor