Ewon Check status of Buffer Flexy 205

Customer had us update some code, i believe the issue is resolved but i have no way to tell if the buffer is stacking up. Previously the buffer was overflowing, is there any way to check the status of the buffer on the eWon?

Hello,

Are you talking about the scheduled actions queue or another buffer?

-Tim

If that’s the case you could check if the action status of what’s in the buffer should be able to help you find the issue if it’s greater than 0

Is this the GETSYS PRG ACTIONSTAT command?

Yeah try running something like this

CurrentStatus%=GETSYS PRG,“ACTIONSTAT”
print CurrentStatus%

It seems to be replying with a -2. Would that indicate there is no queue?

I guess that section of the manual must have been a little dated. Here’s what they have on their website for the -2 value:

image