LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display Signal over angle of Crankshaft

Hi there,

 

I'm currently working on my bachelor thesis and I want to display the combustion pressure over the crankshaft angle, not overtime.

In LabView I generated a crankshaft angle signal by the signal of the crankshaft sensor. The result is a signal increment by 6° up to 720°, for every rotation of the engine (see attachment). 

Now I want to use this signal as X-axes for my combustion pressure signal.

The problem is that my current resulting X-axe stops at 720° and overlaps the following Y-values.  

In attachment is a sketch of want I want to gain. 

 

I'm open to resolutions in LabView or DIAdem. 

 

May you can help me 🙂 

 

Thanks 

0 Kudos
Message 1 of 5
(2,648 Views)

Hi Ruffy,

 


@Ruffy_LR wrote:

Now I want to use this signal as X-axes for my combustion pressure signal.

The problem is that my current resulting X-axe stops at 720° and overlaps the following Y-values.  


When you want to show rising X values then the X values should be rising!

You may "unwrap" the X values to go from 720 to 780, 840, … instead of 720 to 60, 120…

 

Btw.:

Why did you delete the file suffix for that JPG image in the archive?

Please use default ZIP archives instead of proprietary file fomrats like RAR!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,639 Views)

Hi, GerdW 

Thanks for the fast response.

 


@GerdW wrote:  

When you want to show rising X values then the X values should be rising!

You may "unwrap" the X values to go from 720 to 780, 840, … instead of 720 to 60, 120…


I could do that but that's not what I want to achieve. In engine engineering, it is standard to refer the engine data to the current position of the engine, given by an angle between 0° - 720° (720° = 2 rotations, because of the 4 strokes).

 

 


@GerdW wrote:

 

Btw.:

Why did you delete the file suffix for that JPG image in the archive?

Please use default ZIP archives instead of proprietary file fomrats like RAR!


Sorry for that I  did a reupload in this command. 

 

Best regards,
Ruffy

0 Kudos
Message 3 of 5
(2,620 Views)

Hi Ruffy,

 


@Ruffy_LR wrote:

Hi, GerdW 

Thanks for the fast response.

 


@GerdW wrote:  

When you want to show rising X values then the X values should be rising!

You may "unwrap" the X values to go from 720 to 780, 840, … instead of 720 to 60, 120…


I could do that but that's not what I want to achieve. In engine engineering, it is standard to refer the engine data to the current position of the engine, given by an angle between 0° - 720° (720° = 2 rotations, because of the 4 strokes).


I know that, I also do measurements related to crank angle. But in my experience we always plot from -180° to +180° for a steam engine.

And plots from combustion engines usually (IMHO) use the plot range from -360° to +360° - without appending the next 4 strokes after the first 4 strokes. All I have seen is a display of exactly 4 strokes…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,615 Views)

I haven't done engine measurements but have been in a lot of discussions about them.

 

To plot analog sensors vs. crank shaft angle, it's *usually* easiest to use the crank angle encoder as an *external sample clock* for the AI task.  Often, some kind of TDC signal is also used as a trigger to establish a starting reference angle.

 

In this scheme, the angle is *implied* by the sample # of the AI data.  In your case, it would be 6 degrees per sample.  Then you can just do a modulo operation to make the angle stay within the 0-720 range.

 

 

-Kevin P

CAUTION! New LabVIEW adopters -- it's too late for me, but you *can* save yourself. The new subscription policy for LabVIEW puts NI's hand in your wallet for the rest of your working life. Are you sure you're *that* dedicated to LabVIEW? (Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).
Message 5 of 5
(2,605 Views)