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.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting 3D Mesh on RTOS (Which software package am I missing)

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 

 

 

0 Kudos
Message 1 of 2
(2,001 Views)

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.

0 Kudos
Message 2 of 2
(1,998 Views)