Re: Will Shared Variable and Netowk Stream be obsoleted at Next NXG?
Ah, i see. race conditions, hosting and finding, update delays etc... I agree with all of those. Thanks for the input. This info (obsolesence) now gives me a kick in the right direction to move away...
View ArticleRif.: ECU Measurement and Calibration Toolkit on Real Time Target
Observing the exact same problem. I can install 18.5 to PXI but not 19.0. But I need 19.0 because it includes a specific bug fix I need.
View ArticleRe: Why can't Call Library Function Node load my .dll
Well sorry the extern "C" was misleading. It is only for avoiding name mangling when compiling as C++ code. However the ending of the file is not binding. You can set in a project to compile even C...
View ArticleEV3 Robot sensor
I am currently trying to have a sound sensor on my EV3 robot. I am using a sequential structure to make it go according to my own set of instructions. I want to make my sound sensor take a reading at a...
View ArticleApplication Broken with error 6208 on a particular PC
I run into a strange problem with a singular Windows 10 PC - a LabVIEW application that works on every other PC we have is broken on this particular PC. When I click on a broken arrow, a message "VI...
View ArticleInstantiation of class does not work in EXE
LVOOP noobie here. I have created a HAL class to use in a LabVIEW project (e.g. DUT.lvclass being a parent class with other child classes inherited from it). When I tried to instantiate a class in a...
View ArticleRe: How can TDMS write generate error 4?
I also saw this today. (End of file error while doing a TDMS Write.)Is there any update on this issue? Was it ever escalated to R&D? I think it'd be worthwhile to do so, even if just to ask them...
View ArticleRe: Will Shared Variable and Netowk Stream be obsoleted at Next NXG?
I'm very surprised my post caused heated discussion about SV and NS.Of course I don't want to use both method actively on CG and NG. Both cause some unexpected trouble.Especially NS, there is a lot of...
View ArticleRe: How can TDMS write generate error 4?
I just got back onto the customer system to check a few things, so here's some additional data... * The PXI RT system is running Pharlap 13.1* The file size of the TDMS file was 4,194,176 kilobytes,...
View ArticleRe: How to control parallel threads?
I note that the compiler doesn't know how large the arrays will be, thus its rules can't depend on array size.
View ArticleRe: How can TDMS write generate error 4?
To answer my own question, Pharlap uses FAT32, and is thus limited to 4G for file sizes.The approach I'm using, then, is to monitor the file size (using the regular File I/O "Get File Size" function,...
View ArticleRe: Reading Omega Torque Transducer to LabVIEW
Hi, Did you have any luck with the setup?
View ArticleRe: How to control parallel threads?
Just guessing here as always. Maybe parallel loop the compiler uses different cores, for arrays using elementary operations, add, subtract, math functions, etc, maybe the compiler is using the...
View ArticleRe: What setting to set to stop .NET dll being copied to build folder
I was able to produce what I believe is the desired behaviour with the following steps:Create a new "HelloWorld.dll" using Wiebe's snippet. This is stored in <Downloads>/HelloWorld.dll (but could...
View ArticleRe: Will Shared Variable and Netowk Stream be obsoleted at Next NXG?
I don't know -- I had a LabVIEW RT routine that had four Network Streams -- two were Message Handlers connecting a Host QMH with a Remote QMH (so they could exchange Messages, like the Host telling the...
View ArticleRe: What is this block?
My recommendation is to never use this function, never use the Dynamic Data Wire (which is what it creates), and learn DAQmx and stop using the Dreaded DAQ Assistant (the Express VI into which you...
View ArticleRe: Instantiation of class does not work in EXE
I see two possibilities. One, you are using current VI's path constant, but in an EXE the path of a VI is different than it is in the development environment. The name of the executable file becomes a...
View ArticleRe: How to control parallel threads?
Instead of all that duplicate code, just use a parallel FOR loop.
View Article