Re: Failed to open the recovered VI got from software getdataback for NTFS
Hi GerdW, Thank you.Actually I had backup once any important progress while coding.The software is finished in last week. So I deleted all the unfinished backup, and kept one zip backup. This week I I...
View ArticleRe: NI Online Training value
The material is the same. But I say the on site is more valuable since you have somebody to ask questions to.
View ArticleRe: Question about run 2 state machine dependently. Attached VI and picture....
I think I tried before, it wont work Could you try that for me? Thank you in advance
View ArticleRe: Brainstorming and looking for ideas
Build the simple application to get the relay counts and make a simple string report. My suggestion is to have the server be a fixed IP address and have it "listening" for a TCP/IP connection. Then...
View ArticleRe: Critique my loop to send a text file, line by line or en masse?
TheWaterbug wrote: But I also need the VIs to be architecturally simple, even at the expense of elegance, so that newbie LV users (like me ) can understand and adapt them.Then my first recommendation...
View ArticleRe: Question about run 2 state machine dependently. Attached VI and picture....
It worked for me. Boolean 2 blinks superfast when Boolean 1 is on, much slower when Boolean 1 is off. Try again. If you still have a problem, attach your modified VI.
View ArticleRe: LabVIEW does not release GPIB bus.
cstorey wrote:Sorry Jeff, its a bit semantic but SCPI is not IEEE 488.2. One defines the communication protocol and the other the command structure. SCPI can be used on non-488.2 hardware...
View ArticleRe: NI 9411 for Serial Data
Some additional notes: Which is the maximum speed of this module?. In the datasheet the figure "Update Rate" reads 0.5us. This means a clock of 2MHz can be configured for sampling digital inputs at...
View ArticleRe: Failed to open the recovered VI got from software getdataback for NTFS
ENG.TE wrote:Is it possible to converse the exe to VI? Regards,TE"Converse"? Not the correct word. I assume you mean to decompile the exe back to a VI. Maybe you meant to say "reverse"?The answer...
View ArticleRe: Failed to open the recovered VI got from software getdataback for NTFS
Hi TE, The software is finished in last week. So I deleted all the unfinished backup, and kept one zip backup.So this is all our fault… (Using a proper SCC tool you wouldn't be in trouble like you...
View ArticleRe: NI 9411 for Serial Data
Hi hypfco, Which is the maximum speed of this module?. In the datasheet the figure "Update Rate" reads 0.5us.Yes. This means a clock of 2MHz can be configured for sampling digital inputs at this...
View ArticleRe: Failed to open the recovered VI got from software getdataback for NTFS
Hi RavensFan, Yes, I meant decompile. Thanks. Hi GerdW, Many thanks for your helps.I think I can rewrite it within 3days, and now it seems no any other solutions.I will try to find and use one SCC...
View ArticleRe: Critique my loop to send a text file, line by line or en masse?
You could also follow this tutorial to make LabVIEW Plug and Play drivers. You can go here to look at examples to help you out. I think having drivers that follow the LabVIEW Plug and Play standard...
View ArticleImage Acquisition and Line Profile
I am acquiring interference fringe pattern from VISION using PCI-1405 and able display fringes after selecting ROI . I need to take its line of profile continuously so that I can monitor movement of...
View ArticleRe: Failed to open the recovered VI got from software getdataback for NTFS
I think a lot of us here learned this lesson the same way, but probably in a less dramatic fashion.
View ArticleRe: Build application with VirtualBench subvi's
This proposal worked for my colleague! Thanks for pointing out this option.
View ArticleRe: Hiring Developers and Licensing
In addition to what I wrote earlier, the Debug license is not enough to develop the application. Your contractor would also need to own a full development license with the relevant Toolkits in order to...
View ArticleRe: Capturing STOUT/STDERR from C DLLs
wiebe@CARYA wrote:The DLL stays the same process once it's loaded. So that is why it works. It will probably only work if the VI is set to run in UI thread. I think running in other thread instantiates...
View ArticleRe: Capturing STOUT/STDERR from C DLLs
wiebe@CARYA wrote:The DLL stays the same process once it's loaded. So that is why it works. It will probably only work if the VI is set to run in UI thread. I think running in other thread instantiates...
View Article