Multiple image Acquiring
hi i am currently struggling on how to use a camera to acquire multiple images and save them, i am able to acquire 1 image and save it but want to acquire about 5 images and save them. if you could...
View ArticleRe: Create Delay in LabVIEW
"First Call." (Do a search on the functions palette.) I rarely use it. To me, it feels almost like cheating because a well-thought gameplan should have included an init VI (or state, even) that...
View ArticleRe: cRIO code deployment from linux
Agreed! However, the reason I did not recommend the Replication and Deployment utility is that you need a cRIO next to the development computer to create the image (it requires a spare cRIO that is not...
View ArticleEvent structure - timeout
I have an event structure in a While Loop with 3 events (timeout, event 1, event 2). Event 1 and event 2 are triggered with change of a boolean control. I want to make measurements before event 1 and...
View ArticleRe: cRIO code deployment from linux
I might be able to use a spare cRIO to generate the image using the replication and deployment utility, but how would I run the deployment utility from a text-only Linux machine?
View ArticleRe: time totalizer \ elapsed time
ok, I'm about at my wits end. I'm pretty sure I'm doing this wrong but I can't seem to duplicate this with any results. When I do duplicate it the pause buttons dont seem to work and I would like them...
View ArticleRe: restart if end of files
Since it is a binary file, you can calculate the file offset for each datasegment with basic math (make sure to use 64bit integers!). Simply use "quotient and reminder" and divide by the file size,...
View ArticleRe: time totalizer \ elapsed time
I don't have LV on this comp, but sounds like you might be getting in to trouble if you try to use a functional global to time several processes? the one instance of the VI would be called for all...
View ArticleRe: Imaging a Touch Panel Computer (NI TPC-2206) Compact Flash Drive
It looks like a quick search shows that someone else may have a similar issue and there are some things to try out on the Microsoft thread:...
View ArticleRe: a simple todo list
Hey ,Hooovahh wrote:Yeah they even made it so you could write your own bookmark managers and on start pick which one. The idea I guess is you can take the same information and represent it in a...
View ArticleRe: Event structure - timeout
jcarmody wrote:doh!Ditto. Let me guess, You didn't start from a Finite Measurement sample project did you? Don't stand on the shoulders of giants! dig right in and start hacking away at re-inventing...
View ArticleRe: Event structure - timeout
In general, your acquisition should be done in another loop. I rarely use the timeout case of an event structure, pretty much only when my state machine requires it. What all do you have happening...
View ArticleRe: Software Timed Pulse Generation - USB 6009
LabVIEW 1.2? This stuff must really be old hat for you, Lynn. It seems hardware timing is the way to go. I have a pretty nice oscilloscope at my disposal that I'll be using to acquire the data. I...
View ArticleRe: MS Word: fields (edit...BOOKMARKS) reading
I was searching various non-LabVIEW forums and found some examples discussing embedded Excel in a Microsoft Word document. In the code examples, I noticed they each included the term "InlineShapes"....
View ArticleRe: a simple todo list
CMW.. wrote: there is a free Addon to the Bookmark manager, published by NI in the VI Tools Network. (easy to find with VI PM)This Addon installs an additional preview for the blockdiagram in the...
View ArticleRe: a simple todo list
I belive this is the add-on referred to, although I've not located it in the Tools Network: Community Example: Creating a Custom Bookmark Manager for...
View ArticleRe: How to build applications for a target that runs windows embedded...
Shijie, You will have to add a target to your LabVIEW project. Then you run the VI from the host computer and the VI will compile and run on the target. You can also connect the target to a monitor to...
View ArticleRe: synchronize two tick count
Here are some free training for the basics of LabVIEW. 3 Hour Introduction http://www.ni.com/white-paper/5243/en/6 Hour Introduction http://www.ni.com/white-paper/5241/en/LabVEW Basics...
View ArticleRe: a simple todo list
0utlaw wrote:I belive this is the add-on referred to, although I've not located it in the Tools Network: Community Example: Creating a Custom Bookmark Manager for...
View Article