LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rotation object on RT Target

Is there a reason why a graphic object will not display when the project is deployed to a real time target?

 

I am attempting to visualize sensor outputs by observing the position of a graphics object on the LV Front Panel.

 

Thanks.

0 Kudos
Message 1 of 4
(2,430 Views)

Yes, it's because RT VIs do not have front panels. If you are running in the development environment (and therefore can still see a panel) this will not be supported because the object reference itself is most likely not supported on RT (because, again, RT is meant to run stand-alone without front panels).

0 Kudos
Message 2 of 4
(2,420 Views)

The Set Rotation is the RT VI?  Or it becomes a RT VI when deployed to a RT Target?

 

When running in the development environment, is there an alternative approach allowing sensor values to update the orientation of the graphic object?

 

Thanks.

0 Kudos
Message 3 of 4
(2,398 Views)

@Richard1000 wrote:

The Set Rotation is the RT VI?  Or it becomes a RT VI when deployed to a RT Target?

 

When running in the development environment, is there an alternative approach allowing sensor values to update the orientation of the graphic object?

 

Thanks.


It becomes an RT vi when deployed to the target.

 

The alternative approach is actually the correct approach Smiley Wink. You create a VI that runs standalone and headless on the RT platform. You then use some sort of network communication (see: TCP/IP) to pass the values up to a host computer. The host computer reads the values and displays them.

0 Kudos
Message 4 of 4
(2,388 Views)