Part Number: DRV8301-69M-KIT
Other Parts Discussed in Thread: MOTORWARE
I am working with the motorware api and many of the values are in _IQ. This is easy to create a value such as I want speed to be gMotorVars.SpeedRef_krpm = _IQ(3.0); However I want to send some of these gMotorvars out the serial port for monitoring such as gMotorVars.Is_A. How do I convert this number from _IQ to a decimal? I have read in the forum that many of the values in the gMotorvars are in IQ(24). How do I know which ones are in which? For example the gMotorVars.SpeedRef_krpm = _IQ(3.0) above, how do I know what its range is?