01-22-2007 08:00 AM
01-22-2007 08:40 AM
01-23-2007 07:58 AM
02-01-2007 04:47 PM - edited 02-01-2007 04:47 PM
sorry for being so late to answer
so
I follow your advises and I have successfully updated my controller to
LVRT 8.2 and all the software needed to fit this version (fp drivers 5.2.0, fp
vi manager 4.1.0, ni visa 4.0, ni serial 3.1 ni watchlog 2.1.5 and ni irda
1.0.1). but I still have some problems :
I have build the code of my predecessor and tried to deploy it but, at the
deploy, it said that I have 6 errors that appears to be a shared variable
problem (error 1950678996) but it may not be really important or linked to my
principal problem :
I access my controller with a web browser, until the update there is no problem
but since the update I can't access my controls, the frame of the control panel
is there but instead of my controls I have the following text : "remote
panel protocol version incompatible"
thank you for your help
Message Edité par thieumat le 02-01-2007 04:48 PM
Message Edité par thieumat le 02-01-2007 04:49 PM
02-02-2007 06:22 PM
Hi matthieu,
The error you are receiving about "remote panel
protocol version incompatible" refers to the fact that you probably
generated your html code in a different version of LabVIEW than you are
currently running on the target. To resolve this issue, just run through
the Web Publishing Tool again in the new version of LabVIEW, and ftp the
new html file over to your target.
As for the issue with the shared variables, can you please
elaborate? The error is due to an invalid variable configuration.
Please try to reconfigure your variables and see if the issue goes away.
If not, please expand on where the issue arises, how the variable causing the
issue is configured, and any other information you think would be useful.
Best of luck on your application, and have a wonderful
weekend!!!!
02-06-2007 07:52 PM
02-07-2007 02:47 PM
Hi thieumat,
Did you ftp your new html file to your controller? You will need to ftp
your html file from C:\Program Files\National Instruments\LabVIEW 8.0\www
to /ni-rt/system/www/ on the controller in addition to deploying your program.
To ftp your html file, open up Measurement and Automation Explorer.
Find you device under Remote Systems. Right-click on the device,
and select the File Transfer option. Click OK, then
navigate to the /ni-rt/system/www/ directory on the remote system and the
C:\Program Files\National Instruments\LabVIEW 8.0\www directory on the local
host. Find the html file you created through the Web Publishing Tool
on the local host, and transfer this file to the remote system by selecting the
file and then clicking on the To Remote button. Please let me know
if you have already tried this, or if you have any further questions.
Best of luck on your application, and have a wonderful day!!
02-09-2007 04:16 PM
well
well
I follow your instructions without problem, first I can see the frame of my
front panel in my webpage but without the front panel and nothing interesting
inside but I just have to upgrade the runtime of the navigator in the control
computer and I can see the % bar a brief time before a message saying that the
vi isn’t loaded into memory
I follow the instructions here
http://digital.ni.com/public.nsf/allkb/7FEE6BCFD264175C8625723E000D928E and
until the point 8 there is no problem
at this point they said that my vi should be running and I need to stop it,
but, my vi isn’t running because it doesn’t ask me to stop it
anyway I follow the rest of the instructions without success, my remote panel
isn’t there
I made a right click on my vi under the connected RT target and select run, an
error message appears saying "vi using booleans with "latch until
released" or "switch until released" mechanical action cannot be
downloaded" and nothing else
the error is the same if I try to deploy this vi
I remember you that all the code were probably running fine before the
departure of my predecessor so I don't really understand
02-12-2007 09:52 AM
Hi
thieumat,
The reason
you are getting an error that states that the VI is not loaded in memory is
because the VI is not running on the controller, so the first problem we must
deal with is the issue of the VI not deploying.
To resolve the issue with the incorrect mechanical action, change the
mechanical action of the Booleans on your front panel so they are not “latch
until released” or “switch until released”.
For directions on how to change the mechanical action of the Booleans,
please take a look at the LabVIEW Help on this topic. (Help
» Search the LabVIEW Help » Fundamentals » Building the Front Panel » How-To
» Front Panel Controls & Indicators
» Boolean Controls » Changing the Mechanical Action of a Boolean
Object) Once the VI is deployed, you
can double click on the VI through the project and the front panel should
open. Once you do this, you should be
able to view the VI through the web browser.
Please let me know if this doesn’t work.
As for your request to get someone from National Instruments to visit you, you may contact your local sales representative, and see if they are able to come help you. Also, you may go to http://ni.com/ask, to create a service request and speak to an Applications Engineer on the phone.
Best of luck on your application, and have a great day!!
02-14-2007 11:05 PM