Re: PSP RemoteEngines[] property not detecting hosts after built into...
I have still experienced intermittent issues in discovering cRIO targets from various host laptops trying to search for the SVE's programmatically in this application. In the most recent case, I found...
View ArticleRe: free on line training class after purchase labview licence
Purchasing a licence usually comes with one year of SSP, that allows access to online training NOTE: You have to have activated your licence and register your serial number with your NI account before...
View ArticleInstalling software from a server
This is exactly why I insist on having my LabVIEW installation software on DVDs or USB-sticks.
View ArticleNI MXS 18.5.0 installation has failed
I have reoccuring problems installing various versions of DAQmx 18.5, 18.6, 19 etc, I always end up with this error message at some instance,stopping and destroying the installation. What is this for...
View ArticleNi 6211 DAQ to HC-sr04 Connecting and code (fails in while loop)
Hello, I'm trying to get my distance sensor to work for a school project and I am running into a few problems. First off I found this code online when I have tried to look for help but I can seem to...
View ArticleRe: Difference in data conversion when provided as a single integer or in an...
wrote:Yes, Sir, I understand how rounding works but my question is why is it working differently when provided in an array than done individually?The actual number is not rounded just because you're...
View ArticleRe: Preallocate array memory without initializing it
I misunderstood some things before, maybe I still misunderstand some things. Plunging ahead anyway... 1. The "real-time" aspect of this app isn't very demanding. Accumulating an array of 86 values...
View ArticleRe: free on line training class after purchase labview licence
HI: can you send the link to SSP?Thanks
View ArticleHow to control parallel threads?
Since "parallel" execution is naturally baked in to Labview, we are supposed "not to worry about it" and let the compiler do the job of distributing pieces of code onto actual OS threads, which then...
View ArticleRe: How to control parallel threads?
Try wrapping code in a single-iteration FOR loop. I think that will guide the compiler to multi-thread. As a note to readers, this is something you might do where you know two bits of code will both...
View ArticleRe: How to control parallel threads?
wrote:Try wrapping code in a single-iteration FOR loop. I think that will guide the compiler to multi-thread.An In-place Element Structure might do the same thing. The goal here is to make sure the...
View ArticleEnter Serial Number screen does not appear while trying to activate LabVIEW.
I'm trying to activate LabVIEW 2019 with License Manager, but when I click on 'Enter Serial Number' the window flashes a couple of times and goes back to the Activation Code window. I was able to get...
View ArticleRe: Trying to meet the best practices
An important difference between the CLD and the CLA is that the CLD has the expectation of a functioning application. You are only awarded points for the features that actually work. It's important...
View ArticleRe: setting TDMS properties
as you can see from the PNG file, I've done that. I know that the file contains data and that it get FTPed from the PXIe to the PC Host. But the change in properties at the PXIe side doesn't seem to...
View ArticleRe: Numeric control scroll wheel changes active digit
I assume you are using 2019?I have checked both 2016 and 2018 behavior and they both operate the same as your original post.So it appears the behavior has not changed recently. Hope this helps.
View ArticleRe: How to control parallel threads?
wrote: wrote:Try wrapping code in a single-iteration FOR loop. I think that will guide the compiler to multi-thread.An In-place Element Structure might do the same thing. The goal here is to make...
View ArticleRe: What is this block?
Convert To Dynamic Data. Unfortunately, since its an express VI, its internal settings are hidden and we can't tell what they are just from the picture (eg: if columns are channels or rows are channels).
View ArticleRe: What setting to set to stop .NET dll being copied to build folder
It's almost certainly because they are in the GAC. .Net only really knows two well known locations for assemblies and that is the GAC and the application directory of the current process. Anything else...
View ArticleRe: What setting to set to stop .NET dll being copied to build folder
Yes the problem that you described below is exactly the problem I have! I am actually using the SSH.NET library and am struggling with this . Yes I have tried to move it to a common folder (e.g....
View Article