|
First
|
Prev |
Next
|
Last
Pages: 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264
parallel execution Parallel execution when multiple subvis are in a while loop is not really parallel. It executes in an inorderly fashion I have a vi here which contains another vi file path to open which consists of a subvi. If I try to run this, I realize to the eye it might seems parallel but inherently is not. The subvi is also mad... 7 May 2008 15:04
Stepper Motor & FP-DO-403 Hi, I�m making a x-y table, and I must use the fieldpoint DO-403 to control the motors of this table. I have the current drives for the motors. I don�t have conditions to buy a motion control board, and I don�t know how do control these motors. I�m new at Labview, so I�m completely lost. What do you suggest m... 7 May 2008 10:57
Save For Previos... menu is greyed out for project style instrumentdriver in Labview 8.0. I have a project style instrument driver in Labview 8.0. I want to save it for previous version 7.1. However Save For Previos... menu is greyed out. Any ideas why? ... 7 May 2008 10:57
defer decision? For Labview 8+ users: When saving a Labview vi or control after working on it, Labview sometimes gives me three choices: Save, Defer Decision, or Cancel. There is no Do Not Save option. Many times I decide that I didn't want to do what I did and just simply want to close the vi or control and ... 7 May 2008 10:57
PC2000 drivers Hi i am also trying to locate these drivers, are they add on pacages to labview or are they conectivity software?? John P. ... 7 May 2008 10:57
display proceeding statechart Hey, I'm using the statechart module of labview 8.5. Does anybody know if there is a way to display a proceeding statechart in subpanel (or something similar) of the caller VI. Thanks Volker ... 7 May 2008 12:35
Use a UI message from a Visual Studio C++ DLL Wiebe(a)CARYA wrote:I'd avoid sending a string if possible. If you want to send a status, send an numeric. At least test with numerics, in general they are a lot easier. The problem with strings is that you are passing a pointer. This pointer lives in the memory of the sender, but the receivers wants to read it. The... 7 May 2008 10:57
TC CJC Accuracy Hello, I noticed that the USB Thermocouple module has 1 degree F of accuracy for the CJC. Is there a way to improve this i.e. external CJC Thermocouple using an ice bath? <a href="http://www.ni.com/pdf/manuals/371566e.pdf" target="_blank">http://www.ni.com/pdf/manuals/371566e.pdf</a> W... 7 May 2008 15:04
Memory cleanup in RT Hi, I have developed a VI in which I am using queues,arrays and Global variables. When I stop this VI, I want to release all the memory for - Queue - Array - Local variables If I use relese Q operation for releasing queue memory then will it do the job? Also if VI is stopped all local variables will ... 7 May 2008 10:08
Best way to scan an array from a text file Hello, I was wondering ... what is the best way to scan a 2d array of numbers from a text file. An example of such a text file: 0.0000000e+000 3.5000000e+001 3.5100000e+001 3.5200000e+001 3.5300000e+001 3.5400000e+001 3.4000000e+002 -5.4998976e+000 -1.4999... 7 May 2008 10:57 |