Historian Logging in TSE application

A customers of ours has an InTouch project with TSE and has configured Historian logging but it seams that alarms are logged 'x' times, as if each client writes alarms to Historian.

With the classic method through WWAlmDb it work correctly.

Do you have any suggestions on how to handle this?
Are there any settings or scripts to tell only the application in Console to log alarms?


Thanks

Parents
  • Hello Luca,

    You could go for a TagServer setup. Where you make a separate application that has the logging and the other applications look at this machine for their information:
    softwaresupportsp.aveva.com/

    An other option in a script would be using the GetNodeName() and TseGetClientNodeName() functions in InTouch.
    Check what Node the InTouch is running to decide if it needs to log or not.

    The only thing is: I don't know if there is a function to enable/disable the alarm/event logging...

Reply
  • Hello Luca,

    You could go for a TagServer setup. Where you make a separate application that has the logging and the other applications look at this machine for their information:
    softwaresupportsp.aveva.com/

    An other option in a script would be using the GetNodeName() and TseGetClientNodeName() functions in InTouch.
    Check what Node the InTouch is running to decide if it needs to log or not.

    The only thing is: I don't know if there is a function to enable/disable the alarm/event logging...

Children