04-14-2008 10:54 AM
04-14-2008 05:03 PM - last edited on 07-01-2024 01:27 PM by Content Cleaner
04-16-2008 09:14 AM - last edited on 07-01-2024 01:28 PM by Content Cleaner
Hi deric,
I apologize for the confusion on our website. This was an oversight and not intended to be deceptive marketing. We do provide x64 kernel support, but you are correct in that we do not have a 64-bit version of the DAQmx libraries. I have corrected the document you mentioned to include a statement explaining this.
Thank you for the feedback, and please let me know if there is anything else we can do to assist you.
04-16-2008 09:23 AM
Charlie, Thanks for the follow-up. To be precise, I don't believe Microsoft uses the term "x64" when referring to Windows Vista 64-bit Edition. That was a term used with Windows XP, but later dropped, as far as I can tell.
Does NI offer any alternative to access the 64-bit kernel driver from our 64-bit application? We would be willing to use very low-level C/C++ function calls or whatever it takes to get access to this driver. Please let me know. Thanks.
04-16-2008 09:50 AM
deric -
As Charlie stated, the information on the page you referenced was incomplete and thank you for pointing it out so that we could fix it.
For the benefit of the community, I'd like to explain why it is necessary for us to specify whether drivers supprt 64-bit Vista.
NI drivers contain both user-mode and kernel-mode DLLs. On a 64-bit OS, all kernel-mode DLLs must to be 64-bit. So, in order to be usable at all on a 64-bit system, the driver must include 64-bit kernel-mode DLLs. Older versions of NI drivers include only 32-bit kernel-mode DLLs. This is why we must specify which versions of the drivers can be used on a 64-bit OS.
Whether a driver can be used in a 32-bit application or 64-bit application depends on whether the driver includes 64-bit versions of the user-mode DLLs. NI-DAQ currently does not include 64-bit versions of the user-mode DLLs, so as you pointed out, they cannot be used in 64-bit applications.
I'd also like to know exactly which 64-bit libraries you need. Given that you posted in the .NET forum, I assume that you need a 64-bit version of the DAQmx .NET library; is that correct? Are there other National Instruments .NET libraries that you need 64-bit versions of (e.g. WindowsForms, WebForms, Analysis, NetworkVariable)?
David Rohacek
National Instruments
04-16-2008 09:55 AM
Hi David,
We just need to access simple digital I/O (preferably using your 6528 card since that's what we just bought) under true 64-bit Vista. We can build our own .NET object, so a C++ interface to the 6528, for example, would do. We don't need interrupts or timers or anything fancy -- just read inputs and write outputs.
Does anything you have meet our needs?
Deric
04-16-2008 02:21 PM
04-16-2008 02:39 PM
Thanks, Ben.
We are developing an application that processes images. The images are large format and we need to keep many of them in RAM, thus our need for lots of memory. We cannot reduce the memory usage, so we need to move to 64-bit memory space.The digital I/O would only be used for reporting results, so it would be relatively low-speed, low memory usage.
Since we already use a competitor's .NET library in 32-bit, it would be a lot easier to integrate a 64-bit library. Since we cannot find any company that offer this (several claim to, but none have delivered!), we are considering alternatives. We are leaning toward developing a 32-bit service that would be accessed from our 64-bit application via RPC. Obviously, this would take some development, so if you have any other great ideas, we're listening. It blows our mind that there is no publishied or released API to the 64-bit kernel, no matter how non-trivial.
Deric
04-17-2008 01:47 AM
Ben,
Thanks for this clear explanation !
So the current version of 64-bits drivers only support 32-bits applications ?
Its a matter of naming, but can you really call this 64-bits drivers ?
For the time being we will move the NI-code to a 32-bits out-of-process COM server.
Could you keep me updated when NI releases real 64-bits support ?
WR,
Kees
04-18-2008 02:22 PM - last edited on 07-01-2024 01:29 PM by Content Cleaner
Hi Kees,
There's been some great questions and I'd like to clarify and some up the forum thread. The driver supports the 64-bit kernal so it can run on a 64-bit operating system, such as Vista x64, but the user-mode kernal is only 32-bit (as described in posts above). This is similar to the industry switch to 32-bit back when Windows 95 came out. The operating system allowed 16-bit applications to run on the 32-bit operating system but with 16-bit memory references until developers released 32-bit applications. Ben Craig had alot of great information and we have also updated our website to reflect the misleading naming. If you look around our website, you will find that we never call DAQmx a 64-bit driver, but we do support it on the Windows O/S known as Vista x64. To further clarify, we provide support for the "Vista x86" and "Vista x64" operating systems. These are the names of the operating systems that Microsoft has given these two respective products. We provide support for them but we do not have a 64-bit application driver, regardless of if the name of the operating system has reference to 64-bit, in this case, their naming of the 64-bit flavor being "Vista x64."
If you're on SSP, you will be updated immediately of new releases of DAQmx. Otherwise I recommend checking https://www.ni.com/en/support/downloads/drivers/download.ni-daq-mx.html for the most up-to-date releases of the software.