如果想要监视变量Unit32 pluse_number ,每1ms加1,Graph Properties的设置应该怎么设定?
acquisition buffer size 1
dsp data type 32 bit unsigned interger
index increment 1
Q_value 0
sampling rate HZ 1000
start adress pluse_number
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.
Graph最快只能100ms更新一次,所以你应该看不到你的变量是从1,2,3,4这样加上去的。Buffer size是指存在缓存里用于graph显示的数量,所以需要比较大,比如40,120。