Passar os alarmes / eventos, bem como os pontos de dados e fontes de dados

ei,

você tem alguma idéia de como chegar ScadaBR para enviar evento de objetos usando um editor (http remetente);? coz tudo o que a editora envia são os DataPoints e DataSources se estou certo,

desculpe, eu estou usando Traduz Google

You can write in english, we have a topic for posts in english. The translation of google did not help to understand your problem.

 
hug

eu quero o editor (http remetente) em scadabr para publicar os eventos, bem como os pontos de dados, qual é a melhor abordagem?

Hello Castro,

Actually, you can´t. Http publisher cannot send events and alarms. You should use the SOAP API, or the ReST API for this.

But, as ScadaBR is OpenSource, you can always change this.

Best regards

Hey Diego,

that's my point, i know the publisher doesn't publish events/alarms, so, i need a hint by where do i've to start to make the publisher publish events ? can u give me example of files/classes of datapoints that might help me understand the processus of sending them through http sender so that i can do the same with the alarms ? 

Thanks.

Hello there,

You could start with the 

com/serotonin/mango/rt/publish/httpSender - Real time controller

com/serotonin/mango/vo/publish/httpSender - Data Base Access Object

com/serotonin/mango/web/dwr - PublisherEdit and PublisherList - Interface controller

and the JSP files for PublisherEdit and PublisherList for the page model.

I guess that´s it.

Tell us if can use this properly.

Cya