From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Why I cannot run the writer program of datasocket CVI?

I am now writing a program about the writer of datasocket in CVI. The aim of the program is plot a graph with random value and then send the graph out through datasocket server. It showed "active:connected" if I use PlotStripChartPoint to plot the graph. But when I use PlotStripChart, it doesn't success. So what is the difference between them and if I wanna use PlotStripChart to plot graphs, how should I modified the program ?

Thx a lot for every one who had read this question.
0 Kudos
Message 1 of 2
(2,562 Views)
Hello,
I tried to run your code, but it didn't compile because of type conflicts.

Any way, what error do you get when you use PlotStripChart? Am I correct that you are trying to plot the data in the datasocket reader program, and the data was sent by your writer program?
0 Kudos
Message 2 of 2
(2,562 Views)