Re: control 8 channels, with microsecond precision, outputs only
P.S. I found it easier to reference the digital counter pulse instead of an analog input sample clock, both are capable of a 1MHz frequency so this should not be a major factor correct?
View ArticleBuilding an array from values in two structures.........
Hi, I am working on an application that loads one of several VIs into the subpanel control on the main window. Each VI displays a certain part of the main systemThe user types the name of the VI and...
View ArticleThe 'Generate User-Defined Trace Event Function' node crashes when used in a...
Hi I tried to debug a sample project based on actor framework in LabVIEW 2013.01.f2 with desktop execution trace toolkit.I've added some instances of the 'Generate User-Defined Trace Event Function' to...
View ArticleRe: Discovering number of physical channels
Found it! Measurement I/O -> NI-DAQmx -> Advanced -> Task Confi... -> Task Node -> NumChans (Number of Channels)
View Articleaveraging images
i have found an averaging example in the labview interfcae, the example averages the set of images in order to rduce the noise in the image. in the example the input is linked toa set of images within...
View ArticleRe : Agilent E4440A display line and screen capture problem.
Hi, With this file you can develop functions you need to implement. I don't know what kind of drivers have been developed but you can program your own drivers thanks to this link...
View ArticleRe: receiving sms using labview
I usegt000modemfor sending and receivingSMS messages (http://decode.rs/index.php/en/gsm-telemetry).
View ArticleRe: For Loop runs with unwired N value
Why not post an image of the entire for for loop? It seems you are stuck on the N being wired, but as others pointed out the N terminal is not the only control for how many iterations the loop runs....
View ArticleRe: Building an array from values in two structures.........
Store your vi names in a Action EngineBen's famous Action Engine Nugget is always a good read. http://forums.ni.com/t5/LabVIEW/Community-Nugget-4-08-2007-Action-Engines/m-p/503801
View Articlecell height table
Hello, I want to create a table with 1 column and many rows programitically where I can able to change the height of each row. Somehow I am not able to do the same in LV2011. Please ccan you let me...
View ArticleRe: cRIO-9073 Software Error
I reinstalled the software and once agian if i installed everythign i recieved the same error.I then reinstalled with everything except the Web features.And everything is working.So I uninstalled...
View ArticleRe: receiving sms using labview
HI Jospeh, on the page 3 of this post you can find my test program for receiving SMS messages live. Change some parameters of the Init subVI according to your modem (baud rate, handshanking,...). Start...
View ArticleRe: Labview interface with MongoDb or similar NoSql database
Yeah. It did work! Thanks a lot!
View ArticleRe: For Loop runs with unwired N value
PauldePaor wrote:Below is a program I am working on and as you can see by the image that the program runs without the N loop being wired. The program runs with no issueAs everyone else has been saying,...
View ArticleRe: Generating and Acquiring at the same time, DAQ USB-6356
MaxLamb wrote:Hi Jeff, Yes that was that. But I don't know why I had +10% of frequency when the settings are 1.25MS/s and 3MS/s .. I'll leave solving the math to you but I'm almost positive you could...
View ArticleRe: Using Open FPGA VI Reference in a distributed VI
Hi Gunnar, What version of LabVIEW do you use? Something new in LabVIEW 2013 is the "Open Dynamic Bitfile Reference". With this, you could use e.g. an "Application Directory" node and build the path at...
View ArticleRe: network stream Two network adaptor cards in PC comms with crio
Hi leapingfrog, Do you have any kinds of string to path functions in your code? Error 1430 is one most commonly seen in typecasting strings and paths which don't quite match the syntax required for...
View ArticleRe: cell height table
Some method like this? The attachment is saved for 2011 sice that version is not installed on this machine I cannot see if there is a real problem with the methodology in 2011
View Article