hi,sir:
I want to acquire data and monitor it on a chart,as soon as acquiring ends,all data will be ploted on a graph,and i can get coordinate the current cursor.(UpdateMaker() is the CALLBACK funtion of the graph)I realized my funtion in one thread for the first time,there is no error.then I seperated them into two treads,(acquiring is put into another tread)when I
move cursor on graph,error appeared.Project break at CVICALLBACK UpdateMaker();
"Line XXX,Col YYY thread id 0xFFFC22E5
Library function error
The control is not the type expected by the funtion"
Who can tell me why?
My whole project has been several MB,it is inconvenience to post it here.