05-11-2013 10:52 PM
Hello All;
During my try to make uVision simulation using uV Sim Read Digital Output VI I got attached message, Pls help
Hani Ahmed
05-12-2013 01:24 AM
Is this your own VI, or have you taken the VI from somebody else. In LabVIEW yoiu can protect your code by lockingit with a password. Some VIs of National instruments (low level) are protected as well. Unless you have the password, I don't see how you can go into the blockdiagram ( in a legal way )
05-12-2013 03:59 AM
Thanks Bjorn for your reply but it's already existing NI ARM tools and no related subject in the help
Regards
Hani Ahmed
05-13-2013 09:34 AM
Hi Hani,
Can you successfully build and deploy a VI that doesn't use this function?
Did you have uVision installed previously? Or did it get installed with your LV Embedded For ARM Module?
Additionally, what version of LV Embedded for ARM are you using?
Can you verify that you've licensed both LV Embedded and uVision?
05-13-2013 09:45 PM
Hi Mr. Chi
Yes I can build applications without using this VI and regarding license I'm working in evaluation periode just to test ARM programming using easier tools than traditional structural languages.
Workin on ARM Versions 2012 downloaded from NI website.
Hani Ahmed
05-14-2013 11:55 AM
Hi Hani,
I was able to run a simulation without any problems. Can you run the following example from the example finder?
Open LabVIEW » Help » Find Examples » Toolkits and Modules » ARM » Keil » Fundamentals » Simulation.lvproj
From there, please run the VI
MCB2300 » Read Knob.vi
Then, run the simulation
My Computer » MCB2300 Simulation.vi
Just to clarify, at what point do you receive this password protected dialog? When I chose to run the "Read Knob.vi", it compiled the VI for the ARM target, but I didn't receive any dialog. When I ran the "MCB2300 Simulation", it ran without any problems.
05-14-2013 09:46 PM
Hi Che T.
Yes, The ARM example Read Knop and simulator VI's are working fine without any trubles. So where it was the problem?
Thanks
Hani Ahmed
05-15-2013 10:35 AM
Hi Hani,
This example uses the "uV Sim Read Digital Output VI". So, we at least have a use case where it works. I'd recommend making a copy of this example and then working from there.