This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ESM module



Hi, 

Can I  use reserve part in ESM module.For Example i define a variable and this variable arrive fixed number, ı want to flag in ESM status1. is it possible? 

for example :

int a = 0

if(a>1000)

{

for example..I want to use a flag in ESMSTATUS1. and then go to the esmNotification1.. is it possible ?

}

.

.

.

a=a+1;

.

.

  • Hans,

    Maybe I can reprhase your question.  Are you asking if there is a mechanism for your own custom software checks to signal the error handling system through ESM?

    As an analogy - we support both software and hardware triggered interrupts today;  so I guess you're asking whether there is some similar way to issue error events from software?

    -Anthony