Re: How to read Serial Data from Arduino using labview VISA?
As a followup to that comment - if you click on the "Options" to the side of a message you can choose the "Permalink" entry.That will redirect you to the page with the message in some sort of...
View ArticleRe: Input array listing possible test results to generate all test scenarios
wrote:I'm assuming that integers compared to an integer within a double will still work.I agree that you are probably right but the exponentiation operates purely on DBL (notice the coercion dots) and...
View ArticleRe: Synchronization of encoder and camera
I made a couple minimal changes, added brief comments about them, and back-saved to LV 2012. See attached. Ask questions if you need further explanation. -Kevin P
View ArticleRe: LabVIEW 2020 64bit Win10 Crash
Thanks for reporting this, Dmitry! I have reproduced it in my side with LabVIEW 2020 (32-bits) and have filed Bug 1078977 for the appropriate team to address it. All the best,
View ArticleRe: Hexadecimal string to 0x00000000 to write data into niHSDIO Write Static...
Hi, Thank you for your response. The Hexadecimal string is the correct output but I need to connect that output to the "write data" of that niHSDIO Write Static (U32) vi and it requires a different...
View ArticleRe: Input array listing possible test results to generate all test scenarios
This works... only problem is I have so many possibilities I keep getting memory errors... DOH! I guess there will just be some cases I will not be testing, lol. Thanks for your help everyone! I...
View ArticleNI 2017 nipal not loading on Concurrent Ihawk running Redhawk 7.5
hello on my ihawk i am trying to load NI 2017 products from the following ISO's; NI4882-17.0.0fo.isoNIKAL175.iso product installs ,but after i exec an updateNIdrivers , i only get the built kernel...
View ArticleRe: NXG
You will notice in most of the forum posts that it's better if you share with us what you have tried and the code you're looking at. You mention it is a modified example, perhaps post a snippet of it...
View ArticleRe: Input array listing possible test results to generate all test scenarios
Like I said, it gets exponential! You may have to look at a Design of Experiments scenario where you vary multiple parameters between tests so you can reduce the number of tests. Then the final...
View ArticleRe: ULx Physical Channel Selection as Executable
Looking under the hood it looks like the ULx LabVIEW VI's use a .NET constructor referencing "ULx_LV". I'm not sure how you would verify if that is installed on the computer though.
View ArticleRe: ULx Physical Channel Selection as Executable
As a shot in the dark, when you installed the ULx for LabVIEW on the dev. PC there should be a ULx_LX.dll in Program Files (x86)\National Instruments\LabVIEW 20xx\vi.lib\ULx. You can try copying that...
View ArticleNI 9250 with BNC
HiI conduct research using the NI 9250 card with BNC and I have to describe the advantages of using this card instead of another method for measuring vibrations. Is anyone able to write its advantages...
View ArticleRe: Input array listing possible test results to generate all test scenarios
Took a bit to figure it out but it was a really fun challenge, and I'm definitely gonna clean it up some and add it to my useful VI arsenal. This will work even if each attribute has a different number...
View ArticleChirp Signal Processing
I'm trying to process a Chirp signal to resemble the image named "desired signal". A Blackman-Harris window and FFT provides the correct shape i'm after, but I need just the magnitude of this signal....
View ArticleRe: Network Shared Variable Engine taking 20-30 seconds to update variables
Thanks for answering all those questions. Reducing the high CPU use is probably a good starting point. Some more questions: If a project is created with a single library containing a single shared...
View ArticleRe: ULx Physical Channel Selection as Executable
Did you create an installer for the executable you created?
View ArticleRe: LabView SVM real time classification
I also want to get more information about this subject, can anyone help me, thanks alot
View ArticleRe: Application of ptbypt vi's on data
I'm obviously not Crossrulz, but I would suggest that you might have an easier time understanding the possible cause of your problem if you avoided the use of the Dynamic Data Type (DDT - blue wire)....
View ArticleRe: Error with Call Library Function Node inside H5F.lvlib: H5open.vi
Thanks, I have now managed to install all the files correctly.
View ArticleRe: LabVIEW NXG OOP: any form of reflection functions?
I would take a look at something like this to see if it's suitable:https://www.ni.com/documentation/en/labview/5.0/g-prog/create-plugin-test-app/ It's not exactly the same as the Get LV Class Default...
View Article