Re: system exec.vi doesn't work anymore after building the application as .exe
Hi Vincent, I'm not 100% clear on what your're trying to do that's failing- create the manifest? Embed it in the exe after building? Checking the manifest via LabVIEW? What do you expect to see, and...
View ArticleRe: Build table using report generation
Hi Balaji How do you resolved the is issue that you have?Please let me know. Thank you for your help. Marlin12
View ArticleRe: Button that execute block code.
Hello again! It is attached in my first post, but I am attaching it again in case there is a problem. Thanks.Vasilis.
View ArticleRe: Using Simulink data in labview
Here you have three options:1. Create a DLL from your model and use the Model Interface Toolkit (http://sine.ni.com/nips/cds/view/p/lang/en/nid/211815) to load the model into LabVIEW;2. Convert your...
View ArticleRe: Button that execute block code.
Hi Vasilis, there's a reason why I asked for the LV2011 version…
View ArticleRe: Button that execute block code.
Hello vakost; A few points: - The mechanical action of your Boolean is set to "Latch when Released". This means it will reset to False after being read once.- You have no software control timing in...
View ArticleRe: Button that execute block code.
!! I am so sorry! I didn't even notice! I don't have an earliest edition but I am attaching the pictures. Thanks.
View ArticleRe: Button that execute block code.
Do you have a while loop around the case structure so that execution continues to run, checking the boolean for a new value? EDIT: picture attached now. I can't open VI either.
View ArticleRe: Button that execute block code.
Your VI is in LabVIEW 2013, in case you don't know. I would recommend to start here. There are way too many things wrong with your code, mostly misconceptions. (Why do you think you need a value...
View ArticleRe: Button that execute block code.
Hello. Thank you very much, it is working now!! Vasilis.
View ArticleRe: Resolving folder conflicts in LV project
Hi, after a recent move of some filesYou moved (or copied?) some files… You get a conflict whenever a VI is found (or expected) in two different places. You need to resolve those conflicts by choosing...
View ArticleRe : Timer Interrupt.
Hello Vakost, The easiest way to do a timer you can interupt is to build a FGV. You can also use a producer / consumer loop with queues. BRVincent
View ArticleDisplaying only the selected case on the front panel
I am writing a biomedical code for a pulse duplicator. At the moment, there are three methods of temperature acquisition, a user input, a signal from the sensor connected to the DAQ and as a picture. I...
View ArticleRe: system exec.vi doesn't work anymore after building the application as .exe
Hello Vincent, Yes, in fact- when I run validate_manifest without modifying the manifest I receive: "general error c10100b7: Attribute "processorArchitecture" is wildcarded in the definition identitiy"...
View ArticleRe: Printing a VI or Saving a VI as a pdf
Does this change the actual VI into a PDF or does it change data generated by the code?
View ArticleRe: Displaying only the selected case on the front panel
There are several ways to approach this. The way I would do it is the "Visible" property node.
View ArticleRe: Way to communicate with labview with my own scripting language
Why do you want to design your own scripting language? That wheel has already been invented. There's a free Python toolkit and a Lua toolkit that you can buy to do scripting in LabVIEW.
View ArticleRe: Displaying only the selected case on the front panel
Thank you very much. Could you please provide some more detail to how this could be implemented? Thank you
View ArticleRe: Overflow error cRio NI9222
Hi Maria Thanks for your reply. To answer your questions: 1) It seems that things are relatively stable at one sample every 4us. Once set to 1 sample every 2us then the FPGA stops working and I get the...
View ArticleRe: Linear fit between two cursors from a signal from a NI-instruments via...
Hi maurlind, I got it, the function that derived the linear fit couldn't handle that large numbers on the x-axis. I edited the VI so that the large number is suctracted for the fit, i.e. the array will...
View Article