Re: Opening VI and consuming 100% CPU power
Did any solution/explaination ever come of this? I recently came across a vi with this issue.
View ArticleRe: New PXI-8360 module is not being recognized by MAX or device manager
Same error, but I don't find the way to delete de NI PXI-8310 driver, it doesn't appear at National Instruments Software nor msiBlast. The configuration I have is a PXI-1042 Chassis with a NI PXI 8360,...
View ArticleRe: Interfacing Ardupilotmega with Labview with Mavlink Protocol
This are the Log Files ... U can View it with Bin Viewer or another Hex Viewer
View ArticleRe: Trying to move mouse programatically but losing control when I move it...
I have not had that isse before. Can you reduce your code down some (to hide the propriatary stuff) to just enough to show the problem?
View ArticleRe: oscilloscope blocked
the_ghost wrote:when i make 1 v(sinuzoidale) the program read the signal correctly but when i make (30mv)my program is blocked(does not respond)That sounds like the trigger level is default so...
View ArticleTouch Panel Module clear serial
how to clear 232 serial input and output queue in Touch Panel Module ,in Serial Compatibility VIs,there is no vi to clear serial buffer.
View ArticleRe: Getting a "DDE Master Control.vi" error, along with Load Error Code 21
Hi Benjaming, Please take a look at this KB which explains how to solve LabVIEW load error code 21. LabVIEW Load Error Code -21 When Running an...
View Articlerun vi from vba without compiling gets error 13 type mismatch
Hi, I'm trying to use VBA code to access Agilent 33250A vi driver. I follow examples in the forums but I'm not quite sure why I'm getting 'Run Time error 13' type mismatch. Sub LabVIEW()Dim filepath...
View ArticleRe: Waveform to Matrix Multiplication
I figured I better give a bit more information regarding what it is I'm trying to achieve. I have a force balance that measures three forces and three moments. This is read into labview as six voltages...
View ArticleRe: Waveform to Matrix Multiplication
There are express VI's that convert to and from the dynamic datatype. Try using the From DDT to convert your 1-D array of waveforms to a 2-D array of doubles. (You'll have a coercion dot going in...
View ArticleRe: "One header only" for TDMS writes?
Adv TDMS is designed for performance. On Windows OS, in order to use 'disable system buffering' for writing performance, it require sector-align data for very write to disk. So, Adv TDMS will create a...
View ArticleRe: run vi from vba without compiling gets error 13 type mismatch
Which line of your VBA code is generating the error?
View ArticleRe: run vi from vba without compiling gets error 13 type mismatch
This line is causing problem: vi.Call ParamNames, ParamVal
View ArticleHow to save a .llb provided in vi.lib by duplicating hierarchy?
I am writing WDT to file. When using Export Waveforms To Spreadsheet File (1D).vi the data written is correct. When I try to parse the data (image attach) and not use Export Waveforms To Spreadsheet...
View ArticleRe: in Touch Panel Module clear serial buffer
Which buffer are you trying to clear? Transmit or Receive? Generally transmit doesn't need clearing because anything in it usually gets sent out right away. I rarely need to clear the receive buffer....
View ArticleRe: in Touch Panel Module clear serial buffer
Thanks you,i know that method,i just want to know whether we have more useful vi to solve this problem.
View ArticleRe: Getting a "DDE Master Control.vi" error, along with Load Error Code 21
Thank you for your assistance, but I did not build this executable, nor do I have the source to build it locally. It is a perfectly functional exe on all machines except those in our campus network.
View ArticleRe: run vi from vba without compiling gets error 13 type mismatch
I've never called LabVIEW from VBA. But I do know LabVIEW and I do know VBA. I see one of two possibilities1. Either the string for the resource name doesn't work for the VISA resource parameter, or...
View ArticleRe: How to save a .llb provided in vi.lib by duplicating hierarchy?
You don't underhand the waveform data type on how the export function works. The waveform data type includes a dt.value and this is used to calculate each individual time value that is written to file....
View Article