I'm attempting to write some "Task" code for the Sensor Controller.
The Sensor Controller Studio (version 1.1.0.38192) has the online "Task Code Language Reference" help section, but it leaves out the detail I think I need to accomplish what I'd like to attempt to do.
For example the Language Reference mentions the ability to define a pointer (ie. U16*). Can this be implemented as a "state" variable? If so, how? The data structure editor doesn't seem to permit this. The reference also mentions using the '#' operator to create a pointer to a data structure member.
I'm assuming that a pointer to a buffer variable in the output structure can be defined in the state structure...
The reference manual also mentions the Multi-Buffered Output Data Exchange. The resource GUI allows one to select the number of buffers it controls, and the manual discusses fwSwitchOutputBuffer(), but I couldn't find anything that discussed the buffers themselves.
Is there a more complete document that describes the Language?
Thanks!