Pogo-Events.

Hi All

I have some questions related Events and pogo.
When we create any attribute and when we edit that attribute, we open edit attribute window.

From that window when we click on events, we come across many options related to events.
I want know every minute detail of that window. And have some questions related to the same.

1)What is the difference between default events and pushed events.?
2)Under default events, there are many fields about periodic events, change event, archive event.When to use these fields?
3) And why any change in those fields doesn't reflect in generated code?
4)Under pushed events,there are 3 main radio buttons.
What is the significance of each button?
5)Under Change event and archive event there is one more radio button "criteria managed by library". After clicking on this button what exactly happens?
6) Pogo allows to select each and every radio button on that window. what this means? Are the not inter related?

I have attached image of the same window of attribute name "speed".
Could anybody help me to resolve these doubts.

Thanks and Regards,
Sarojini


Hi

1)What is the difference between default events and pushed events.?
default events are sent automatically by Tango library
Pushes events are sent by code (push_xxx_event() methods)

2)Under default events, there are many fields about periodic events, change event, archive event.When to use these fields?
See Tango event related documentation.
You can configure event by jive or by code using pogo.

3) And why any change in those fields doesn't reflect in generated code?
??? It changes it.

4)Under pushed events,there are 3 main radio buttons.
What is the significance of each button?
Event type to be sent

5)Under Change event and archive event there is one more radio button "criteria managed by library". After clicking on this button what exactly happens?
You can choose to manage the criteria to send event by code or by Tango library

6) Pogo allows to select each and every radio button on that window. what this means? Are the not inter related?
Yes you can choose different usage for different event types.

Hope it helps
PASCAL
Hi

Thank you for fast reply.
I have some doubts.
1)If default events are sent automatically by Tango library then what is the need of providing empty fields under default events in that window?
2)If I entered any values in those fields,are we able to see that in the generated code? I can see those values on jive but not in code.
3)What is the criteria to send event?

Thanks and Regards,
Sarojini B. Sutar
 
Register or login to create to post a reply.