Re: AxioCam MRm Zeiss driver
I switched to using MCamAcquisition, with (what I believe to be) the same parameters as you. But I continue to see the same error. Any other ideas? Thanks.
View ArticleRe: Executable and easy text report.vi
Does the software create an error, and if so, what does the error say? It might explain what file or location that might need to be accessed, or more information about the issue.
View ArticleRe: AxioCam MRm Zeiss driver
My call function is int32_t_McamAcquisition@12(uinptr_tpImageData, int32_t AllocatedSize, int32_t pCallBack)You want to send me or post what you have and I'll take a look? I am using Labview 2012
View ArticleRe: Passing a Void pointer to a DLL in Labview
This snippet should be the correct Call Library Function Node for the Initialize and Read Diffuser functions. Give it a try? (If you're not familiar with snippets: this image is code. Drag it to your...
View ArticleTwo cameras at the same time Lab view (NI MAX)
I have two similar Point Grey Firefly MV cameras. I need to use them simultaneously in LabVIEW, but NI MAX only detects one at the same time (the two cameras are detected properly separately). I think...
View ArticleLabVIEW design patterns
I have seen several questions on this topic in the last few days, and just ran across this: http://www.ieee.li/pdf/viewgraphs/labview_design_patterns.pdf It is my opinion that everyone who is new to...
View ArticleRe: Problem with LabVIEW Web Service implementation
Maybe, of course, it is the silly question, but do you do Deploy (or Publishing) of your web service each time, when you do changes in the VIs? Or you simply do some changes in the VI, and run web...
View ArticleRe: using a for loop for dynamic registration
Let me jump in here (now that I've seen this thread and caught up). Bmishoe's statement about trying to register for multiple events within a loop was based on something I told him in a different...
View ArticleRe: Simulating and Displaying Accelerometer tilt
You could try concatenating a constant (90 degrees) with half of a sine wave (50*sin(2*pi*t)) then concatenate another constant (90 degress) at the end. You could also simulate random input signals by...
View ArticleRestart Averaging input for Vibration Level and Octave Analysis VIs
Hello, I am taking vibration measurements (acceleration) for 2 minutes and need to analyze the 1/3 Octave Band content every 30 seconds (I need to have the average values for the following times: 0-30,...
View ArticleRe: Simulating and Displaying Accelerometer tilt
Hi jmountney, First of all, thank you for your response. I am unsure on how to produce either of those suggestions. In your first suggestion are you saying to produce a 90 degree angle and then merge...
View ArticleRe: Problem with LabVIEW Web Service implementation
Per the tutorial, I right click the web service item in the project, then stop. Make changes, then simply attempt to START. This gives these errors. I have tried to publish the webservice, but that...
View ArticleRe: DAQmx Timing and Hardware Timing don't match
Hi kashi, When you say you are "monitor(ing) the output and the frequency being read on LabVIEW and the frequency being read on the oscilloscope do not align", which output are you referring to? The...
View ArticleRe: Get screencapture over GPIB Yokogawa DL1540
Yes, I previously ensured that I had 1.10 or greater; I have 1.40. As for the link to the library of functions: there are none on that page. I have a library called YKDL15XX which has a lot of...
View ArticleRe: Problem with LabVIEW Web Service implementation
The issue is that you must save your VI web method before hitting "start" on the web service. This is a known issue in LV 2013.
View ArticleRe: Sens-Tech P25 USB PMT with LabVIEW?
According to the manual, it should appear as a com port. Do you see it MAX as such? What does it show in Windows device manager?
View ArticleRe: Multiple peak values
Hi thanks, I have had a read and a play with the various peak vi's to no avail. Could you give me an example? Or does anyone else have any other methods? Thanks Alex
View ArticleRe: 3D Picture Control Doesn't Zoom in Orthographic Mode
Hello,Has the Orthographic Zoom been fixed? I too am trying to use this option and does not appear to work.I am curently using LabView2012 V12 32-bit.ThanksMark
View ArticleRe: Subtle trap I fell into with arrays in LabVIEW FPGA
Kudos all round- OP for sharing a tip, the rest of you for efforts to ID the problem with regard to potential LabVIEW bug fixes.
View ArticleRe: Generate .lvsc using external application
I've managed to do this definition in Simulink, with this script: sfnewrt = sfrootm = rt.find('-isa','Simulink.BlockDiagram')ch = m.find('-isa','Stateflow.Chart')sA = Stateflow.State(ch);sA.Name =...
View Article