I am trying to set up combined mode sensors on a motor to get notified of changes to either absolute position or speed.
I was able to do this with single mode but I am unclear how to get combined mode working.
In my case I have two modes Speed (0x01) and Position (0x02).
Based on this I believe I want to set combination index based on the combination mode 0b0000000000000110 (Mode 1 and Mode 2).
The part I am unclear on it what I need to send for Mode/DataSet[0], Mode/DataSet[1], Mode/DataSet[n].
Perhaps this is device and mode specific but any guidance would be appreciated.
I know that the Speed mode notifies with a byte value and the Position mode notifies with an Int32 value but this doesn't seem to help me.
I am trying to set up combined mode sensors on a motor to get notified of changes to either absolute position or speed.
I was able to do this with single mode but I am unclear how to get combined mode working.
In my case I have two modes Speed (0x01) and Position (0x02).
Based on this I believe I want to set combination index based on the combination mode 0b0000000000000110 (Mode 1 and Mode 2).
The part I am unclear on it what I need to send for Mode/DataSet[0], Mode/DataSet[1], Mode/DataSet[n].
Perhaps this is device and mode specific but any guidance would be appreciated.
I know that the Speed mode notifies with a byte value and the Position mode notifies with an Int32 value but this doesn't seem to help me.