Re: Cant transmitt and Recieve data when USER INTERFACE Execution Mode selected
Thanks ...But How can I use MS WebBrpwser in my VI ??
View ArticleRe: Continuing to push/expand my limits: Dealing with overflow
So that graph shows 700 samples, right- so 0.7 seconds? From what you're saying, this is position (double integrated acceleration) rather than direct accelerometer output. So yes, it's a glitch- the...
View ArticleRe: Continuing to push/expand my limits: Dealing with overflow
It is acceleration, before integrating for position. I wonder if it might be some sort of timing issue in the chip and I just happen to catch a value as it's resetting, or some sort of voltage...
View ArticleRe: Continuing to push/expand my limits: Dealing with overflow
If it's acceleration, how can your 'resting' arm be showing constant, high accelerations and x, y and z axes? How can your acceleration only ever be positive and never negative? It doesn't explain what...
View ArticleRe: Trouble connecting to an OPC server
JasperS, Some time has passed since this thread, but I wanted to know if you could provide a few more details about how you discovered that both LabVIEW and the MassSpec (PrismaPlus) don't speak the...
View Articleno supported physical channels
Hi,I am new to using Labview and installed the student edition. i am going through the getting started with labview but can not complete chapter four due to NI-DAQMX not working. If you see the...
View ArticleRe: no supported physical channels
The student edition does not include the DAQmx driver. It is something you need to download from the Support page. Did you do that?In the future, don't attach proprietary files. Much simpler to...
View ArticleRe: no supported physical channels
Yes i did down load that driver. Do you think i need to down load the NI-Devices Driver. John
View ArticleRe: no supported physical channels
That is the software driver. What is your physical device?
View ArticleRe: Continuing to push/expand my limits: Dealing with overflow
That's a _very_ interesting possibility... The data is being read through NI-845x I2C Write Read.vi, which has an unsigned U8 output. Two of those get combined to form the 16bit data (high and low...
View ArticleRe: excel transfer using bluetooth
Hi all, I referred to find example/bluetooth.dll/simple bluetooth server and client.vi but for some reasons im getting the error 59 after changing the channel in the client vi from 0 to 1 as mentioned...
View ArticleRe: no supported physical channels
Agilent E363x series output DC volts. I think this is what you mean by device?
View ArticleRe: Continuing to push/expand my limits: Dealing with overflow
And that seems to have gotten it! Tracked down through the subvi within a subvi chaing, and found that the original call was indeed U16 instead of I16. Once again, brought down by the amazingly simple...
View ArticleRe: no supported physical channels
That is not an NI DAQ device and trying to use the DAQ Assistant is just silly.Use Help> Find Instrument Drivers if you intend to control it. It would have nothing to do with a DAQmx tutorial, though.
View ArticleRe: Control inversor de giro de motor con temporizador
Necesito para un proyecto que estoy haciendo un VI que controle el giro de un motor de 3 V. Ya tengo los componentes necesarios, sólo me hace falta un poco de ayuda en la programación. El control de...
View Articleproblem of two xbee routers in labview interface arduino
Hi! I currently doing a project for measuring temperature using LM35 wirelessly using XBee. I have two xbee routers, one xbee coordinator and two arduino. Each arduino will collect temperature value...
View ArticleRe: spanned file system with zip
OpenG ZIP does not support spanning or stripped datafiles. Thezerotolerance wrote:First, thanks for your reply. I actually have a zip utility that compresses strings rather than files. I believe that...
View ArticleRe: Kinect One - Creating a list in .NET
Hello Ross, I am having exactly the same problem with a list type in a .NET assambly. The "GetType" call has no error, but the reference coming from the call is null. Did you find a solution for this?...
View Article