Help interpreting ADS register information

Can anyone help me interpret the ADS register report with respect to channel settings.
When I send ? to the board, it responds with register report that looks like this:
Board ADS Registers
ADS_ID, 00, 3E, 0, 0, 1, 1, 1, 1, 1, 0
CONFIG1, 01, B6, 1, 0, 1, 1, 0, 1, 1, 0
CONFIG2, 02, C0, 1, 1, 0, 0, 0, 0, 0, 0
CONFIG3, 03, EC, 1, 1, 1, 0, 1, 1, 0, 0
LOFF, 04, 02, 0, 0, 0, 0, 0, 0, 1, 0
CH1SET, 05, 68, 0, 1, 1, 0, 1, 0, 0, 0
CH2SET, 06, 68, 0, 1, 1, 0, 1, 0, 0, 0
...

I would like to parse CH*SET,,,,, into the parameters for the current channel settings. Obviously the first character is an index of the channel number, what does 68,0,1,1,0,1,0,0,0 mean? I tried to line these up with the channel settings properties described in the Cyton SDK, but there does not seem to be a 1:1 relationship between what you can set and what is in the report. For example, including the 68, there are nine fields, but you can only set six properties with channel settings according to the SDK.
If anyone has a spec sheet on the meaning of the fields in this report, it would be greatly appreciated.

Comments

Sign In or Register to comment.