Looking at the Acc72e structure members accessible from script programs, there seems to be missing members for task params, task state and task info.
Looking in the header file where this structure is defined, these items are covered by a member called unused2.
Can these items be uncovered in a future release.
I can set up ptr variables to point to the missing data, but I have to do a considerable amount of manipulation to unpack the data I require, and I'm not sure it's desirable to use a mixture of access methods to this hardware.
mjm