Hello,
I have a sequence which must loop a very long time, with cyclic access to hardware components.
In order to limit the amount of memory used by my application i decide to use the famous "Disable result recording" flag.
Beside this problem, my sequence don't have to collapse in case of runtime error (Due to hardware manipulations during execution),
and operators don't have to aknowledge the "error dialog box" ... every time an error occurs !
To handle my runtime errors, i deceide to :
This is OK, but i also want to treat my errors (Tracing at least) ... and then i get the folowing problem ...
Perhaps the only way to handle my problem would be to use the SequenceFilePostStepRuntimeError callback ...
But doing so, would need to use stationGlobals or FilesGlobals to get back the error in my main sequence. (A complicate architecture only to get an error !)
So, it would be nice, to be abble to ...
PS : My sequence don't use any report, database writing ... thats why disabling results recording is possible !
I don't know if i am clear ? (And with my bad english ???)
Manu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm declining this idea due to lack of community support