saving picture
Hi, I have question about the labview program attached in the message. In this program I have three loops and four cases in each loop. I would like to save a picture or pdf every time I'm changing the...
View ArticleError 91 occurred at Variant To Data in Queue Message Handler project
Good afternoon, I have been working in a polarimeter, for which I am using two KDC101 motors and a power meter PM 100, all from Thorlabs. I based my program using templates in Labview: Continuous...
View ArticleRe: Waveform+Chart+Array Average
wrote:Sir, I misspoke earlier sorry. So we need to find the average of the data points that shows on the graph.So, after we hit stop to button on the while loop, the loop should stop running and then...
View ArticleRe: disable view as icon
Tools--> Options--> block diagram--> Place VI as ICON...disable that selection would gives you result. HAV A GOOD TIME
View ArticleRe: Waveform+Chart+Array Average
I think i figured it out this time. Thank you I am currently taking my first labview course. So i am all kinds of dumb mistake. I forgot to change my indicator to an array.Also, i introduced the...
View ArticleRe: saving picture
What would you like to save a picture of?It looks like you only have 1 loop, with 3 case structures in it.Attach your code, not a picture of your computer monitor displaying the code.Don't use a double...
View ArticleRe: How to replicate/duplicate sets of front panel controls and indicators?
wrote:I tried the subpanels and have a couple questions. What is the procedure to center the controls in the subpanel? What is the procedure to exchange data between the main block diagram exchange...
View ArticleRe: How to replicate/duplicate sets of front panel controls and indicators?
You can even call it just like you would a normal SubVI with inputs and outputs using the Start and Wait on Asynchronous Call VIs.
View ArticleRe: saving picture
I attached my program code. the picture i would like to save is attached in the pdf file above. so in each case I would like to save test circuit
View ArticleRe: saving picture
I'm still a little confused, you want to generate circuit diagrams using LabVIEW?
View ArticleRe: Help with Report Generation Tool kit
How many rows do you have? Can you transpose your data?
View ArticleHow to get a VI to communicate with a VI on another computer?
As a final project for a data acquisition I am developing a small meteorological station on one computer and getting it to communicate with another VI on a different computer, and I am lost as to how I...
View ArticleRe: How to get a VI to communicate with a VI on another computer?
I like to use the Network Streams, because the communication loss/recovery is kind of automatic. If you use simple TCP/IP VIs, you have to implement those features yourself.Here is a description:...
View Articlecosmetic question
Hello!I have a numeric control, it is a set for temperature . I have a processing time about 560 msec. At this time, I want to display the "wait" line instead of the control. I made the program. Maybe...
View ArticleRe: Missing External Function : 2013 SP1 Application Builder
Problem: “Missing external function BScanDLL.dll”Development computer• Windows 10• i7, 16 GB Ram• LabVIEW Prof Dev System 2013 SP1Target computer• Windows 10• i7, 16 GB Ram1. I have a DLL built using...
View ArticleRe: Error 91 occurred at Variant To Data in Queue Message Handler project
A pet peeve around here is not attaching the actual code. While you can see some things in a picture you can't see other things eg. other cases in case structures, inside SubVIs or even code outside...
View ArticleRe: Connectivity Issues
I installed NI-VISA & i am still getting the same error. Do you know what else it could be?
View ArticleRe: How to get a VI to communicate with a VI on another computer?
I second the Network Streams. My second choice would be using the STM library, which is a library built on top of the TCP/IP API. I despise Network Published Shared Variables (nothing but problems...
View ArticleRe: eject USB device programatically
I know this is late for metzler, but may help others... I did a search for command-line methods for ejecting USB drives, and ran across a PowerShell script that works (usually). It can be converted to...
View ArticleRe: Connectivity Issues
Hi,For Bug 1: Please check in MAX (Measurement & Automation Explorer) for the resource Availability.For Bug 2: Please check you have given valid key. Thanks,Sanad MM
View Article