取消
显示结果 
搜索替代 
您的意思是: 

Waformgraph cursor position event

已解决!
转到解答

Hi,

 

I already find an answer, on this board but i couldn't understand it? I want to fire an event on the value change of a cursor wich is moved by hand over the data.

 

Is this posible?

Best regards,

Thijs

0 项奖励
1 条消息(共 8 条)
3,695 次查看

Hi Thijis,

              Create a User Event and configure the event case that handles the cursor move to handle that event as well. Then fire that event when the data updates.What are the things you are not able to understand?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 项奖励
2 条消息(共 8 条)
3,693 次查看

I can "Add an event" or "edit"an event on the event structure... I am missing it... Do you mean create an event on a dynamic user event? I can't "Create a User event", i can create method and nodes....

 

I just don't understand...

Sorry, i've already made a lot of programs, but this i mis??

Could you please help me out?

0 项奖励
3 条消息(共 8 条)
3,689 次查看

sorry see my edit message!

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 项奖励
4 条消息(共 8 条)
3,685 次查看

I think you mean, making an input for the waveform cursur x position output and use that as event? Is that it...? 

0 项奖励
5 条消息(共 8 条)
3,683 次查看

It still doesn't work...

I've made an indicator and used that as a value change event, but what i already expecteted comes true, the indicator never fire an event because it'll never be triggered...

 

 

0 项奖励
6 条消息(共 8 条)
3,673 次查看
解答
已被主题作者 ThijsBoeree 接受

You created an indicator whose name is "Cursor.Cursor Position:Cursor X"

And you are watching for a value change event on "Cursor.Cursor Position:Cursor X"

So you are not monitoring your cursor but the indicator that you created 😄

 

Change your event to be :

Waveform Graph, cursor release (or move)

 

Notice that on the left you will have access to the cursor position "CursLoc", so you don't need the property node to read it.

0 项奖励
7 条消息(共 8 条)
3,652 次查看

Ah, now i understand, i use the mixed signal waveform graph, and they don't have the "cursor move" event... but i can use the mouse over event. And then see if the value did change in the next loop!

 

0 项奖励
8 条消息(共 8 条)
3,642 次查看