Other Parts Discussed in Thread: INSTASPIN-BLDC, CONTROLSUITE
Hey there,
I have a question about the GUI InstaSPIN-BLDC Project.
The initialization for "w1" of the current controller is done like:
#define PID_DATA_DEFAULTS { \
_IQ(0.0), \
_IQ(0.0), \
_IQ(0.0), \
_IQ(0.0), \
_IQ(0.0), \
_IQ(0.0), \
_IQ(0.0), \
_IQ(1.0) \
}
But while Reset in A1 it is done like:
pid1_idc.data.w1 = 0;
It is the same for speed controller.
My question is: Why is there a difference in value (zero<->one)?
Thanks in advance,
Sarah