Re: Array Manipulation
Alex, It is almost always better to use Replace Array Subset than Insert into Array, especially in a loop. Using Replace Array Subset also allows elimination of the concatenation of a 3-element empty...
View ArticleRe: Array Manipulation
Hi Johnsold, I am using linefeed as delimiter only, by mistake i wrote tab. Thanks for the solution.
View ArticleRe: Can I access the VI files contained in ni_vision_acquisition_software.lvlib
Ah! I see. So they are probably not accessible that way. Thanks for letting know.
View ArticleRe: Ramp up - save measurements - ramp down fast without saving !
Hi, Thanks for the answers.I did the part with the bundle. Thanks. About the ramp down, I just want to protect the generator. I don't care about the cooling of the thermocouple. There will be enough...
View ArticleRe: error
On the Dialog and User Interface Palette, there is the "Error Cluster from Error Code" function. If you wire a number other than 0 (= No Error) in to the (required) Error Code terminal, you will...
View ArticleRe: Visible/invisible property nodes
Jeff, Forgive me for being so picky. A Gaussian distribution (usually spelled with two s's) is also called the Normal Distribution, or "The Bell-shaped Curve". What you generated was a Uniform...
View ArticleAir quality monitoring for 3D printer
Hi everyone.I'm trying to find sensors to monitor air quality which work with Labview. The 3D printer we are using has a risk of contaminating the air with particles, fumes etc. If I could monitor...
View ArticleRe: Air quality monitoring for 3D printer
Interesting product! There are many instruments and sensors for air quaility monitoring. Besides O2 and CO2 what other materials do you need to monitor? What are the ranges of concentrations you must...
View ArticleRe: Unflatten from string or Type Cast ?
I do not have the Vison stuff, so I cannot say. Lynn
View ArticleRe: Unflatten from string or Type Cast ?
Oesen wrote:Can this one be used for at color image btw ? Yes. That is "IMAQ ArrayToColorImage" which writes a 2D array of U32 to an image.
View ArticleRe: Air quality monitoring for 3D printer
Hi Lynn,Fast reply, thanks! The first and most important thing to monitor for is a powder at 56 microns in size. I don't know much about air quality monitoring other than the gas detectors I've used...
View ArticleRe: Air quality monitoring for 3D printer
Wes, A quick search for "particle size monitor" found several devices which might be suitable. Particle Measuring Systems. Chemtrac. Dandong Dongfang Measurement & Control. I have not used any of...
View ArticleRe: integrating matlab into labview
Hello,I am working LABVIEW and MATLAB platform.I would like to intergrate matlab into labview.Is that possible?If so please can you explain how can be done... Thanks in advance.!
View ArticleRe: Unflatten from string or Type Cast ?
The problem is that I'm always getting blue images as a result And I have chosen a 32-bit RGB image in the image create. I'm generating random numbers from a c-program from 0-4,294,967,295 and...
View ArticleRe: Unflatten from string or Type Cast ?
Please stop posting variations on the same code in so many places. I already explained here that it will not work to read a single byte and type cast it to a 4-byte value; you'll get the wrong result,...
View ArticleRe: Unflatten from string or Type Cast ?
I'm sending an array of 76812 bytes from my c-program. The first four bytes is the header, I defined it to be "1" The second four bytes is the array dimension "160" The third four bytes is the array...
View ArticleRe: Unflatten from string or Type Cast ?
Now you are giving completely different specifications. You now have everything coming in four-byte chunks rather than the single bytes mentioned earlier. This code will handle conversion of a string...
View ArticleRe: Exposing accessor vis as Properties in a .NET assembly
Rolf,I appreciate your insights. I suspect that NI has many irons in the fire and this particular "feature" is, in comparison, a back-burner item. I will add it to the NI customer "wish list". Peter
View ArticleRe: TCP/IP communication between two computers
Hello,Could anyone help me on this pleaseI need to realize a communication between a MatLab application and aLabView application.I have some data from Matlab to Labview. The two programs are installed...
View Article