LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph limit test error code

Hello, everybody,

I would like to perform a limit value test during the continuous reading of a measurement signal,
I have a mistake here that I can't really do anything with.
If the error is output because the signal takes too long to be processed and if so, how can this problem be avoided? I would be really grateful for advice or tips, because I couldn't find anything in the net under the given error code.

Many thanks for the help!

 

Download All
0 Kudos
Message 1 of 8
(2,747 Views)

I have no idea what you are trying to do, so the most helpful suggestion I can make is to ask you to attach the VI (or VIs, or compress the folder containing the entire LabVIEW Project and post the resulting .ZIP file) and explain what you want to do (don't worry about how to do it, that's the real question that you are asking us).

 

Bob Schor

0 Kudos
Message 2 of 8
(2,682 Views)

Hi Bob_Schor,

ok you are right. I want to measure constantly a current over a shunt and show it in a graph. There i want to test the signal to a specifiet limit.

When i use the program without the sequence, it works but withit it doesen't work. I need the sequence to process antoher vi's after that.

Download All
0 Kudos
Message 3 of 8
(2,678 Views)

I think I found (and fixed) your problem.  As I don't have the Agilent functions you use, they show up as "Question-mark" VIs in this Snippet, but you should have no difficulty putting the correct functions in place.

 

First, to get rid of the Sequence, simply use the Error Line to make sure that the Limit Test follows the acquisition of the Data.  You can often tell a "good" LabVIEW routine from a "bad" one by asking "Does the Error Line run through it in a more-or-less straight line?".  You will also notice I got rid of the unnecessary Case Statement, which prevents you from analyzing the last data acquired (do you see why?).  I also changed the appearance of the Express VI to its Icon form, which puts the Error Terminals "where they belong", in the lower corners ...

Limit TestLimit Test

Bob Schor

0 Kudos
Message 4 of 8
(2,665 Views)

Hi Bob,

 

can you creat it an older version 2013 or so on?

I can't open it with my version.

 

Thx

0 Kudos
Message 5 of 8
(2,657 Views)

Open your original VI.  Right-click the Frame Sequence, choose "Remove Sequence".  Right-click the Case Statement, choose "Remove Case Structure".  Right-click the Express VI.  Select "View as Icon".  Using my Snippet as a guide, change the wiring (break the Error Line and run it through the Express VI, delete the now-dangling "Not" function that used to go to the now-missing Case Structure, move things around so that the Error Line is straight, remove White Space by moving blocks around.

 

Bob Schor

0 Kudos
Message 6 of 8
(2,646 Views)

Hi,

 

thx for your help and ideas but the same Problem.

0 Kudos
Message 7 of 8
(2,630 Views)

That's why I so love it when people submit pictures, particularly when they have a (movable) Error Message that covers up possibly significant portions of their Block Diagram!

 

Despite this, I notice that the two functions that I don't recognize but am guessing are called "Create Continuous Mask" have wires-with-data going into them, but no wires-with-data coming out, suggesting that they are not executing (probably because they are throwing errors and don't have an Error Out line to "relieve the pressure").

 

Bob Schor

0 Kudos
Message 8 of 8
(2,610 Views)