07-11-2019, 05:36 AM
We are trying to setup data packing for an application and have the following configurations, using firmware version 2.4.0.180.
Setup 1 for data packing (step 1 of motor test/commission window shows Adc0 responding as expected, but Adc1 is fixed at -16711936 which suggests the data is being packed but not interpreted correctly):
PackOutData = 1
PackInData = 2
PhaseCtrl = 1
Setup 2 for data packing (same result as above):
PackOutData = 1
PackInData = 3
PhaseCtrl = 1
Setup for unpacked data (works as expected):
PackOutData = 0
PackInData = 0
PhaseCtrl = 4
We may be able to proceed using unpacked data, however if someone can point out any config settings that may have been missed it would be much appreciated.
Thanks
Setup 1 for data packing (step 1 of motor test/commission window shows Adc0 responding as expected, but Adc1 is fixed at -16711936 which suggests the data is being packed but not interpreted correctly):
PackOutData = 1
PackInData = 2
PhaseCtrl = 1
Setup 2 for data packing (same result as above):
PackOutData = 1
PackInData = 3
PhaseCtrl = 1
Setup for unpacked data (works as expected):
PackOutData = 0
PackInData = 0
PhaseCtrl = 4
We may be able to proceed using unpacked data, however if someone can point out any config settings that may have been missed it would be much appreciated.
Thanks