NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI
You are here:
NI Home > NI Developer Zone > NI Discussion Forums


Real-Time Measurement and Control
Register  ·  Sign In  ·  Help
Jump to Page:   1
  Reply   Reply  

remote front panel--cRIO 9012   [ Edited ]
Options    Options  
Member Tunnel_Brian
Member


Tunnel_Brian

Message 1 of 6

Viewed 844 times


Hi,

 

I'm having trouble getting the remote Front Panel working.  When I try to bring up the page in my browser, I get the message "Requested VI is not loaded into memory on the server computer." I have tried following the steps in the following two links, but I still get the message.

 

http://digital.ni.com/public.nsf/allkb/7FEE6BCFD264175C8625723E000D928E
http://forums.ni.com/ni/board/message?board.id=170&message.id=275186&requireLogin=False
 

I'm wondering if something is set up incorrectly in my project tree.  I have posted a pic (counter_test_v7.vi is what I'm trying to view from remote panel).  Any other ideas?

 

 

 

Thanks!

 

-Brian 

Message Edited by Tunnel_Brian on 11-06-2008 03:29 PM
Kudos!
Solved!
Go to the Solution
Go to Solution
11-06-2008 03:28 PM
  Reply   Reply  

Re: remote front panel--cRIO 9012
Options    Options  
Proven Veteran NathanK
Proven Veteran



Message 2 of 6

Viewed 839 times


Is the VI loaded into memory? Is should be either running as a startup app (if the startup stops it will leave memory) or opened from the host?

 

If it is- is the name of the VI in the html page correct?

 

Nathan

Kudos!
11-06-2008 05:04 PM
  Reply   Reply  

Re: remote front panel--cRIO 9012
Options    Options  
Member Tunnel_Brian
Member


Tunnel_Brian

Message 3 of 6

Viewed 834 times


If I understand the term correctly, it is running as a startup app--the VI starts running by itself after the reset button is pressed on the cRIO. I know it is running because the IO is operating correctly.

 

I checked the .html that was created using the Web Publishing Tool, and the name of the VI is correct. 

Kudos!
11-06-2008 05:27 PM
  Reply   Reply  

Re: remote front panel--cRIO 9012
Options    Options  
Member Tunnel_Brian
Member


Tunnel_Brian

Message 4 of 6

Viewed 816 times


Alright, so I think I've figured out part of my problem, but I don't know what the solution is.  Apparently, I can only make a VI a Startup VI in a Real-Time Application if it is located where RemotePanelTest.vi is shown below.  I successfully used the Remote Front Panel with RemotePanelTest.vi.  However, I am unable to add LaserTrigger_v7.vi as a Startup VI.  This is why I was unable to access LaserTrigger_v7 from the Remote Panel.  This is a problem because I am not able to access my FPGA I/O (NI 9401) from VIs located in the branch where RemotePanelTest.vi is located.  I am only able to read/write to these I/O from the branch where LaserTrigger_v7.vi is located.

 

Am I missing something?  Any suggestions on how best to accomodate both the need for Remote Front Panel and FPGA I/O? 

 

 

Kudos!
11-07-2008 01:37 PM
  Reply   Reply  

Re: remote front panel--cRIO 9012
Options    Options  
Proven Veteran Jared_B
Proven Veteran


Jared_B

Message 5 of 6

Viewed 783 times


Brian,

 

What you are seeing is correct behavior.  What you need to do is get your IO from your FPGA to your RT by one of two methods (as I see you are using LabVIEW 8.5.1 or older).  The first method is to use a Read/Write Control Node on your RT VI to access the controls and indicators on your FPGA VI.  The second method is to use a DMA FIFO to have your FPGA VI write its data to the FIFO and have your RT VI read from the FIFO.  These are the methods that you will need to use to accomplish the task you are wanting.

 

I'd recommend a basic FPGA Module Training available here: http://zone.ni.com/devzone/cda/tut/p/id/3555#toc5  Specifically lesson 6.


 

Regards,

Jared Boothe
Applications Engineer
National Instruments
www.ni.com/support
Kudos!
Accepted Solution
Accepted Solution
11-12-2008 10:46 AM
  Reply   Reply  

Re: remote front panel--cRIO 9012
Options    Options  
Member Tunnel_Brian
Member


Tunnel_Brian

Message 6 of 6

Viewed 776 times


Cheers!
Kudos!
11-12-2008 04:22 PM
Jump to Page:   1
By using this web site, you accept the Terms of Use for this web site. Please read these Terms of Use carefully before using any part of this site. Please go here for information on ni.comâ s copyright infringement policy.
My Profile | Privacy | Legal | Contact NI © 2010 National Instruments Corporation. All rights reserved.