Jump to content
Software FX Community

Realtime, starting point loopmarker


ssluesch

Recommended Posts

Hi

I have a realtime application.  The starting point of the loopmarker is at the end of the chart (right).  When i start the measuring, the loopmarker jumps to the starting point (to value 0, add the first data to the chart).  I would like to have the starting point of the loopmarker on value 0.

Thanks for help.

Stefan 

Link to comment
Share on other sites

The LoopMarker shows at the point last updated. If you put it at the beginning that means the first point has already been updated and therefore you will be updating the second point.

It is easy to move the loop marker to the beginning:

Simply add one point using the Real-Time API.

Link to comment
Share on other sites

Hi Frank,

Thanks for your answer.  Now I have the loopmarker on the left side of the chart (starting point).  The problem with this solution is I have a first wrong value.  Another possibilty would be to disable / enable the loopmarker.  How can I do this?  There is a property LoopBack.

chart1.RealTime.LoopBack = false;

I can't find this property. Doesn't it exist in the current version?

Thanks for help.

Stefan 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...