This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI例程矢量控制疑问



在用    rc1.TargetValue = SpeedRef;   RC_MACRO(rc1);  rg1.Freq = rc1.SetpointValue; RG_MACRO(rg1)

去模拟产生角度时,为什么出现下图标出的问题!不解?

  • 你好。CCS画出来的波形图不是严格意义上的实时波形,是存了一定数据后发送到CCS再作显示的。在配置波形显示的时候可以看到。

    两次采样的数据块之间是不连续的。所以,当每一屏显示的数据量是每次采样数据量的N倍时,就会在波形图中出现看上去不连续波形。

    你贴的图中,一个屏中大约有四次采样的数据块,两个数据块之间不连续是正常现象。仅仅是显示的原因造成的。