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;
.
.