LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mechanical Action problem

I'm having problems uploading mi VI to the MyRio controller with some "latch until realeased" bolean configuration.

This is the image that the software shows:

 

labview.JPG

 

Anyone else have had this same problem?

 

 

0 Kudos
Message 1 of 6
(2,884 Views)

Well, change the mechanical action then!  An embedded RT system does not have a front panel, so many mechanical action settings would make no sense.

0 Kudos
Message 2 of 6
(2,868 Views)

Theres no way I can keep the action, its the one that better suits my needs.

0 Kudos
Message 3 of 6
(2,863 Views)

That only makes sense for the code running on the PC. As I said, the RT system has no front panel. What are your needs?

0 Kudos
Message 4 of 6
(2,860 Views)

Would you please define exactly how you will use the latching? There are ways to which you can have the same functionality without actually implementing a latch process.

0 Kudos
Message 5 of 6
(2,849 Views)

Just to further hammer in what Altenbach is saying...

 

The myRIO is an embedded device.  IT HAS NO GUI.  LabVIEW abstracts this from you by allowing you to interact with a front panel in development.  But if you are going to deploy, you need to come up with a different way to control your system.  What is common is to develop an application that communicates with your embedded system, typically over TCP or Network Streams.  So from the PC, you can use the latched button and any other fancy GUI components you want and you just send messages to the myRIO to make it do something.  Likewise, have the myRIO send messages to the PC to pass along status and data.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 6 of 6
(2,824 Views)