05-19-2011 04:48 PM
Hi all,
This is a really basic question but I'm trying to plot a 3D Mesh with my RT code but it seems that I am missing a library. On labview desktop, when I go to the front panel, an option for 3D Mesh is under modern-graph-3D graph-mesh. But when I go to the front panel of my RT code, there is no option for 3D graph. I think that I'm missing some sort of library on my RT system. Could someone please let me know which library I am missing?
Thanks very much for your help!
Steven
05-19-2011 04:53 PM
That is simply because you are using an RTOS to plot a graph. It is not supported on RTOS for good reason. Get the data on RT, pass it via the communication protocol of your choosing (tcp/ip, udp, network streams, etc) to a host application which plots the graph.