Re: Clone each element in a 1d array multiple times to create a new 1d array
I'll give you the tip you build your own logic. If you have 2013 version: For loop and Initialize array If you have the earlier version: For loop, Initialize array and shift register
View ArticleRe: 2 non-equidistant XY curves to plot against each other
Many corporate users are blocked from such websites. Other users just don't trust them. Check your browser's security settings, use a different browser such as Chrome, try attaching as a zip file.
View ArticleRe: Input triggered analog output with cDAQ 9205 and 9264
Hello Mike, first of all, thank you for helping! I attached the program but it is too big to be attached. Therefore I deleted the measurement part. The frontpanel doesn`t make any sense now, but the...
View ArticleRe: 2 non-equidistant XY curves to plot against each other
ah, ok, it makes sense. I try as you adviced next time (i do not have the VI here at home), thanks!
View ArticleRe: 2 non-equidistant XY curves to plot against each other
All you need is create a new (e.g. linear) time ramp that covers both time ranges at sufficient resolution, then interpolate both datasets against it. Here is a quick draft. Alternatively, you could...
View ArticleHOW TO FILTER DATA FROM MICROSOFT ACCESS
HOW TO FILTER DATA FROM MICROSOFT ACCESS BASED ON DATE AND TIME AND GIVE THE RESULT TO A TABLE ? I need some example files , can anybody please help me ?
View ArticleRe: HOW TO FILTER DATA FROM MICROSOFT ACCESS
Please fix your keyboard. If it's not broken, be a little more polite and stop shouting.The are thousands of examples on the web related to the jet database and sql queries. It is a very basic select...
View ArticleUse 2D array as input and output to dll
Hi, I have problem with 2D array used with call library funtion to get array from DLL. uint16_t is defined as unsigned short, which is unsigned 16 bit in labwindows.In both following codes...
View ArticleRe: Actor Framework Performance Issues
Thanks for your reply Maria, sadly I've already tried much of what is in the article with no significant increase in performance. Have also posted this question on the Actor Framework forum and got...
View ArticleRe: Object Orientated By Ref Pass Object Through
Richard_Ha wrote:This would save processors time (not building an array to pass out). Am I correct in this assumption? No. Your upper code in English is "Write false on each element of the array, then...
View ArticleMysterious data points %\ ...
Clearly I'm doing something wrong, but I can't figure out what ... (I know, I know, ugly stack structures and everything = -___- = ... but aside from that ... )I would like the VI to decrement current...
View ArticleRe: Mysterious data points %\ ...
You are decrementing from 0.9 to 0. Simply create a DBL array containing all desired voltages, then iterate over them. No duplicate code, and no deeply stacked sequences needed
View ArticleRe: HOW TO FILTER DATA FROM MICROSOFT ACCESS
Just be sure to get examples specific to the Jet DBMS. It is rather "idiosyncratic" when dealing with time and date values. One question: the timestamp is being saved in a datetime field, right? Mike...
View ArticleRe: Mysterious data points %\ ...
How am I decrementing from 0.9?I don't really see where it's messing up but I changed the "Starting current" to 1.1 and recorded two separate runs back to back. Got different results :\ ... 0.000000...
View ArticleRe: Mysterious data points %\ ...
oh, i see what you mean... not sure why i had the "+1" in the first frame X.x ... still doesn't change anything tho -__-
View ArticleRe: FPGA Guitar/Audio FX
Nick, I picked up a myRio and got to tihnking about this FPGA audio guitar effects again so i pulled down your code to try. It had a couple broken/missing subvi's that i had to find. I just wanted to...
View ArticleRe: FPGA Guitar/Audio FX
Nick, I guess i was logged in with my work email. i am almighty & pRoFiT Thanks again
View ArticleRe: Mysterious data points %\ ...
You should also get rid if the feedback node. It makes no sense here.
View ArticleRe: Line + Scatter on 3D graph
Hi, I'm now doing almost the same thing, I want to merge 3d quiver and 3d line onto 1 display, is there any way to do this? it seems the 2010 replys didn't give any clear answer. thanks in advance. yhs
View ArticleRe: Good method for detecting walls in a map
hi it's very popular and useful function which i am working on . have you find any solution yet?
View Article