﻿<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type=\'text/xsl\' href=\'rss.xsl\'?><rss version="2.0"><channel><title>Marvin Test Solutions - Forum: ATEasy Drivers</title><link>https://www.marvintest.com/Forums/mainForum.aspx?CatID=2</link><description>Discussion groups regarding drivers for all versions of ATEasy. Users can ask for or upload their drivers here.</description><item><title>Python Driver - hpyObject undefined - Created on Wednesday, September 3, 2025</title><description>&lt;b&gt;By Yuval S. on 9/3/2025 1:33:24 AM&lt;/b&gt;&lt;br&gt;Hi ,&lt;br&gt;&lt;br&gt;Trying to load python example project  and got this error :&lt;br&gt;&lt;br&gt;Compiler error #650: Type 'APointer' is undefined, fount in 'Test 1.3: Import Module From Python Project Path' in line 8&lt;br&gt;&lt;br&gt;I see that hPyModule it from Type hpyObject , but hpyObject has no defintion, it shows it has APointer (Public) type .&lt;br&gt;&lt;br&gt;1. What is APointer ?&lt;br&gt;2. How can I resolve this issue , how should I configure hpyObject to pass project compilation.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Y. Shamir.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 9/3/2025 8:39:05 AM&lt;/b&gt;&lt;br&gt;APointer is a new data type added to ATEasy 2021 (or newer) to support pointers in 32 and 64-bit development environments. If you are using older ATEasy you can define APointer: DWord in the Python driver and that should resolve the issue. &lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;&lt;b&gt;By Yuval S. on 9/3/2025 10:11:15 AM&lt;/b&gt;&lt;br&gt;Thanks Ronnie,&lt;br&gt;That solved my issue ! &lt;br&gt;&lt;br&gt;&lt;br&gt;Yuval.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=527</link><pubDate>9/3/2025 1:33:24 AM</pubDate></item><item><title>MOXA NPort 5410 Driver / I2C - Created on Monday, June 16, 2025</title><description>&lt;b&gt;By Nancy M. on 6/16/2025 7:07:40 PM&lt;/b&gt;&lt;br&gt;Would someone here be able to create a Moxa NPort 5410 driver for I2C communication? Or point me to some references or starting points please. Thank you in advance.&lt;br&gt;&lt;br&gt;Would like to understand how this is connected in our setup. I do not see this device under drivers in ATEasy. It's setup under NPort administrator application. Not in NIMAX like the rest of our drivers. In NIMAX the drivers in ATEasy are listed under NI Switch Executive Virtual Devices. And this device is listed under Serial and Parallel (NIMAX). Would like to understand how this works in the system. MOXA NPORT is RS232 and the path is navigating to I2C communication in our UUT.&lt;br&gt;&lt;br&gt;Birds eye view -- PC &lt;-&gt; ETH switch &lt;-&gt; MOXA NPORT5410 &lt;-&gt; custom hardware &lt;-&gt; UUT (I2C)&lt;br&gt;&lt;br&gt;Goal is to have I2C communication and the codes not working.&lt;br&gt;&lt;br&gt;Thanks for your help.&lt;br&gt;Nancy&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=525</link><pubDate>6/16/2025 7:07:40 PM</pubDate></item><item><title>NI-Switch driver for ATEasy - Created on Thursday, February 27, 2025</title><description>&lt;b&gt;By Jonathan F. on 2/27/2025 3:03:39 PM&lt;/b&gt;&lt;br&gt;This driver was generated by ATEasy from the NI-Switch 19 function panel (FP) driver and is untested. It should work for all NI switching products.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=522</link><pubDate>2/27/2025 3:03:38 PM</pubDate></item><item><title>IviDMM.dll is missing - Created on Tuesday, December 24, 2024</title><description>&lt;b&gt;By Elik L. on 12/24/2024 2:02:57 PM&lt;/b&gt;&lt;br&gt;I try to run the IviDMM project, although the IviDMM is in the library the application is asking for the missing IviDMM.dll.&lt;br&gt;Where I can find this dll?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/26/2024 8:55:26 AM&lt;/b&gt;&lt;br&gt;Download and install Ivi shared components (v3.02 is the latest)&lt;br&gt;&lt;br&gt;https://www.ivifoundation.org/Shared-Components/default.html&lt;br&gt;&lt;br&gt;Ron&lt;br&gt;&lt;br&gt;&lt;b&gt;By Elik L. on 12/26/2024 5:27:31 PM&lt;/b&gt;&lt;br&gt;I did it, and I had version 2 and install version 3.02 but could find anywhere IviDmm.dll.&lt;br&gt;Any idea where to find it?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/27/2024 9:00:00 AM&lt;/b&gt;&lt;br&gt;You need to download the manufacturer driver implementation of the IVI-DMM and configure it using VISA resource manager . What resource manager are you using NI-VISA? What DMM are you trying to control?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=517</link><pubDate>12/24/2024 2:02:57 PM</pubDate></item><item><title>"Getting Started" innacurate directions? - Created on Sunday, December 15, 2024</title><description>&lt;b&gt;By Jorge S. on 12/15/2024 1:43:56 PM&lt;/b&gt;&lt;br&gt;I am strictly following the directions found Getting Started guide for Version 12 (2023) of ATEasy.&lt;br&gt;&lt;br&gt;The intention is to familiarize myself with driver generation for a serial device.&lt;br&gt;&lt;br&gt;I find that the instructions appear incomplete or incorrect since page 87 of the document states "COM ports are built-in" but when I try to define a serial port I see NONE in the list regardless of three being installed on the PC being used.&lt;br&gt;&lt;br&gt;Any suggestions or guidance will be greatly appreciated.&lt;br&gt;&lt;br&gt;Clarifications: I am COMPLETELY new to ATEasy and have no other resource at hand other than the manual.&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 12/16/2024 9:41:03 AM&lt;/b&gt;&lt;br&gt;Hello Jorge,&lt;br&gt;&lt;br&gt;You need to enable it by clicking in the Driver's Property, so that it will show in the Driver's shortcut.&lt;br&gt;&lt;br&gt;1. Double click the Driver(eSwitcher), it should open a new Tab.&lt;br&gt;2. From the driver's Tab, Right Click Driver&gt;Properties&gt;Interfaces&lt;br&gt;&lt;br&gt;See attached image for reference&lt;br&gt; &lt;br&gt;John&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/16/2024 9:42:35 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;The screenshot you attached is for the driver SHORTCUT properties and not the driver properties. Please double click on the driver shortcut and in the workspace window and that will open a tab that display the driver.  Right click on the driver and open it properties, and then in the Interface page check the COM port. See the attached image. Once you enable the driver to support COM ports you can go back to the shortcut properties and set the COM port address.&lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=516</link><pubDate>12/15/2024 1:43:55 PM</pubDate></item><item><title>Python Crashes ATEasy - Created on Thursday, September 12, 2024</title><description>&lt;b&gt;By Christoph B. on 9/12/2024 5:54:02 AM&lt;/b&gt;&lt;br&gt;Even the simplest Python scripts cause ATEasy to crash. I don't even get an error message. What am I doing wrong?&lt;br&gt;&lt;br&gt;&lt;br&gt;pytest.py&lt;br&gt;```python&lt;br&gt;class TestClass():&lt;br&gt;    def __init__(self,addition=0):&lt;br&gt;        self.dings = 123+addition&lt;br&gt;&lt;br&gt;    def testmethod(self):&lt;br&gt;        return 'test'&lt;br&gt;```&lt;br&gt;&lt;br&gt;&lt;br&gt;procedure&lt;br&gt;```ateasy&lt;br&gt;hPyModule=PYTHON Module Import("pytest")&lt;br&gt;if hPyModule&lt;&gt;0&lt;br&gt;	TestStatus=PASS&lt;br&gt;else&lt;br&gt;	TestStatus=FAIL&lt;br&gt;	exittest&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;hPyClass=PYTHON Get Object FromAttribute(hPyModule, "TestClass")&lt;br&gt;hPyArgs=PYTHON Set Args Tuple({5})&lt;br&gt;append hPyClass&lt;br&gt;&lt;br&gt;! Reference and retrieve PythonClass instance class_variable&lt;br&gt;hPyClassInstance=PYTHON Call Object(hPyClass, hPyArgs)&lt;br&gt;hPyReturn=PYTHON Get Object FromAttribute(hPyClassInstance, "dings")&lt;br&gt;TestResult=PYTHON Get Long(hPyReturn)&lt;br&gt;```&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 9/12/2024 12:34:29 PM&lt;/b&gt;&lt;br&gt;Hello,&lt;br&gt;&lt;br&gt;I am able to run your example in ATEasy 23 with Python version 3.8&lt;br&gt;&lt;br&gt;Which version of python are you using?&lt;br&gt;There might be a problem with the newer version of Python. Python 3.8 is stable in ATEasy&lt;br&gt;&lt;br&gt;How are the hPyModule, hPyClass, etc.... defined in ATEasy Variables?&lt;br&gt;(e.g hPyModule:AHandle? or hPyModule:hPyObject?)&lt;br&gt;&lt;br&gt;If the python objects are defined as AHandle, causes a memory access violation error.&lt;br&gt;Make sure the variables are defined as hPyObjects in ATEasy.&lt;br&gt;&lt;br&gt;&lt;br&gt;John&lt;br&gt;&lt;br&gt;&lt;b&gt;By Christoph B. on 9/12/2024 11:15:30 PM&lt;/b&gt;&lt;br&gt;hi John,&lt;br&gt;&lt;br&gt;i am also using Python 3.8. all the hPy... variables are AHandle.&lt;br&gt;&lt;br&gt;i have created a completely new workspace to exclude other sources and now i get a memory access violation with the sent example&lt;br&gt;&lt;br&gt;here my full workspace&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 9/13/2024 9:57:48 AM&lt;/b&gt;&lt;br&gt;Change the hPy.. type to hPyObjects.&lt;br&gt;&lt;br&gt;John&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 9/13/2024 10:00:06 AM&lt;/b&gt;&lt;br&gt;see attached&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 9/13/2024 10:07:11 AM&lt;/b&gt;&lt;br&gt;[Quote= John wrote:&lt;br&gt;see attached =Quote]&lt;br&gt;&lt;br&gt;sorry there is a typo on the type: it should be hPyObject&lt;br&gt;&lt;br&gt;i attached an updated version of your project&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 9/13/2024 10:07:32 AM&lt;/b&gt;&lt;br&gt;[Quote= John wrote:&lt;br&gt;see attached =Quote]&lt;br&gt;&lt;br&gt;sorry there is a typo on the type: it should be hPyObject&lt;br&gt;&lt;br&gt;i attached an updated version of your project&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=513</link><pubDate>9/12/2024 5:54:02 AM</pubDate></item><item><title>Ametek A/C Power Sources - Created on Friday, August 16, 2024</title><description>&lt;b&gt;By Dale J. on 8/16/2024 11:15:30 AM&lt;/b&gt;&lt;br&gt;This driver was generated by ATEasy from a function panel (FP) driver and is untested.  The ATEasy driver "AmetekACPwr.drv" is attached, but additional driver are also required.&lt;br&gt;&lt;br&gt;The instrument driver provides access to the functionality of the various Ametek A/C power sources.  Before this driver can be installed, your computer must already have the IVI Shared Components version 2.6.1 or later installed.  The IVI Shared Components installer is available from:&lt;br&gt;http://www.ivifoundation.org/Downloads/SharedComponents.htm&lt;br&gt;&lt;br&gt;The Programmable AC Power Source/Analyzer installation can be downloaded from:&lt;br&gt;https://www.programmablepower.com/products/ac-power-sources/ls-lx-series&lt;br&gt;&lt;br&gt;Supported Instruments:&lt;br&gt;  -  Asterion Series&lt;br&gt;  -  ASC Series&lt;br&gt;  -  BPS Series&lt;br&gt;  -  Compact i/iX Series&lt;br&gt;  -  CSW Series&lt;br&gt;  -  FCS Series&lt;br&gt;  -  i/iX Series&lt;br&gt;  -  Ls/Lx Series&lt;br&gt;  -  MX Series&lt;br&gt;  -  RS Series&lt;br&gt;  -  SQUOIA Series&lt;br&gt;  -  TAHOE Series&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=511</link><pubDate>8/16/2024 11:15:30 AM</pubDate></item><item><title>Driver for SSH communication - Created on Wednesday, December 14, 2022</title><description>&lt;b&gt;By Mickael G. on 12/14/2022 1:49:47 AM&lt;/b&gt;&lt;br&gt;Hi everyone,&lt;br&gt;&lt;br&gt;We are trying to communicate with a DUT via SSH (with ATEasy10): opening a session, sending commands, reading answers.&lt;br&gt;&lt;br&gt;We usually use ExtraPutty tool, provided with a DLL, but this tool seems no longer maintained and has some limitations.&lt;br&gt;&lt;br&gt;We are looking for a new driver. &lt;br&gt;&lt;br&gt;We had a look at TeraTerm and Windows integrated tool "OpenSSH":&lt;br&gt;  - TeraTerm seems to be designed only for HMI mode. Even if some command lines exists (TTSSH for example),  we can only start session, but impossible to interract with DUT afterward. &lt;br&gt;  - "OpenSSH": we tried to use it with StdIoProcess driver, but impossible to launch it (looks like incompatibility between 32bits and 64bits install)&lt;br&gt;&lt;br&gt;Does anyone already experienced SSH drivers ?&lt;br&gt;(I didn't find anything in ATEasy provided examples ;) )&lt;br&gt;&lt;br&gt;Any help or suggestion would be very appreciated.&lt;br&gt;&lt;br&gt;Have a nice day,&lt;br&gt;Mickaël&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 12/14/2022 5:15:12 AM&lt;/b&gt;&lt;br&gt;Hello,&lt;br&gt;I had a similar need in my test application which requires SSH. I recommend installing just putty from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html&lt;br&gt;&lt;br&gt;It comes with a console application called "plink.exe". &lt;br&gt;&lt;br&gt;Below is the code that worked for me.&lt;br&gt;&lt;br&gt;&lt;br&gt;StdIOProcess Execute("plink.exe", "root@192.168.0.10", "",False,True)             !Executes plink then passes the arguments to login as user name root &lt;br&gt;                                                                                                                                                      "Username@IP address of the UUT"&lt;br&gt;&lt;br&gt;Delay(100)&lt;br&gt;StdIOProcess Read(s)               &lt;br&gt;&lt;br&gt;StdIOProcess Write("123")                                    !UUT Password&lt;br&gt;Delay(2000)&lt;br&gt;StdIOProcess Read(s)&lt;br&gt;Delay(250)&lt;br&gt;&lt;br&gt;After that you should be logged into the UUT and ready for the next command. Since its in Async mode, I put in delays to allow things to execute in between writes and reads. &lt;br&gt;&lt;br&gt;StdIOProcess Write("")                                           ! next command &lt;br&gt;StdIOProcess Read(s)                                            !Should read the results from above command&lt;br&gt;Delay(250)&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/14/2022 8:53:14 AM&lt;/b&gt;&lt;br&gt;You can also use SSH.Net, See https://stackoverflow.com/questions/11169396/c-sharp-send-a-simple-ssh-command &lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=501</link><pubDate>12/14/2022 1:49:47 AM</pubDate></item><item><title>Lecroy Scope WaveSurfer 3000 - Created on Wednesday, November 30, 2022</title><description>&lt;b&gt;By David N. on 11/30/2022 5:25:03 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;I'm trying to import the .fp file for the WaveSurfer 3000. When I try to import the .fp file, it asks for a stdarg.h. I tried proceeding on without this file and then going through and declaring each variable. I'm not sure if I'm doing this correctly since I've yet to open a session with the Scope.&lt;br&gt;&lt;br&gt;The Scopes uses a LAN connection for communications. Lecroy also recommends using its VISA passport which I will attach as well.&lt;br&gt;&lt;br&gt;If you can please provide an ATeasy driver for this.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 11/30/2022 5:26:10 AM&lt;/b&gt;&lt;br&gt;Lecroy VISA Passport installer.&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 11/30/2022 9:31:05 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;We are working on creating a driver for the WaveSurfer 3000 Scope and will be providing to you shortly.&lt;br&gt;&lt;br&gt;&lt;br&gt;- Mel John&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 12/7/2022 4:14:45 PM&lt;/b&gt;&lt;br&gt;David,&lt;br&gt;Which ATEasy Version are you using?&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 12/8/2022 5:11:42 AM&lt;/b&gt;&lt;br&gt;ATEasy 2021 (Build 160b)&lt;br&gt;&lt;br&gt;&lt;b&gt;By John on 12/8/2022 11:40:24 AM&lt;/b&gt;&lt;br&gt;Hi Dave,&lt;br&gt;&lt;br&gt;See attached ATEasy driver. Please note that this driver is untested.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;John&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=500</link><pubDate>11/30/2022 5:25:03 AM</pubDate></item><item><title>ATEasy Driver for ACTEL FlashPro4 - Created on Friday, July 22, 2022</title><description>&lt;b&gt;By David N. on 7/22/2022 5:43:06 AM&lt;/b&gt;&lt;br&gt;Is it possible to create an ATEasy Driver for the Actel Flash pro 4 Programmer?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=496</link><pubDate>7/22/2022 5:43:06 AM</pubDate></item><item><title>Anritsu Power meter ML248xA ATEasy Driver - Created on Friday, April 22, 2022</title><description>&lt;b&gt;By David N. on 4/22/2022 5:09:16 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Can you provide an AtEasy driver for the Anritsu Power meter ML248xA? I'm communicating to the instrument via RS-232.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;b&gt;By Nathaniel T. on 4/22/2022 3:17:27 PM&lt;/b&gt;&lt;br&gt;This ATEasy driver was generated by ATEasy from a function panel (FP) driver and is provided "as-is". The attached zip file includes the ATEasy driver file.&lt;br&gt;&lt;br&gt;The Anritsu auml24xx meter instrument driver can be installed from here:&lt;br&gt;&lt;br&gt;http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=519E1B0796715391E0440003BA7CCD71&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=493</link><pubDate>4/22/2022 5:09:16 AM</pubDate></item><item><title>Owner - Created on Sunday, January 16, 2022</title><description>&lt;b&gt;By Brian B. on 1/16/2022 2:08:17 PM&lt;/b&gt;&lt;br&gt;Need USB drivers for new ATE system build ASAP. Customer Getting away from GPIB. &lt;br&gt;Need Keysight 9780A DAQ, Associated Research Dielectric Withstand tester model 7820, Associated Power Technologies (IKONIX) model 8512 AC/DC supply, and Sys Tec model 3204001-01 USB to CAN module.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=490</link><pubDate>1/16/2022 2:08:17 PM</pubDate></item><item><title>MCC IPort - Created on Friday, November 5, 2021</title><description>&lt;b&gt;By David N. on 11/5/2021 2:42:26 PM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;I'm looking to communicate with these I2C Bus adapters. Top hyperlink is the current I2C pod that I'm working with. The bottom is the legacy I2C adapter. It would be very helpful if I can get both of them to work. Can you provide a Ateasy driver for this?&lt;br&gt;&lt;br&gt;I will attach the legacy I2C .dll's and header files.&lt;br&gt;&lt;br&gt;https://mcc-us.com/iPortUSB-2/index.html&lt;br&gt;&lt;br&gt;https://mcc-us.com/iPortUSB/index.html&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 11/8/2021 1:18:59 PM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;We can develop this driver for you. I'll update you once it is finished.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 11/11/2021 8:23:09 AM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;Attached below is the driver for the McciPortUsb2. Please note that there was no way for us to test the driver since we do not have the actual instrument. &lt;br&gt;&lt;br&gt;If you have any questions please refer to the ASCII Command Interface Programmer's Guide from Micro Computer Control Corporation as that is what the driver was based on.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 11/11/2021 10:02:13 AM&lt;/b&gt;&lt;br&gt;Thanks Boi-Hein for providing this driver. much appreciated.&lt;br&gt;&lt;br&gt;I tested the diver with the I2C USB 2 device. I get a runtime error#378.&lt;br&gt;&lt;br&gt;I've installed all of the necessary drivers and set the com ports accordantly.&lt;br&gt;&lt;br&gt;See attachment Capture.PNG. Seems to run the flow control statement ok.&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards, David Nielson&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 11/11/2021 10:39:32 AM&lt;/b&gt;&lt;br&gt;Thanks Boi-Hein for providing this driver. much appreciated.&lt;br&gt;&lt;br&gt;I tested the diver with the I2C USB 2 device. I get a runtime error#378.&lt;br&gt;&lt;br&gt;I've installed all of the necessary drivers and set the com ports accordantly.&lt;br&gt;&lt;br&gt;See attachment Capture.PNG. Seems to run the flow control statement ok.&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards, David Nielson&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 11/11/2021 12:15:32 PM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;Thank you for the screen capture. I was not able to debug the example tests without the instrument. I see that the Set Address Destination command was able to retrieve the "*" meaning that it was able to communicate with the device. &lt;br&gt;&lt;br&gt;The runtime error might be caused by unnecessary calls to receive a response (the command already calls the retrieve string). Please reference the command interface guide attached below. &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 11/17/2021 6:45:31 AM&lt;/b&gt;&lt;br&gt;Thanks again for what you provided. Much appreciated.&lt;br&gt;&lt;br&gt;I've made some progress by going with what you suggested. I believe its is now working by including the response string in the IO table.&lt;br&gt;&lt;br&gt;Then I was having trouble getting the response from the Open command and firmware version command. the only thing that made a significant impact is to change the Input terminations to NONE and Output Terminations to \r. When this is set , I get the excepted response only it has \r\n* or \r\n OCC in the response string.&lt;br&gt;&lt;br&gt;I've looked over the ASCII command pdf , I  cant seem to figure out what I'm doing wrong. Any suggestions?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 11/17/2021 9:04:47 AM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;I've changed the Output Terminator to NONE for the driver. The extra \r\n at the beginning of the response might be because the device is already sending a [CR] and we are sending another one. I also see that the device did not respond to the Reset command. I've changed the terminator for send IOTables to ",". &lt;br&gt;&lt;br&gt;Additionally, you may need to change the TestResult in the Examples since I did not know the exact response the device was going to give. We are getting the expected responses, but the input/output terminator just seems to be off. &lt;br&gt;&lt;br&gt;Please see the attached file and let me know if the changes work. &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=489</link><pubDate>11/5/2021 2:42:26 PM</pubDate></item><item><title>ATEasy Driver for SMA-100A - Created on Thursday, October 14, 2021</title><description>&lt;b&gt;By David N. on 10/14/2021 7:40:46 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Is it possible to create an ATeasy Driver for the R&amp;S-SMA100A?&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 10/14/2021 10:31:27 AM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;Yes, it is possible to create an ATEasy Driver for the R&amp;S-SMA100A. ATEasy has a built in tool that converts .fp files into ATEasy drivers. You can find this tool at the top of the toolbar under Insert &gt; Import Function Panel Driver File. &lt;br&gt;&lt;br&gt;I've attached a copy of a converted SMA100A .fp file. Let me know if you have any other questions&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;&lt;b&gt;By David N. on 10/14/2021 1:14:09 PM&lt;/b&gt;&lt;br&gt;Very good Thanks for getting this to me quickly.&lt;br&gt;&lt;br&gt;What install do you use for the SMA-100? My System says its missing a dll (rssma_32.dll).&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;David NIelson&lt;br&gt;&lt;br&gt;&lt;b&gt;By Boi-Hien H. on 10/14/2021 1:39:26 PM&lt;/b&gt;&lt;br&gt;Hi David,&lt;br&gt;&lt;br&gt;You can find the driver download to the SMA-100 here:&lt;br&gt;&lt;br&gt;https://www.rohde-schwarz.com/us/driver/sma100a/&lt;br&gt;&lt;br&gt;The installer is called "VXIplug&amp;play x86 driver rssma" and the rssma_32.dll file should be under the path "C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin", after you have ran the installer.&lt;br&gt;&lt;br&gt;The installer is a VISA driver that contains a .fp file under "C:\Program Files (x86)\IVI Foundation\VISA\WinNT\rssma" and this .fp can be converted into an ATEasy driver. &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Boi-Hien&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=488</link><pubDate>10/14/2021 7:40:46 AM</pubDate></item><item><title>Agilent 82357B USB to GPIB driver - Created on Wednesday, April 14, 2021</title><description>&lt;b&gt;By Triston M. on 4/14/2021 1:11:32 PM&lt;/b&gt;&lt;br&gt;Hello All, &lt;br&gt;&lt;br&gt;I'm a bit new to ATEasy, so be gentle.&lt;br&gt;&lt;br&gt;I'm using a USB to GPIB converter made by Agilent (now Keysight), and I'm having a hard time getting ATEasy to see my devices through this port. I followed the ATEasyX Getting Started Manual, but when I got to the "Adding An Interface" section, I was kind of lost, since there isn't an option for this kind of port.&lt;br&gt;&lt;br&gt;Will I be able to get ATEasy to see this USB to GPIB port as a GPIB interface?&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br&gt;~Triston&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/14/2021 2:37:54 PM&lt;/b&gt;&lt;br&gt;The keysight/agilent/hp GPIB-USB  interface is supported from ATEasy using the Agilent (HP SICL). You can see how it is done using the ATEasy help, index, "interface dialog". The ATEasy interface driverAGpibHpsl.dll uses the Keysight SICL32.dll that need to be installed with Keysight IO Libraries (https://www.keysight.com/us/en/lib/software-detail/computer-software/io-libraries-suite-downloads-2175637.html) . Default setting is 7, 0. &lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;&lt;b&gt;By Triston M. on 4/14/2021 3:33:47 PM&lt;/b&gt;&lt;br&gt;Hello, and thanks for responding so fast.&lt;br&gt;&lt;br&gt;I used the Agilent(HP SICL), and it was a "NOGO."&lt;br&gt;&lt;br&gt;I managed to follow along the "ATEasyX: Getting Started Manual," Chapter 6, and everything was rainbows and butterfly's until I went to actually talk to hardware. The help menu, that you pointed to seems to be identical. I get this message with the myDMM driver that the book instructs me to make, and the included DMM driver (hp34401a) - I tried them both. I used the Monitor View as instructed in Chapter6, page103 of the Getting Started Manual.&lt;br&gt;&lt;br&gt;I know the device works because I can communicate with the DMM using the Keysight software.&lt;br&gt;&lt;br&gt;Is there a way to ensure that ATEasy can see the USB to GPIB port?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/14/2021 3:52:38 PM&lt;/b&gt;&lt;br&gt;You need to configure the driver shortcut with the GPIB interface and primary address of that instrument. &lt;br&gt;&lt;br&gt;Try to use GpibSend() and see if it works. For example if the instrument is in primary address 10:&lt;br&gt;&lt;br&gt;print GpibSend( 0x10A00 , "\n" , True, 1000, , "*IDN?")&lt;br&gt;&lt;br&gt;Highlight the line and click DoIt!. If it works, you should see that the GPIB instrument is in remote and the test log shows a number &gt;0.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Triston M. on 4/14/2021 4:32:34 PM&lt;/b&gt;&lt;br&gt;[Quote= DrATEasy (Ron Y.) wrote:&lt;br&gt;You need to configure the driver shortcut with the GPIB interface and primary address of that instrument. &lt;br&gt;&lt;br&gt;Try to use GpibSend() and see if it works. For example if the instrument is in primary address 10:&lt;br&gt;&lt;br&gt;print GpibSend( 0x10A00 , "\n" , True, 1000, , "*IDN?")&lt;br&gt;&lt;br&gt;Highlight the line and click DoIt!. If it works, you should see that the GPIB instrument is in remote and the test log shows a number &gt;0. =Quote]&lt;br&gt;&lt;br&gt;The DMM is addressed to 29(1D HEX), so the command that I put into the Monitor View is:&lt;br&gt;&lt;br&gt;print GpibSend(0x11D00,"\n",True,1000,,"*IDN?")&lt;br&gt;&lt;br&gt;Right? I tried 0x11D00 and 0x1DA00.&lt;br&gt;&lt;br&gt;That's what I tried anyway, and it was a big "NOGO" again. I got a -1 returned on the test log. Here's my interface setup.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Triston M. on 4/14/2021 5:00:24 PM&lt;/b&gt;&lt;br&gt;[Quote= DrATEasy (Ron Y.) wrote:&lt;br&gt;You need to configure the driver shortcut with the GPIB interface and primary address of that instrument. &lt;br&gt;&lt;br&gt;Try to use GpibSend() and see if it works. For example if the instrument is in primary address 10:&lt;br&gt;&lt;br&gt;print GpibSend( 0x10A00 , "\n" , True, 1000, , "*IDN?")&lt;br&gt;&lt;br&gt;Highlight the line and click DoIt!. If it works, you should see that the GPIB instrument is in remote and the test log shows a number &gt;0. =Quote]&lt;br&gt;&lt;br&gt;I used:&lt;br&gt;&lt;br&gt;x=GetDriverAddress("myDMM")&lt;br&gt;print x&lt;br&gt;print GpibSend(x,"\n",True,1000,,"*IDN?")&lt;br&gt;&lt;br&gt;and I received&lt;br&gt;&lt;br&gt;X=71455 and a -1&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/14/2021 5:29:54 PM&lt;/b&gt;&lt;br&gt;That is not right the first print should give you 72960 and when you convert to hex it is 0x11D00. Seems like you have secondary address.&lt;br&gt;&lt;br&gt;Open the driver shortcut Interface page and type "None" in the secondary. It should print 72960 .&lt;br&gt;&lt;br&gt;In any case, I believe the interface settings are wrong. Open the settings dialog and make sure that&lt;br&gt;&lt;br&gt;Board address is shown as 1 (read-only)&lt;br&gt;Logical Unit is 0&lt;br&gt;Primary address is 7&lt;br&gt;&lt;br&gt;These numbers should also show in the IO Libraries connection expert as well.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Triston M. on 4/14/2021 5:46:43 PM&lt;/b&gt;&lt;br&gt;[Quote= DrATEasy (Ron Y.) wrote:&lt;br&gt;That is not right the first print should give you 72960 and when you convert to hex it is 0x11D00. Seems like you have secondary address.&lt;br&gt;&lt;br&gt;Open the driver shortcut Interface page and type "None" in the secondary. It should print 72960 .&lt;br&gt;&lt;br&gt;In any case, I believe the interface settings are wrong. Open the settings dialog and make sure that&lt;br&gt;&lt;br&gt;Board address is shown as 1 (read-only)&lt;br&gt;Logical Unit is 0&lt;br&gt;Primary address is 7&lt;br&gt;&lt;br&gt;These numbers should also show in the IO Libraries connection expert as well. =Quote]&lt;br&gt;&lt;br&gt;I typed "None" in the secondary of the driver shortcut interface page. However, on the GPIB Interface-&gt;Settings I was unable to select 0, only 1-300 are allowed.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/15/2021 10:41:35 PM&lt;/b&gt;&lt;br&gt;According to the manual https://www.manualslib.com/manual/1714217/Keysight-82357b.html?page=25&amp;term=logical&amp;selected=5#manual&lt;br&gt;&lt;br&gt;the default Logical unit is 7 and the primary address is 21. Please try it.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Triston M. on 4/19/2021 10:34:47 AM&lt;/b&gt;&lt;br&gt;[Quote= DrATEasy (Ron Y.) wrote:&lt;br&gt;According to the manual  https://www.manualslib.com/manual/1714217/Keysight-82357b.html?page=25&amp;term=logical&amp;selected=5#manual  &lt;br&gt; &lt;br&gt;the default Logical unit is 7 and the primary address is 21. Please try it.   =Quote]&lt;br&gt;&lt;br&gt;That absolutely worked! Thank you for your patience!&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=482</link><pubDate>4/14/2021 1:11:32 PM</pubDate></item><item><title>Rigol DP800 Power Supply ATEasy Driver - Created on Wednesday, January 13, 2021</title><description>&lt;b&gt;By Dale J. on 1/13/2021 2:35:30 PM&lt;/b&gt;&lt;br&gt;This ATEasy driver was generated by ATEasy from a function panel (FP) driver and was tested by the end-user. The attached zip file includes the ATEasy driver file and the DLL to go with it.&lt;br&gt;&lt;br&gt;The Rigol DP800 VISA driver can be installed from here:&lt;br&gt;&lt;br&gt;https://www.rigolna.com/products/dc-power-loads/dp800/&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=480</link><pubDate>1/13/2021 2:35:30 PM</pubDate></item><item><title>Tektronix AWG70001A ATEasy Driver - Created on Wednesday, October 21, 2020 (Solution Avaliable)</title><description>&lt;b&gt;By Dale J. on 10/21/2020 9:28:46 AM&lt;/b&gt;&lt;br&gt;This driver was generated by ATEasy from a function panel (FP) driver and is untested. The attached zip file includes the ATEasy driver, help file, and DLL to go with it. 
 
The Tektronix LabWindows/CVI driver can be installed from here: 
 
  http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=5F5A66F363C32A8FE0440003BA7CCD71   &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=476</link><pubDate>10/21/2020 9:28:46 AM</pubDate></item><item><title>ATEasy Driver for Abaco Systems/GE/Condor Engineering CEI-x30 ARINC products - Created on Friday, August 14, 2020 (Solution Avaliable)</title><description>&lt;b&gt;By Tero S. on 8/14/2020 10:43:29 AM&lt;/b&gt;&lt;br&gt;CEI-x30 ARINC product line includes: {&lt;br&gt;RCEI-539&lt;br&gt;RAR-PCIE&lt;br&gt;RAR-MPCIE&lt;br&gt;RAR-CPCI&lt;br&gt;RAR-XMC&lt;br&gt;RAR-EC&lt;br&gt;CEI-830&lt;br&gt;RCEI-830A&lt;br&gt;R830RX&lt;br&gt;CEI-430&lt;br&gt;RCEI-430A&lt;br&gt;AMC-A30&lt;br&gt;RCEI-830X820&lt;br&gt;}&lt;br&gt;&lt;br&gt;Driver uses cdev_api.dll provided by CEI-x30 software installation, currently available by Abaco Systems here:&lt;br&gt;https://www.abaco.com/products/rar-cpci-interface#panel-downloads&lt;br&gt;&lt;br&gt;&lt;b&gt;By Brandon C. on 8/22/2021 1:07:56 PM&lt;/b&gt;&lt;br&gt;The included attachment is a "pre-built" ATEasy driver correct? I would download and test ASAP but it's a Sunday and my test equipment is at work...&lt;br&gt;&lt;br&gt;&lt;b&gt;By Dale J. on 8/23/2021 11:10:48 AM&lt;/b&gt;&lt;br&gt;Brandon,&lt;br&gt;The Ceix30.drv is an ATEasy driver originally written for the Condor ARINC 429 instrument.  GE Fanuc acquired Condor Engineering's test and simulation products, including their ARINC 429 products, which were subsequently acquired by Abaco.  It appears that the Abaco installation is the same as the Condor software that the ATEasy driver was written for.&lt;br&gt;&lt;br&gt;Assuming the CEI-x30-SW v5.10 uses the same DLL interface (no reason to believe otherwise), the ATEasy driver should work.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Dale&lt;br&gt;&lt;br&gt;&lt;b&gt;By Brandon C. on 8/25/2021 6:32:54 AM&lt;/b&gt;&lt;br&gt;[Quote= Dale J. wrote:&lt;br&gt;Brandon,&lt;br&gt;The Ceix30.drv is an ATEasy driver originally written for the Condor ARINC 429 instrument.  GE Fanuc acquired Condor Engineering's test and simulation products, including their ARINC 429 products, which were subsequently acquired by Abaco.  It appears that the Abaco installation is the same as the Condor software that the ATEasy driver was written for.&lt;br&gt;&lt;br&gt;Assuming the CEI-x30-SW v5.10 uses the same DLL interface (no reason to believe otherwise), the ATEasy driver should work.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Dale =Quote]&lt;br&gt;&lt;br&gt;Dale, the issue I'm having is there was not an appropriate driver installed on this, it seems the installation of the Windows drivers was completed, but nothing on the side of ATEasy. I found ATEasy files for a ceix20, but not a ceix30. I need the files for ceix30 from what I understand.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=471</link><pubDate>8/14/2020 10:43:29 AM</pubDate></item><item><title>ATEasy Driver for Keysight Legacy Spectrum Analyzers - Created on Monday, January 13, 2020 (Solution Avaliable)</title><description>&lt;b&gt;By Jonathan F. on 1/13/2020 8:08:07 AM&lt;/b&gt;&lt;br&gt;ATEasy Driver for Keysight Legacy Spectrum Analyzers.&lt;br&gt;(Models supported: N9020A, N9010A, N9000A, N9030A, E4406A, E4440A, E4443A, E4445A, E4446A, E4448A, N8201A, E4447A, E4401B, E4402B, E4403B, E4404B, E4405B, E4407B, E4408B, E4411B, E7401A, E7402A, E7403A, E7404A, E7405A)&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver. The zip includes the ATEasy driver.&lt;br&gt;&lt;br&gt;&lt;br&gt;Download the Legacy - Signal Analyzers IVI Instrument Drivers from Keysight here:&lt;br&gt;https://www.keysight.com/main/software.jspx?ckey=1669053&amp;lc=eng&amp;cc=US&amp;nid=-32514.1150234&amp;id=1669053&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=452</link><pubDate>1/13/2020 8:08:07 AM</pubDate></item><item><title>ATEasy Driver for Keysight InfiniiVision X-Series Oscilloscope - Created on Friday, November 22, 2019 (Solution Avaliable)</title><description>&lt;b&gt;By Jonathan F. on 11/22/2019 11:47:50 AM&lt;/b&gt;&lt;br&gt;Keysight InfiniiVision X-Series Oscilloscope&lt;br&gt;(InfiniiVision 1000X, 2000X, 3000X, 4000X, 6000X, C7300, M924x and P924x Oscilloscopes)&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver. The zip includes the ATEasy driver.&lt;br&gt;&lt;br&gt;The InfiniiVision X-Series Oscilloscope IVI driver can be installed here:&lt;br&gt;https://www.keysight.com/main/software.jspx?ckey=2019021&amp;lc=eng&amp;cc=US&amp;nid=-32540.1150199&amp;id=2019021&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=448</link><pubDate>11/22/2019 11:47:50 AM</pubDate></item><item><title>Examples how to work with  Ni DAQmx driver - Created on Wednesday, November 6, 2019 (Solution Avaliable)</title><description>&lt;b&gt;By Eylon D. on 11/6/2019 5:10:23 AM&lt;/b&gt;&lt;br&gt;Are there any examples for how to work with Ni DAQmx driver in ATEasy?&lt;br&gt;(analog input and output)&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;Eylon&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 11/6/2019 9:10:07 AM&lt;/b&gt;&lt;br&gt;There is a NiDaqMx.prj example in the ATEasy Drivers folders.&lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;&lt;b&gt;By Eric J. on 10/9/2024 11:22:58 AM&lt;/b&gt;&lt;br&gt;Has anyone had success with this project recently? &lt;br&gt;&lt;br&gt;I am getting an error that its unable to load NiDaq32 DLL.  Tells me there are some certain dependencies.  I have LV2019 and LV2020 installed. &lt;br&gt;&lt;br&gt;I was able to load the example prg and it reports that it builds successfully.  But I continue to get errors at the first DAQ AnalogIn call, init and reset are not reported errors.&lt;br&gt;&lt;br&gt;DAQ Initialize()&lt;br&gt;DAQ Reset Device("cDAQ2Mod1")&lt;br&gt;! Set the DAQ Analog In channel 0 and set the minimum and maximum voltages.&lt;br&gt;Error Here &gt;&gt;&gt; DAQ AnalogIn CreateChannels Voltage("cDAQ2Mod1/ai0", "myAI0", DAQmx_Val_Cfg_Default, -10.0, 10.0, DAQmx_Val_Volts, "")&lt;br&gt;&lt;br&gt;Run-time error #-3480 : 'NI_DACmx Error #-3480:'Task specified is invalid or does not exist. Status Code: -200088'' found in 'DAQ.CheckError' in line 5&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=447</link><pubDate>11/6/2019 5:10:23 AM</pubDate></item><item><title>PCI_1739 Advantech - Created on Wednesday, February 20, 2019</title><description>&lt;b&gt;By Alexander O. on 2/20/2019 8:28:14 AM&lt;/b&gt;&lt;br&gt;Hi &lt;br&gt;I start work with OS WIN10 , ATEasy 9 and I have issue with Adsapi32.dll in function CANInit with variable usMask.&lt;br&gt;it is appear the uchar isn't recognize this type. I set usMask to be byte type and try to build.&lt;br&gt;during building PCI_173xu driver appear exception message . attache file .&lt;br&gt;&lt;br&gt;please help .&lt;br&gt;&lt;br&gt;&lt;b&gt;By Cyril P. on 2/20/2019 8:32:35 AM&lt;/b&gt;&lt;br&gt;Hello Alexander,&lt;br&gt;&lt;br&gt;you need Ateasy X (10) to works on Windows 10.&lt;br&gt;Ateasy 9 or below doesn't works.&lt;br&gt;&lt;br&gt;Cyril&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 2/20/2019 8:36:41 AM&lt;/b&gt;&lt;br&gt;You probably have the wrong prototype for the DLL function in the ATEasy driver, please attach the C header file for the library (.h) and the ATEasy driver you created.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=423</link><pubDate>2/20/2019 8:28:14 AM</pubDate></item><item><title>ATEasy Driver For LS-150/160 Luminance Meter - Created on Friday, January 25, 2019 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 1/25/2019 11:29:33 AM&lt;/b&gt;&lt;br&gt;This is an ATEasy driver for the KONICA MINOLTA luminance meter LS-150/160. Also included are examples.&lt;br&gt;&lt;br&gt;The driver uses KONICA MINOLTA's Light Color Measuring Instruments Soft Development Kit(LC-MISDK) version 1.0.014. The SDK can be found on KONICA MINOLTA's website.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=417</link><pubDate>1/25/2019 11:29:33 AM</pubDate></item><item><title>ATEasy Driver for M4100-50G (GSM7248v2h2) - L2 Managed Switch - Created on Friday, January 25, 2019 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 1/25/2019 11:28:40 AM&lt;/b&gt;&lt;br&gt;This is an ATEasy driver for the M4100-50G (GSM7248v2h2) - L2 Managed Switch. Also included are examples.&lt;br&gt;&lt;br&gt;This driver was tested on Netgear's firmware M4100_V10.0.2.26.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=416</link><pubDate>1/25/2019 11:28:40 AM</pubDate></item><item><title>USB-5830 driver. Errors during DLL import, project opening and when running compiled EXE file. Data Type not recognized. - Created on Thursday, August 16, 2018</title><description>&lt;b&gt;By Tymoteusz C. on 8/16/2018 1:54:55 AM&lt;/b&gt;&lt;br&gt;Hello,&lt;br&gt;&lt;br&gt;I have a problem with Advantech USB-5830 driver. When I add DLL for this device and later - when I open the project or try to run compiled EXE file I get couple of messages: &lt;br&gt;"TypeLib error Unsupported type found in symbol 'BDaqOcxLib.Channels.pVal'"&lt;br&gt;&lt;br&gt;As you can see in picture in attachment - pVal variable type is "Watch[]*" in this DLL Library.&lt;br&gt;&lt;br&gt;Unfortunately this type is not supported as it has this "*" in name. I don't use controls that use this variable so for me the main problem is that I want to get rid of error messages.&lt;br&gt;&lt;br&gt;Is there a way to suppress those type of messages or make a type that would be valid for this DLL? As those Controls comes from DLL - they are read-only and I cannot change or delete them.&lt;br&gt;&lt;br&gt;Link to driver and DLL file&lt;br&gt;https://drive.google.com/open?id=1Wi1iy5mTeE0thEfxbFyPJB8BR-6ugyRZ&lt;br&gt;&lt;br&gt;&lt;b&gt;By Yiftach N. on 8/16/2018 9:27:59 AM&lt;/b&gt;&lt;br&gt;Hi Tymoteusz,&lt;br&gt;&lt;br&gt;I uploaded the driver and DLL to ATEasy and did not get the same error as you. See picture attached. &lt;br&gt;I registered the DLL and imported into ATEasy and did not get any error. &lt;br&gt;1) What version of ATEasy are you using?&lt;br&gt;2) Can you give me a step by step process of how you are adding the DLL library?&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Yiftach&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tymoteusz C. on 8/17/2018 1:29:25 AM&lt;/b&gt;&lt;br&gt;Hello Yiftach,&lt;br&gt;&lt;br&gt;I have ATEasy 8.0 (Build 146b).&lt;br&gt;I have added the library by "Insert Library" window. In tab "ActiveX Controls" I searched  for "Advantech DAQNavi Device ActiveX Controls" and click Insert button. After that I get couple of error messages about "pVal" variable mentioned in previous post and that's it. If I reopen the project or try to run compiled EXE - I also receive those messages.&lt;br&gt;&lt;br&gt;Should I insert this library in different way? &lt;br&gt;I tried with "DLL" tab instead of ActiveX tab but I don't get anything (no Controls, Classes or Types) as I think it need *.h file to properly import it in that way.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Yiftach N. on 8/17/2018 11:13:23 AM&lt;/b&gt;&lt;br&gt;Hi Tymoteusz,&lt;br&gt;&lt;br&gt;Are you able to upgrade your ATEasy?&lt;br&gt;I am using ATEasy 10 and I was able to upload the DLL with no errors.&lt;br&gt;&lt;br&gt;Best Regards, &lt;br&gt;Yiftach&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tymoteusz C. on 6/9/2022 4:46:15 AM&lt;/b&gt;&lt;br&gt;Sorry for late reply - yes ATEasy 10 had no issues with this DLL.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=405</link><pubDate>8/16/2018 1:54:55 AM</pubDate></item><item><title>ATEasy Driver for N330xA DC Electronic Load Module - Created on Wednesday, June 27, 2018 (Solution Avaliable)</title><description>&lt;b&gt;By Sutton B. on 6/27/2018 12:25:46 PM&lt;/b&gt;&lt;br&gt;Keysight N330xA DC Electronic Load Module &lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a function panel (FP) driver. The attached zip file includes the ATEasy driver, help file, and DLL to go with it. &lt;br&gt;&lt;br&gt;The Keysight N330xA  IVI driver can be installed from here: &lt;br&gt;http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E9530659CE034080020E74861&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=402</link><pubDate>6/27/2018 12:25:46 PM</pubDate></item><item><title>ATEasy Driver for Hall Research PGA-VHD: Video Generator, Tester, and Analyzer - Created on Thursday, November 30, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Sutton B. on 11/30/2017 4:51:40 PM&lt;/b&gt;&lt;br&gt;Hall Research PGA-VHD: Video Generator, Tester, and Analyzer&lt;br&gt;&lt;br&gt;Driver was created using WinSock procedures and commands have been tested.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=391</link><pubDate>11/30/2017 4:51:40 PM</pubDate></item><item><title>Error during import of KYFGLib.DLL 64-bit in ATEasy v7 - Created on Monday, October 23, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Paul T. on 10/23/2017 4:33:12 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;I am struggling to import the KYFGLib.DLL file 64-bit version in ATEasy v7, under Windows 7 64-bit.&lt;br&gt;It always retrieves the LoadLibraryEx error # 193 (Invalid format of DLL file).&lt;br&gt;The KAYA support told me that the library is OK and is working under Windows 7 64-bit, but they didn't tested it under ATEasy IDE.&lt;br&gt;I need the ATEasy driver based on KYFGLib.dll for controlling KAYA Frame Grabber P/N KY-FGK-400.&lt;br&gt;&lt;br&gt;www.kayainstruments.com&lt;br&gt;&lt;br&gt;Installation of driver and DLL: ftp://product-ftp.kayainstruments.com/Vision%20Point/Vision%20Point%20installation%20for%20Windows/&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Has anybody encountered this issue before and has a solution?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Paul T.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 10/23/2017 8:45:40 AM&lt;/b&gt;&lt;br&gt;Find and usethe 32 bit version DLL. You cannot use 64 bit DLLs with 32 bit ATEasy.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=389</link><pubDate>10/23/2017 4:33:12 AM</pubDate></item><item><title>Import .lib files? - Created on Thursday, October 19, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Paul T. on 10/19/2017 1:29:20 PM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Is there any way to import .lib files into ATEasy?&lt;br&gt;I have a C++ static linked .lib and I need to import it into ATEasy v7.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;b&gt;By Sutton B. on 10/23/2017 2:27:21 PM&lt;/b&gt;&lt;br&gt;Hi Paul,&lt;br&gt;&lt;br&gt;ATEasy currently does not support .lib imports. Is there a comparable dll you could use in your code?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Sutton&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 10/23/2017 2:43:49 PM&lt;/b&gt;&lt;br&gt;Hi Sutton,&lt;br&gt;&lt;br&gt;Well, I have a DLL (KYFGLib.DLL from KAYA Instruments), but it is 64-bit based and ATEasy 7 refuses to load it (it returns the message: "LoadLibraryEX error # 193 - Wrong format of DLL").&lt;br&gt;&lt;br&gt;It's frustrating because I have a VC++ example application that is working very well under Windows 7 64-bit, but the VC++ environment imports the .lib file.&lt;br&gt;&lt;br&gt;I am thinking to build a custom .EXE under VC++ and use it in various modes by calling it from ATEasy v7 with different command line parameters...&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;b&gt;By Sutton B. on 10/23/2017 2:58:43 PM&lt;/b&gt;&lt;br&gt;Hi Paul,&lt;br&gt;&lt;br&gt;ATEasy is a 32-bit application and does not support 64-bit libraries, which is why your dll cannot be added. Is there a 32-bit version of the dll you can use?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Sutton&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=387</link><pubDate>10/19/2017 1:29:20 PM</pubDate></item><item><title>ATEasy exception error when trying to import niScope.fp - Created on Tuesday, October 17, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Paul T. on 10/17/2017 12:45:42 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;I am trying to import the niScope.fp file from NISCOPE v17.1.2 and I always receive critical error and ATEasy v7 closes without managing to import the .fp file (see attached Print Screen image).&lt;br&gt;&lt;br&gt;Can somebody help me with this driver?&lt;br&gt;&lt;br&gt;Thank you in advance,&lt;br&gt;Paul T.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Sutton B. on 10/18/2017 1:43:05 PM&lt;/b&gt;&lt;br&gt;Hi Paul,&lt;br&gt;&lt;br&gt;This is an issue fixed in newer builds of ATEasy. I had the same crash as you in version 7, but importing niScope.fp in ATEasy 9 and 10 worked without issue. I was also able to open this driver in version 7 without crashing. I will attach my driver for you to use.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Sutton&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 10/18/2017 10:56:27 PM&lt;/b&gt;&lt;br&gt;Hi Sutton,&lt;br&gt;&lt;br&gt;Thank you very much for the help!&lt;br&gt;Much appreciated.&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=385</link><pubDate>10/17/2017 12:45:42 AM</pubDate></item><item><title>How can I create Modbus TCP driver for my devices? - Created on Thursday, June 22, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Yi F. on 6/22/2017 12:52:55 AM&lt;/b&gt;&lt;br&gt;Hi 
I know there is a built-in WinSock driver within ATEasy.
But my devices only support communication through Modbus TCP which is more than bare WinSock string.
How can I create Modbus TCP driver for my devices? Where should I start from?
Thanks.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Jason D. on 6/26/2017 1:54:16 PM&lt;/b&gt;&lt;br&gt;Here is some information to get you started on the Modbus protocol. &lt;br&gt;&lt;br&gt;The basics on sending/receiving through the Modbus Protocol is described here: &lt;br&gt;https://www.honeywellprocess.com/library/support/Public/Documents/51-52-25-121.pdf &lt;br&gt;http://www.rtaautomation.com/technologies/modbus-tcpip/ &lt;br&gt;&lt;br&gt;Additional info on the Modbus Protocol: &lt;br&gt;http://www.modbus.org/specs.php &lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Jason&lt;br&gt;&lt;br&gt;&lt;b&gt;By Dale J. on 10/22/2020 9:49:15 AM&lt;/b&gt;&lt;br&gt;Here is an ATEasy ModBus driver.  It was developed by a customer and was written for an ActiveX control from "modbustools.com".  A link to their web site is below.&lt;br&gt;&lt;br&gt;https://www.modbustools.com/modbus_activex.html&lt;br&gt;&lt;br&gt;The driver is untested by Marvin Test Solutions and provided as-is.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=378</link><pubDate>6/22/2017 12:52:55 AM</pubDate></item><item><title>ATEasy Driver for Sital MultiComBox - Created on Monday, January 30, 2017 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 1/30/2017 5:20:13 PM&lt;/b&gt;&lt;br&gt;This is an ATEasy driver for the MultiComBox. Also included are examples.

The driver uses the DLL: McxAPI.dll, provided with Sital&amp;#39;s COMposer software installation. To obtain the COMposer installation and driver, contact Sital&amp;#39;s support at http://sitaltech.com/2015/06/14/multicombox-mil-std-1553-bus-tester/&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=373</link><pubDate>1/30/2017 5:20:13 PM</pubDate></item><item><title>USB HID - Created on Friday, December 16, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Moran D. on 12/16/2016 4:36:31 AM&lt;/b&gt;&lt;br&gt;Hello,&lt;br&gt;i am a beginner in Ateasy.&lt;br&gt;i have a board with PIC micro controller that has a USB controller and that board is recognize as USB HID in the device manager&lt;br&gt;the micro controller is turning on a led when i send him the character "a".&lt;br&gt;i tried to write a driver to this board in Ateasy  but nothing happens&lt;br&gt;i used usbopen and usbsend functions.&lt;br&gt;&lt;br&gt;please give me some guidelines.&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;Moran.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 12/16/2016 5:27:01 AM&lt;/b&gt;&lt;br&gt;Hi Moran,&lt;br&gt;&lt;br&gt;Just an idea: try using IOTables and configuring USB as the Interface type in the driver's "Interface" tab and the USB properties (Vendor ID &amp; Product ID) in the driver shortcut's "Interface" tab.&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;Paul T. (AEE) :)&lt;br&gt;&lt;br&gt;&lt;b&gt;By Moran D. on 12/17/2016 11:39:35 AM&lt;/b&gt;&lt;br&gt;Hi Paul... &lt;br&gt;How are you? &lt;br&gt;I already try your idea.. Don't work.. ??&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 12/17/2016 4:25:05 PM&lt;/b&gt;&lt;br&gt;Hi Moran,&lt;br&gt;&lt;br&gt;I'm fine, thanks. I'm throwing an eye here from time to time, especially when my email informs me that there is activity here. :)&lt;br&gt;ATEasy is my love, you know. LOL&lt;br&gt;&lt;br&gt;Well, I wanted to ask you: did you try to communicate with your PIC using some other tool?&lt;br&gt;I mean, are you sure that the LED is ON when you send the 'a' character to the PIC?&lt;br&gt;If yes, with what tool?&lt;br&gt;&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=372</link><pubDate>12/16/2016 4:36:31 AM</pubDate></item><item><title>Driver GT210 - Created on Monday, December 12, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Benedicte B. on 12/12/2016 2:09:51 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;I have ATEAsy 9.0 and I need the COUNTER driver, GT210 (Guidetech). Does anyone have a .drv or .fp file I can use? &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Bénédicte&lt;br&gt;&lt;br&gt;&lt;b&gt;By Jason D. on 12/12/2016 5:06:49 PM&lt;/b&gt;&lt;br&gt;Hi Bénédicte, &lt;br&gt;&lt;br&gt;Contact GuideTech to obtain the .dll and .h files and then create a driver based off of that. There is no .fp file.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Jason&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=370</link><pubDate>12/12/2016 2:09:51 AM</pubDate></item><item><title>ATEasy Driver for Keysight M9111A PXIe High-Speed Source/Measure Unit - Created on Monday, October 31, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 10/31/2016 3:06:32 PM&lt;/b&gt;&lt;br&gt;Keysight M9111A PXIe High-Speed Source/Measure Unit&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a function panel (FP) driver. The zip includes the ATEasy driver and DLL to go with it. &lt;br&gt;&lt;br&gt;The Keysight M9111A IVI driver can be installed here: &lt;br&gt;http://www.keysight.com/main/software.jspx?ckey=2749662&amp;lc=eng&amp;cc=US&amp;nid=-32203.1177256&amp;id=2749662&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=363</link><pubDate>10/31/2016 3:06:32 PM</pubDate></item><item><title>ATEasy driver for Keysight Technologies RF Power Meters - Created on Wednesday, September 28, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 9/28/2016 10:08:05 AM&lt;/b&gt;&lt;br&gt;Keysight Technologies RF Power Meter ATEasy Driver&lt;br&gt;&lt;br&gt;Supported Instruments:&lt;br&gt;E4416A, E4417A, E4418B, E4419B, N1911A, N1912A, N8262A, N1913A, N1914A, N1921A N1922A,&lt;br&gt;8481A, 8482A, 8483A, 8485A, 8487A, 8481B, 8482B, 8481H, 8482H, 8487D, 8485D, 8481D, &lt;br&gt;E9325A, E9326A, E9327A, U2000A, U2000B, U2000H, U2001A, U2001H, U2002A, U2002B, &lt;br&gt;U2002H, U2004A, U2001B, N432A, U2021XA, U2022XA, U8481A, U8485A, U8487A, U8488A, &lt;br&gt;U2041XA, U2042XA, U2043XA, U2044XA, U2049XA&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy by importing a Function Panel Driver file (.fp) KtRFPowerMeter .&lt;br&gt;http://www.keysight.com/main/software.jspx?cc=US&amp;lc=eng&amp;nid=-35560.0.00&amp;id=1627801&amp;pageMode=CV&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=362</link><pubDate>9/28/2016 10:08:05 AM</pubDate></item><item><title>ATEasy Driver for Keysight Digital Multimeter 34461A - Created on Friday, June 24, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 6/24/2016 5:03:37 PM&lt;/b&gt;&lt;br&gt;Keysight Digital Multimeter 34461A&lt;br&gt;&lt;br&gt;The driver was created from a function panel (FP) driver. Included in the ZIP is an ATEasy driver and the DLL that goes with it. &lt;br&gt;&lt;br&gt;The 34461A DMM IVI driver can be installed here: &lt;br&gt;http://www.keysight.com/main/software.jspx?ckey=2352538&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nid=-536902435.1058513&amp;amp;id=2352538 &lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=351</link><pubDate>6/24/2016 5:03:37 PM</pubDate></item><item><title>ATEasy Driver for Keysight/Agilent N6700 Power Supply - Created on Friday, June 24, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Jason D. on 6/24/2016 5:03:15 PM&lt;/b&gt;&lt;br&gt;Keysight/Agilent N6700 Power Supply&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver. The zip includes the ATEasy driver and DLL to go with it. &lt;br&gt;&lt;br&gt;The N6700 PS IVI driver can be installed here:&lt;br&gt;http://www.keysight.com/main/software.jspx?ckey=1960676&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nid=-35714.0.00&amp;amp;id=1960676&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=350</link><pubDate>6/24/2016 5:03:15 PM</pubDate></item><item><title>N5232A - Created on Monday, June 20, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Sean S. on 6/20/2016 7:26:26 AM&lt;/b&gt;&lt;br&gt;Is there a driver for the Keysight N5232A series Network Analyzer.  Thank You. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Jason D. on 6/23/2016 1:03:13 PM&lt;/b&gt;&lt;br&gt;Keysight N5232A Network Analyzer&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver. The zip includes the ATEasy driver and DLL to go with it.&lt;br&gt;&lt;br&gt;The Network Analyzer IVI driver can be downloaded from: &lt;br&gt;http://www.keysight.com/main/software.jspx?ckey=1669213&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nid=-32497.1150489&amp;amp;id=1669213&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Jason&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=348</link><pubDate>6/20/2016 7:26:26 AM</pubDate></item><item><title>ATEasy Driver for Keysight E4980A Precision LCR Meter - Created on Friday, May 13, 2016 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 5/13/2016 1:16:25 PM&lt;/b&gt;&lt;br&gt;Keysight E4980A Precision LCR Meter&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver. Change the interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut &lt;br&gt;Interface page. The ZIP file includes the driver and DLL to go with it.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=346</link><pubDate>5/13/2016 1:16:25 PM</pubDate></item><item><title>Driver for Keysight / Agilent 3458A - Created on Tuesday, May 12, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 5/12/2015 12:32:21 PM&lt;/b&gt;&lt;br&gt;ATEasy driver for Keysight 3458A Digital Multimeter, 8&amp;#189; Digit&lt;br&gt;&lt;br&gt;This driver was created using IOTables and the command set was tested.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 1/7/2016 9:19:09 AM&lt;/b&gt;&lt;br&gt;Updated and also attached an example&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=329</link><pubDate>5/12/2015 12:32:21 PM</pubDate></item><item><title>Driver for GX2065? - Created on Wednesday, April 29, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Paul J. on 4/29/2015 9:05:15 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;  I have ATEAsy 8.0 and I need the DMM driver, GX2065. Does anyone have a .drv file I can use? I see that ATEasy 9.0 has it but my company doesn&amp;#39;t want me to upgrade our test computer (Windows XP). I tried copying over the .drv and .sys files from 9.0 but that created Run problems.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 4/29/2015 9:14:37 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;ve attached the Gx2065.drv that is bundled with ATEasy 9-152c.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 4/29/2015 9:16:40 AM&lt;/b&gt;&lt;br&gt;And here is the Gx2065.drv from ATEasy 8-148d.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul J. on 4/29/2015 2:14:08 PM&lt;/b&gt;&lt;br&gt;Thanks guys......&lt;br&gt;&lt;br&gt;&lt;b&gt;By Adam C. on 1/9/2017 1:27:27 AM&lt;/b&gt;&lt;br&gt;Hi Guys,&lt;br&gt;&lt;br&gt;I need some help, I stuck in a really interesting problem.&lt;br&gt;We are using a specific set of devices with drivers for an automotive test system, controlled by Ateasy.&lt;br&gt;This test system contains, beside of many other devices, a PXI rack with GX2065 DMM.&lt;br&gt;During the start up of the test SW, we call every instruments Init method.&lt;br&gt;The problem is, when we use a specific driver for a device (EXXOTEST CAN LIN control box) the initialization of GX2065 is failed with&lt;br&gt;"System exception 0X000008E floating point divided by zero Occurred in DLL procedure GxDmmMeasure found in DMM.Meaasure in line 1" &lt;br&gt;This exception occurs when we call the  measurement function during the initialization of the DMM.&lt;br&gt;When we use another DLL for EXXOTEST CAN LIN box, the initialization of the DMM is executed without any issue.&lt;br&gt;Unfortunately this DLL does not fit to our application so we have to use the other one.  &lt;br&gt;What should we do in this case?&lt;br&gt;&lt;br&gt;Thank you!&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 1/16/2017 10:19:55 AM&lt;/b&gt;&lt;br&gt;Hi Adam, &lt;br&gt;&lt;br&gt;Regarding: &lt;br&gt;&lt;br&gt;[Quote= Adam C. wrote:&lt;br&gt;Hi Guys,&lt;br&gt;&lt;br&gt;I need some help, I stuck in a really interesting problem.&lt;br&gt;We are using a specific set of devices with drivers for an automotive test system, controlled by Ateasy.&lt;br&gt;This test system contains, beside of many other devices, a PXI rack with GX2065 DMM.&lt;br&gt;During the start up of the test SW, we call every instruments Init method.&lt;br&gt;The problem is, when we use a specific driver for a device (EXXOTEST CAN LIN control box) the initialization of GX2065 is failed with&lt;br&gt;"System exception 0X000008E floating point divided by zero Occurred in DLL procedure GxDmmMeasure found in DMM.Meaasure in line 1" &lt;br&gt;This exception occurs when we call the  measurement function during the initialization of the DMM.&lt;br&gt;When we use another DLL for EXXOTEST CAN LIN box, the initialization of the DMM is executed without any issue.&lt;br&gt;Unfortunately this DLL does not fit to our application so we have to use the other one.  &lt;br&gt;What should we do in this case?&lt;br&gt;&lt;br&gt;Thank you! =Quote]&lt;br&gt;&lt;br&gt;&lt;br&gt;You will need to create a support incident to address this issue. We need a screen capture of the DMM panel about dialog (including SN. EEPROM  version and calibration) to tack the information and determine why that occurs. Also upload the drivers you are using. Also explain why the DLL does not fit your application.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=327</link><pubDate>4/29/2015 9:05:15 AM</pubDate></item><item><title>Ballard Omnibus 429 Interface Cards (122-425-000 and 122-436-431) Drivers - Created on Thursday, April 23, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Paul J. on 4/23/2015 3:09:42 PM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;   Anybody have Ballard Omnibus 429 Interface Cards (122-425-000 and 122-436-431) driver (.drv) files?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=326</link><pubDate>4/23/2015 3:09:42 PM</pubDate></item><item><title>Kikusui AC power Supply - Created on Monday, April 13, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Paul J. on 4/13/2015 9:24:58 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;    I am trying to install a Kikusui PCR1000M AC power supply driver and ATEasy hangs. I found the kipcrm.fp file and the kipcrm.h file in the IVI FOundation directory but when I select open an "Import C header File" dialog box reports ambiguous type encountered, I selected to let ATEasy to decide what to do, pressed Replace" and it seems to go off into la-la land. I waited about 15 minutes before terminating ATEasy.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Paul Jacques&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/13/2015 9:38:54 AM&lt;/b&gt;&lt;br&gt;Can you attach the FP/H files you are using there might also be a .Sub file? or better, just post the URL for the driver.
&lt;br&gt;&lt;br&gt;&lt;b&gt;By Orr K. on 4/13/2015 9:57:39 AM&lt;/b&gt;&lt;br&gt;Hi,

I downloaded the FP that you mentioned from the company&amp;#39;s website. http://www.kikusui.co.jp/en/download/en/?fn=pcr-m_IVI. I then used ATeasy 9 version 152c to import the FP. Finally I added pointed to the kipcrm.h file when it was looking for the H file. 

I was able to get an ATEasy driver from this. I uploaded it here for you to use.

Best Regards,
Orr Karny&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul J. on 4/23/2015 3:15:38 PM&lt;/b&gt;&lt;br&gt;Thanks for the driver Orr......&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=322</link><pubDate>4/13/2015 9:24:58 AM</pubDate></item><item><title>Need driver for Omega OM-DAQ-USB-2401 8/16 Channel USB DAQ - Created on Tuesday, March 31, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Dennis B. on 3/31/2015 1:43:17 PM&lt;/b&gt;&lt;br&gt;Looking for a ATEasy driver for an Omega OM-DAQ-USB-2401 8/16 channel USB DAQ. A dll file called Omega.DAQ.dll is provided by Omega Engineering, but not a C++ header file defining the procedures. Does anyone have a driver or header file for this device? Here is a link to the files provided by Omega: ftp://ftp.omega.com/public/DASGroup/products/DAQ_Central/.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 3/31/2015 10:22:16 PM&lt;/b&gt;&lt;br&gt;The Omega.Daq.dll that is included in API_1.0.3.zip is a .NET DLL, so there is no included header.  You can insert it into a Libraries sub-module by using the Insert Library dialog and selecting the .NET Assemblies tab. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Dennis B. on 4/21/2015 2:04:12 PM&lt;/b&gt;&lt;br&gt;Here is a segment of C# code that I&amp;#39;m trying to implement in ATEasy to determine if the DAQ is connected:

       static void Main(string[] args)
        {
            //check for connected devices
            IList&amp;lt;Device&amp;gt; devices = Device.FindConnectedDevices();
            Console.WriteLine(devices);
            if (devices.Count &amp;gt; 0)
            {
                //use the first detected device for testing purposes
                RunTests(devices[0]);
            }
            else
            {
                Console.WriteLine("No devices detected.");
            }

            Console.Write("Done. Press &amp;lt;Enter&amp;gt; to exit.");
            Console.ReadLine(); //wait for Enter key
        }

I&amp;#39;m having several problems implementing this code in ATEasy:
1. IList&amp;lt;&amp;gt; is a generic list interface found in mscorlib Systems.Collections.Generic. IList does not show up as a legitimate type during variable declaration. The only type that seems to compile for "devices" is type "Any". Declaring as "Object" or any other type results in Compiler Error #682: Right side of assignment is not compatible with left. How do I declare "devices" in ATEasy so that I can determine what interface is connected?
2. mscorlib is a referenced library within the Omega_DAQ .NET assembly, but ATEasy cannot find mscorlib. Does it need to be explicitly added elsewhere?
&lt;br&gt;&lt;br&gt;&lt;b&gt;By Orr K. on 4/21/2015 2:44:45 PM&lt;/b&gt;&lt;br&gt;Dennis,

In the driver you created open the Libraries, right-click and select Insert Library. Go to the .NET Assemblies tab and find mscorlib. You can add just Systems. Collections.Generic, all of the mscorlib library or just the List Interface. This should solve your issue of handling mscorlib referencing and it should now show up as a type you can use within the driver.

-Orr

&lt;br&gt;&lt;br&gt;&lt;b&gt;By Dennis B. on 4/22/2015 7:37:11 AM&lt;/b&gt;&lt;br&gt;Imported appropriate classes of mscorlib successfully into the driver library list and was able to select type IList &amp;#39;&amp;lt;T&amp;gt;, but ATEasy tells me that is an illegal type when I try to assign it to variable "devices". If I try to use the non-generic type IList without the &amp;lt;T&amp;gt; type parameter, the properties dialog allows me to assign it, but the compiler once again complains that the right side assignment is not compatible with the left.&lt;br&gt;&lt;br&gt;Here is the ATEasy code for my driver procedure called FindDevices() mscorlib.IList public:&lt;br&gt;&lt;br&gt;variables&lt;br&gt;------------------------------&lt;br&gt;devices            mscorlib.IList&lt;br&gt;&lt;br&gt;procedure&lt;br&gt;------------------------------&lt;br&gt;devices = Omega_Daq.Device.FindConnectedDevices()&lt;br&gt;return &amp;amp;devices&lt;br&gt;&lt;br&gt;&lt;br&gt;Suggestions?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/23/2015 3:18:16 PM&lt;/b&gt;&lt;br&gt;ATEasy 9 does not support .Net generics classes. You will need to create a wrapper class that convert the return List from the FindConnectedDevices method to return the device instead of the list.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=318</link><pubDate>3/31/2015 1:43:17 PM</pubDate></item><item><title>NationalInstruments.Common Assembly Error - Created on Tuesday, February 3, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Paul T. on 2/3/2015 1:45:18 PM&lt;/b&gt;&lt;br&gt;Hi all,&lt;br&gt; &lt;br&gt;&lt;br&gt;I have NIDAQmx version 9.7.5 installed, and I am trying to use an ATEasy project that uses NationalInstruments.Common assembly. It constantly retrieves me the error:&lt;br&gt;&lt;br&gt;Run-time error #420 : &amp;#39;Object method or property &amp;#39;Init&amp;#39; failed: Could not load file or assembly &amp;#39;NationalInstruments.Common, Version=8.5.35.149, Culture=neutral, PublicKeyToken=18cbae0f9955702a&amp;#39; or one of its dependencies. The system cannot find the file specified.&amp;#39; found in &amp;#39;Ni_Generic.InitAnalog&amp;#39; in line 26.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;What to do?&lt;br&gt; &lt;br&gt;&lt;br&gt;Please help me!&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Alex&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 2/5/2015 4:16:14 PM&lt;/b&gt;&lt;br&gt;Hi Alex,

For operating an instrument that utilizes NI-DAQmx, we have a premade driver that is packaged with ATEasy.  Is this suitable?

Check "C:\Program Files (x86)\ATEasy\Drivers\NiDaqMx.prj"

Regards,
Victor Brode&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 2/5/2015 11:09:52 PM&lt;/b&gt;&lt;br&gt;Hi Victor,


I have to work within a project that already has those NI .NET assemblies included. 
I&amp;#39;ve managed to install these assemblies at their old versions and now it works.


Thanks anyway!



Regards,
Alex P.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=314</link><pubDate>2/3/2015 1:45:18 PM</pubDate></item><item><title>Include windows.h via a others headers file - Created on Monday, February 2, 2015 (Solution Avaliable)</title><description>&lt;b&gt;By Yann G. on 2/2/2015 3:11:56 AM&lt;/b&gt;&lt;br&gt;Hi everyone,&lt;br&gt;&lt;br&gt;I have a headers file who is using for a DLL written in C, the header file for use the DLL include "&amp;lt;windows.h&amp;gt;".&lt;br&gt;&lt;br&gt;Ateasy don&amp;#39;t find these file.&lt;br&gt;&lt;br&gt;When I locate the windows.h in the SKD folder it&amp;#39;s look like ateasy need more files wich I can&amp;#39;t find on my computer it&amp;#39;s "excpt.h". &lt;br&gt;&lt;br&gt;&lt;br&gt;Please somebody help me&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 2/2/2015 8:41:16 AM&lt;/b&gt;&lt;br&gt;You probably don&amp;#39;t need it, just Ignore this file (and all other that don&amp;#39;t have the functions that you need) and continue with the import. If you can&amp;#39;t figure it out upload the header file and I will try to help you.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=313</link><pubDate>2/2/2015 3:11:56 AM</pubDate></item><item><title>ATEasy Driver for GE/Condor-Engineering QCP-1553 - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 5:00:56 PM&lt;/b&gt;&lt;br&gt;GE/Condor-Engineering QCP-1553&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel (FP) driver and revised for ease of use.&lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;busapi32.DLL&amp;#39; anbd was tested with BusTools-1553-API_v8.12 package.&lt;br&gt;The DLL is provided with the FP driver and installed to a directory,&lt;br&gt;that resides in either your PATH system environment variable. %VXIPNP%\WinNT\Bin,&lt;br&gt;or register value under HKEY_LOCAL_MACHINE\Software\IVI\IviStandardRootDir\Bin.&lt;br&gt;&lt;br&gt;This driver DLL does not require VISA 2.0.1 or IVI. &lt;br&gt;&lt;br&gt;Zip file includes examples.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr&lt;br&gt;&lt;br&gt;&lt;b&gt;By Jason D. on 1/14/2019 12:13:33 PM&lt;/b&gt;&lt;br&gt;Attached is an updated ATEasy driver for use with BusTools-API v8.22.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=310</link><pubDate>12/16/2014 5:00:56 PM</pubDate></item><item><title>ATEasy Driver for Fluke 5522A Calibrator - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 4:58:17 PM&lt;/b&gt;&lt;br&gt;Fluke Calibrator &lt;br&gt;&lt;br&gt;This driver was created using IOTables. Interface type is GPIB from the Driver Shortcut Interface page.&lt;br&gt;&lt;br&gt;Zip file example includes examples.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=309</link><pubDate>12/16/2014 4:58:17 PM</pubDate></item><item><title>Agilent Technologies N6700 Series Low-Profile Modular Power System - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 4:54:55 PM&lt;/b&gt;&lt;br&gt;Agilent Power System&lt;br&gt;&lt;br&gt;This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.&lt;br&gt;&lt;br&gt;Zip file example includes examples.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=308</link><pubDate>12/16/2014 4:54:55 PM</pubDate></item><item><title>ATEasy driver for Keithley Instruments Series 2400 SourceMeter Driver - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 2:09:14 PM&lt;/b&gt;&lt;br&gt;Keithley Instruments Series 2400 SourceMeter&lt;br&gt;&lt;br&gt;This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.&lt;br&gt;&lt;br&gt;Zip file example includes examples.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=307</link><pubDate>12/16/2014 2:09:14 PM</pubDate></item><item><title>ATEasy driver for Agilent 34410A/11A/L4411A 6 Digit Multimeter - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 11:39:50 AM&lt;/b&gt;&lt;br&gt;Agilent 6 Digit Multimeter

This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.

Zip file example includes examples.

Regards,
Orr

 &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=306</link><pubDate>12/16/2014 11:39:50 AM</pubDate></item><item><title>ATEasy driver for Agilent 53220A/230A Frequency Universal Counter/Timer Driver - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 11:38:19 AM&lt;/b&gt;&lt;br&gt;Agilent Frequency Universal Counter/Timer Driver

This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.

Zip file example includes examples.

Regards,
Orr&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=305</link><pubDate>12/16/2014 11:38:19 AM</pubDate></item><item><title>ATEasy driver for Agilent 33500 Series Waveform Generator - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 11:36:28 AM&lt;/b&gt;&lt;br&gt;Agilent Waveform Generator 

This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.

Zip file example includes examples.

Regards,
Orr&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=304</link><pubDate>12/16/2014 11:36:28 AM</pubDate></item><item><title>ATEasy driver for Agilent Infiniium 9000 Series Oscilloscopes - Created on Tuesday, December 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 12/16/2014 11:33:31 AM&lt;/b&gt;&lt;br&gt;Agilent Oscilloscope

This driver was created using IOTables. Interface type to WinSocket/LXI, USB, or GPIB from the Driver Shortcut Interface page.

Zip file example includes examples.

Regards,
Orr &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=303</link><pubDate>12/16/2014 11:33:31 AM</pubDate></item><item><title>Ateasy driver for Web Cam application - Created on Friday, October 31, 2014</title><description>&lt;b&gt;By Leonid S. on 10/31/2014 3:20:34 PM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;Does anyone has a driver for Web Cam control?&lt;br&gt;Thabks!&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 10/31/2014 4:12:31 PM&lt;/b&gt;&lt;br&gt;I&amp;#39;ve written a few drivers for cameras and web cams, but they vary by model.  Do you have a model number for the part you are trying to control?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=299</link><pubDate>10/31/2014 3:20:34 PM</pubDate></item><item><title>ATEasy Driver for Agilent N90xxA (CXA/EXA/MXA/PXA) Analyzer  - Created on Thursday, October 23, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 10/23/2014 10:27:00 AM&lt;/b&gt;&lt;br&gt;Agilent MXA Spectrum Analyzer&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel Driver file (.fp). &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;agmxa_32.DLL&amp;#39;.&lt;br&gt;http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=4107B41C481761E0E0440003BA7CCD71&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr Karny&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=298</link><pubDate>10/23/2014 10:27:00 AM</pubDate></item><item><title>ATEasy Driver for Agilent 2000/3000 X-Series Oscilloscope - Created on Thursday, October 23, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Orr K. on 10/23/2014 10:23:06 AM&lt;/b&gt;&lt;br&gt;Agilent Oscilloscope&lt;br&gt;&lt;br&gt;This driver was generated by ATEasy from a Function Panel Driver file (.fp). &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;agx2k3k_32.DLL&amp;#39;.&lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=A661BD7B892F06B2E0440021287E6A9E&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Orr Karny&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=297</link><pubDate>10/23/2014 10:23:06 AM</pubDate></item><item><title>Ateasy driver for Advantech USB-4761 - Created on Friday, September 5, 2014</title><description>&lt;b&gt;By Leonid S. on 9/5/2014 2:12:46 PM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;I&amp;#39;m using USB-4761 relay module in my system.&lt;br&gt;Is there any Ateasy driver for it?&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 9/8/2014 7:43:41 AM&lt;/b&gt;&lt;br&gt;Hi,

I tried to find out what software components Advantech supplies with this part.  Looking at the Advantech website, it sounds like they provide the programming examples only with the CD that comes with the USB-4761 and not from the web.  There should be a DLL/header combo at \Program Files\Advantech\ADSAPI\Examples or \Program Files\Advantech\ADSAPI\Include.  You can add the DLL and use Import DLL C Header File give yourself a starting point.

-Victor&lt;br&gt;&lt;br&gt;&lt;b&gt;By Leonid S. on 4/27/2015 5:17:04 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;I forgot to mention that i&amp;#39;m using Win7 OS.&lt;br&gt;&lt;br&gt;I found an ActiveX driver for USB-4761 module : BDaqOcxLib.dll&lt;br&gt;It works fine when attached to Ateasy driver, but i recieve error messages during workspace load(see attachment)&lt;br&gt;&lt;br&gt;How can i avoid those messages? Is there an option to ignore these messages inside Ateasy?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 4/28/2015 10:17:51 AM&lt;/b&gt;&lt;br&gt;That&amp;#39;s strange, what data type is &amp;#39;BDaqOcxLib.PortDirection.pVal&amp;#39;?  From the variable name, I would think Val Any.  Perhaps this ActiveX library, BDaqOcxLib.dll requires another library which defines the missing data type.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 4/30/2015 9:11:26 AM&lt;/b&gt;&lt;br&gt;Nevermind, this issue is caused by a COM method that returns SAFEARRAY of non-basic types (e.g enum, class, struct etc). &lt;br&gt;It was fixed in the ATEasy 7-142d.  What version are you using?&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=295</link><pubDate>9/5/2014 2:12:46 PM</pubDate></item><item><title>WindRiver probe API win7 - USB Layer Communication Initialization error - Created on Wednesday, July 9, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Kraig W. on 7/9/2014 8:35:23 AM&lt;/b&gt;&lt;br&gt;We had an ATEasy (ATEasy 8 - 148c) program running on WinXP, we have switched to a new PC running an i5 with win7 64 bit with ATEasy 8 - 148c.  Installed the WindRiver probe on the new PC.  Using the same .prg file that was working with XP in a workspace. Initializing the probe we get an error "-805 USB Layer Communication Initialization error".  Have been talking to the folks at WindRiver.  They have a PPCDemo.exe that will run and connect to the WindRiver probe.  We also created a C program that will initialize and connect to the probe.  So, the issue seems to be with ATEasy.  We are using API calls from ATEasy to control the probe.  Any help would be great.  thanks&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=287</link><pubDate>7/9/2014 8:35:23 AM</pubDate></item><item><title>DPO 3034 Tektronix Driver - Created on Friday, May 16, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Garrett O. on 5/16/2014 10:40:15 AM&lt;/b&gt;&lt;br&gt;Are there any drivers (.fp, .drv) out there for this oscilloscope?&lt;br&gt;If not, how do I go about making a driver for this scope?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 5/19/2014 7:59:55 AM&lt;/b&gt;&lt;br&gt;You can download the IVI driver for the DPO 2000, 3000, and 4000 series instruments from the Tek website:&lt;br&gt;http://www.tek.com/oscilloscope/dpo2002-software/dpo2000-dpo3000-dpo4000-ivi-driver-v13&lt;br&gt;&lt;br&gt;This installation includes a FP driver which I have converted into a DRV with ATEasy&amp;#39;s Import FP Driver...&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Garrett O. on 5/29/2014 7:40:50 AM&lt;/b&gt;&lt;br&gt;Thanks very much for your help. That worked like a charm.&lt;br&gt;&lt;br&gt;ATEasy is now asking me for some values for the Driver Shortcut properties.&lt;br&gt;It is asking for ResourceName, IdQuery, ResetOnInit, and Options. What sort&lt;br&gt;of values should I place in these properties?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Garrett O. on 5/29/2014 11:45:19 AM&lt;/b&gt;&lt;br&gt;Continuing on the note of what to put in for ResourceName, the VISA address for my scope is GPIB0::16::INSTR. I have tried using that as a value for ResourceName, but the program errors out when implementing an initialize function. I leave an options value empty, so the code gets to:&lt;br&gt;&lt;br&gt;if sOptionsString=""&lt;br&gt;	_CheckError(Tkdpo2k3k4k_init(sResourceName, bIdQuery, bReset1, m_session))&lt;br&gt;else&lt;br&gt;	_CheckError(Tkdpo2k3k4k_InitWithOptions(sResourceName, bIdQuery, bReset1, sOptionsString, m_session))&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&lt;br&gt;and fails on the fourth line. The error states "Run-time error #0x0000005 : &amp;#39;Memory access violation&amp;#39; found in &amp;#39;SCOPE._Initialize&amp;#39; in line 21". The fourth line in the above code is the 21st line of code in the actual program. The help feature included with ATEasy suggests using the VISA address under the section titled "Using VXI Plug&amp;amp;Play Functions Panel Drivers", but I cannot seem to get my computer to successfully connect to my Scope using GPIB. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 5/30/2014 9:25:00 AM&lt;/b&gt;&lt;br&gt;Theoretically, if you are leaving sOptionsString blank, then it should not run the fourth line.  &lt;br&gt;&lt;br&gt;I noticed that the type of the sOptionsString parameter is ViConstString...Try changing the sOptionsString parameter type from ViConstString to String.  The default value of this parameter should be an empty string, "".&lt;br&gt;&lt;br&gt;&lt;b&gt;By Garrett O. on 5/30/2014 11:09:37 AM&lt;/b&gt;&lt;br&gt;My apologies, it errors on the second line. It shouldn&amp;#39;t get to the fourth line, as I do leave the options string blank. I went into the driver properties under the parameters tab to change the type of sOptionsString, but it seems it already is a string type.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Garrett O. on 5/30/2014 11:10:24 AM&lt;/b&gt;&lt;br&gt;And a picture of ATEasy erring on the second line.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tyler G. on 5/30/2014 11:59:53 AM&lt;/b&gt;&lt;br&gt;I am attempting to use this driver for an MDO4034B-3 scope connected through USB but I do not know how to initialize the scope to communicate over USB. The initialize command is looking for a VISA address but I&amp;#39;m not sure where to find that. Could you help me get this scope set up with this driver with the USB connection?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tyler G. on 5/30/2014 1:53:03 PM&lt;/b&gt;&lt;br&gt;I found the VISA address and was able to connect to the scope but I am using the Initialize command which requires a string and it will only work if I pass the serial number of the scope that I want to talk to. Is there a way to avoid passing the serial number as part of the initialization string so I can use the software no matter what the serial number of the scope is?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 5/30/2014 10:41:31 PM&lt;/b&gt;&lt;br&gt;Instead of using the raw VISA address, try setting up an alias for the instrument in NI-MAX and then using the alias as your resource string.  An alias will allow you to mask out the serial number.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tyler G. on 6/2/2014 12:36:59 PM&lt;/b&gt;&lt;br&gt;The alias worked. Thanks.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=281</link><pubDate>5/16/2014 10:40:15 AM</pubDate></item><item><title>Ateasy 8 with windows 7 64-bits - Created on Friday, March 28, 2014</title><description>&lt;b&gt;By Olivier L. on 3/28/2014 3:56:45 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Under windows 7 32-bits, my driver AG34410 run correctly with winsock interface.&lt;br&gt;&lt;br&gt;I want to use this driver  with windows 7 64-bits. But i have an error message "unable to open interface for driver...".&lt;br&gt;In the Windows control panel , I see that the Ateasy RunTime configuration applet is in 32bits.&lt;br&gt;&lt;br&gt;Can I use winsock communication with my configuration?&lt;br&gt;Can i updated Ateasy RunTime configuration in 64 bits?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=271</link><pubDate>3/28/2014 3:56:45 AM</pubDate></item><item><title>Help with ni Xnet driver - Created on Tuesday, March 11, 2014 (Solution Avaliable)</title><description>&lt;b&gt;By Bob G. on 3/11/2014 6:24:27 AM&lt;/b&gt;&lt;br&gt;hi,&lt;br&gt;im using ni xnet (canbus for PXI)&lt;br&gt;i need an example for write data  to CAN1 PORT and read it on CAN2 PORT&lt;br&gt;&lt;br&gt;something simple.&lt;br&gt;&lt;br&gt;thx&lt;br&gt;gilad&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 3/11/2014 6:45:58 AM&lt;/b&gt;&lt;br&gt;Hi Gilad,&lt;br&gt;&lt;br&gt;&lt;br&gt;You have this post (below) of DrATEasy with an attachment containing the Driver and an example on how to use it. &lt;br&gt;I hope it helps you.&lt;br&gt;&lt;br&gt;https://www.marvintest.com/Forums/Thread.aspx?ID=104#308&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;&lt;br&gt;Paul T.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=269</link><pubDate>3/11/2014 6:24:27 AM</pubDate></item><item><title>ATEasy driver for accessing Core Audio APIs from Windows XP/7 - Created on Friday, February 28, 2014</title><description>&lt;b&gt;By Paul T. on 2/28/2014 2:17:32 PM&lt;/b&gt;&lt;br&gt;Hi,

Can someone help me?
I need to control the Master Volume and Audio Balance programmatically from ATEasy under Windows XP/7.
I&amp;#39;ve been busy studying the issue a little bit. 
For Windows XP, it seems OK to use the winmm.dll library with the mixerOpen(...), ... , waveOutSetVolume(...) functions (nothing related to the Audio Balance, though), but for Windows 7, I don&amp;#39;t see how can I use the MMDevAPI.dll... Importing this library to ATEasy and using its data types/procedures is an awful thing for me...

Any help/idea is welcome! Thank you.


Regards,

Paul T.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 3/3/2014 12:47:55 PM&lt;/b&gt;&lt;br&gt;Never tried it either, but it looks like you need the functions from the AudioVolume interface.&lt;br&gt;&lt;br&gt;Try importing in Audioclient.h as per http://msdn.microsoft.com/en-us/library/windows/desktop/dd316531(v=vs.85).aspx&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 3/3/2014 11:41:33 PM&lt;/b&gt;&lt;br&gt;Hi Victor!&lt;br&gt;&lt;br&gt;Already tried this, but no use. Actually, it requires many more header files aside AudioClient.h, and after I manually set the path to them, I can&amp;#39;t use any of the procedures described in the API. It imports me some structures having Procedures as their members and I cannot use them...&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 3/26/2014 10:16:51 AM&lt;/b&gt;&lt;br&gt;Nobody faced this challenge before? :(&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=268</link><pubDate>2/28/2014 2:17:32 PM</pubDate></item><item><title>ATEasy Driver for Agilent M9210A - Created on Wednesday, February 19, 2014</title><description>&lt;b&gt;By Kraig W. on 2/19/2014 10:39:43 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;m looking for an ATEasy diver for Agilent M9210A digitizer.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 2/19/2014 3:38:45 PM&lt;/b&gt;&lt;br&gt;Kraig,&lt;br&gt;&lt;br&gt;The MD1 library that you download from Agilent&amp;#39;s website should include a FP (Function Panel) driver that can be imported into ATEasy using the Import Function Panel dialog within the Insert menu.&lt;br&gt;&lt;br&gt;-Victor&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=264</link><pubDate>2/19/2014 10:39:43 AM</pubDate></item><item><title>Keithley 2110 Driver error - Created on Friday, December 6, 2013</title><description>&lt;b&gt;By Kraig W. on 12/6/2013 12:14:39 PM&lt;/b&gt;&lt;br&gt;I am getting errors when i run the program.  Screen shots of the errors and the driver properties are are attached.  I believe everything is set correctly.  The DMM is set to GPIB address 02.  You can see the *IDN? returns the DMM info.  What am i missing?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/6/2013 4:28:12 PM&lt;/b&gt;&lt;br&gt;The first error (-8) indicate that your driver SHORTCUT (as opposed to the driver properties) was not configured. You need to right click on your DMM (Under System Drivers), select Properties, then select Interface tab, select the GPIB and type in the address. See the attached image.&lt;br&gt;&lt;br&gt;The second error  (-9) is result of the first one.&lt;br&gt;&lt;br&gt;Make sure that you GPIB card is also configured from your Tools Options, Interfaces page. see the help for more information. &lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/6/2013 4:32:15 PM&lt;/b&gt;&lt;br&gt;You can also open the example provided with ATEasy Ki200x.prj, configure the shortcut and run it, see if it happened in the example also. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 12/10/2013 8:25:43 AM&lt;/b&gt;&lt;br&gt;Let me provide more detail.  when i click Taskit i recieve the errors.  if i click to ignore the errors and continue in the program the meter will set when the commands are sent (function, read measurement).  that tells me the address and GPIB card are set and working correctly.  The GPIB card in the PC is used for other equipment and is working.  when a program in ATEasy starts is there an initialization or initial compile that would kick out this error before the program is run?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/10/2013 10:36:12 AM&lt;/b&gt;&lt;br&gt;Looking at you screen capture it looks like the terminator is set to "\r\n", It should be "\n". Can you try to change it? Can you run TaskIt on the example and see if it works?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=257</link><pubDate>12/6/2013 12:14:39 PM</pubDate></item><item><title>HP 438 Power Meter Driver - Created on Monday, October 7, 2013</title><description>&lt;b&gt;By Terence O. on 10/7/2013 11:34:25 AM&lt;/b&gt;&lt;br&gt;Does anyone have an ATEasy driver for a HP 438 power meter?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=249</link><pubDate>10/7/2013 11:34:25 AM</pubDate></item><item><title>Looking for a Corelis ScanExpress boundary-scan driver - Created on Monday, September 16, 2013</title><description>&lt;b&gt;By Michael W. on 9/16/2013 1:02:50 PM&lt;/b&gt;&lt;br&gt;Does anybody have a driver for the Corelis ScanExpress boundary-scan device?&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=247</link><pubDate>9/16/2013 1:02:50 PM</pubDate></item><item><title>Looking for Tek scope MSO3032 driver (non-IVI) - Created on Tuesday, April 23, 2013</title><description>&lt;b&gt;By Kraig W. on 4/23/2013 12:01:31 PM&lt;/b&gt;&lt;br&gt;Is there a driver ready for download for this scope?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/24/2013 8:53:38 PM&lt;/b&gt;&lt;br&gt;Did you try the following:

http://www.marvintest.com/Forums/Thread.aspx?ID=40#114
&lt;br&gt;&lt;br&gt;&lt;font color='red'&gt;*Changed by Moderator&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 4/26/2013 11:58:21 AM&lt;/b&gt;&lt;br&gt;Thanks.  I have a USB connection.  I changed the interface to USB and still get a runtime error 320.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/26/2013 2:04:40 PM&lt;/b&gt;&lt;br&gt;Do you see the instrument under the USB list in the driver shortcut? In the windows Device manager show as USBTMC device. Can you post back the driver shortcut image and the Windows Device Manager image.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 4/29/2013 6:40:21 AM&lt;/b&gt;&lt;br&gt;Is this what you are looking for?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 4/29/2013 8:27:54 AM&lt;/b&gt;&lt;br&gt;Settings won&amp;#39;t stick&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 4/29/2013 8:48:09 AM&lt;/b&gt;&lt;br&gt;Ignore my last post with MSO_USB_2.  &lt;br&gt;&lt;br&gt;I found a VISA driver in the example ATEasy code that will control the scope.  This proves the connection to the scope is working through the VISA driver but not through the TDS3000 driver. &lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/29/2013 3:36:00 PM&lt;/b&gt;&lt;br&gt;Try to-do the following:
 
1. Disconnect the USB device 
 
2. Download and upgrade your system with HW driver to 4.6.3 
  https://www.marvintest.com/Product.aspx?model=HW  
 
3. Connect the USB Device 
 
4. Verify that the Device is connected to HW:  
a. Open Windows Device Manager 
b. Locate the device under "USB Test and Measurement Devices" 
c. Open the Device Properties 
d. In the Device Properties Details Page select "Driver Details" 
e. Verify that HWDevice.sys on (x86) and HWDevice64.sys (on x64) are listed in the list as shown in the attached image. 
 
Let me know if the issue was resolved. 
 
  &lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 4/30/2013 10:58:53 AM&lt;/b&gt;&lt;br&gt;I can only get windows to load the ausbtmc.sys driver (see attached).  when trying to update manually windows is looking for a .inf file.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/30/2013 3:27:03 PM&lt;/b&gt;&lt;br&gt;1. What OS? Is it 64 bit?&lt;br&gt;&lt;br&gt;2. What version of Agilent IO Libraries?&lt;br&gt;&lt;br&gt;2.  Did you do all the steps I mentioned and installed 4.6.3? &lt;br&gt;&lt;br&gt;3. Can you verify that the device is installed? Open registry editor and locate:&lt;br&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HwDevice&lt;br&gt;&lt;br&gt;You should have the Image path key set to:&lt;br&gt;\SytemRoot\System32\Drivers\HwDevice64.sys&lt;br&gt;&lt;br&gt;4. Next, log in as administrator and remove the driver shortcut and reinsert it. Select the USBTMC device from the drop down list - this should add the HWDevice to the driver.&lt;br&gt;&lt;br&gt;5. Check the Driver Details again and verify that HwDevice shows there.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/1/2013 6:44:02 AM&lt;/b&gt;&lt;br&gt;1. windows7, 64 bit&lt;br&gt;2.?? not sure what this is.&lt;br&gt;2b. yes, once the HW driver 4.6.3 was installed i see the file HwDevice64.sys in the system32/driver folder.  I can&amp;#39;t get windows to find and install the HwDevice64.sys under the driver tab &amp;#39;driver details&amp;#39;.  if i click &amp;#39;update driver&amp;#39; it finds another driver (not HwDevice64) and installs that (which doesn&amp;#39;t work).&lt;br&gt;3. Verified. See attachment.&lt;br&gt;4,5. Once i did this step the HwDevice64.sys was in the device &amp;#39;driver file details&amp;#39;.&lt;br&gt;&lt;br&gt;If i &amp;#39;Doit!&amp;#39; on a command to the scope, i get the same error.  Unable to open interface - see attachment bottom screen shot.&lt;br&gt;&lt;br&gt;Do i need to initialize the USB device with USBOpen or a similiar command before sending commands to the scope?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/1/2013 6:45:28 AM&lt;/b&gt;&lt;br&gt;Forgot the attachment.&lt;br&gt;&lt;br&gt;BTW - Thanks for the help.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/1/2013 8:58:28 AM&lt;/b&gt;&lt;br&gt;I sending different commands to the scope and suddenly it began to work, but it is intermittent.  The ivi driver also seems to be &amp;#39;flaky&amp;#39;.  if i turn everything off and reboot (scope and PC) the PC doesn&amp;#39;t reconize the scope right away.  I get an error from windows that the device is unrecognized.  I had the PC BSOD a couple times which doesn&amp;#39;t give me a &amp;#39;warm and fuzzy&amp;#39; feeling.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/1/2013 9:03:32 AM&lt;/b&gt;&lt;br&gt;Can you user the pre-release of 148c? it includes a fix for certain USB devices that uses large packet for data. The link to it is:&lt;br&gt;&lt;br&gt;http://geotest.fileburst.com/downloads/ATEasy8-148c-Candidate2.exe&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/1/2013 11:05:34 AM&lt;/b&gt;&lt;br&gt;installed the 148c and rebooted.  Didn&amp;#39;t appear to have any effect.  It seems, if you send a command that i can&amp;#39;t perform it causes a device error.  (For instance, send a command for cursor function HBARS, then MEASURE BETWEENCURSORS VERT).  After the device error, the commands that are sent have no effect (initialize, *CLS, *RST) until the scope is reset via &amp;#39;default setup&amp;#39; from the front panel.  I would think, the driver should be able to recover from an error without having to manually reset things.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/1/2013 11:47:53 AM&lt;/b&gt;&lt;br&gt;So:&lt;br&gt;1) You are not getting BSOD  anymore? &lt;br&gt;2) The scope works as expected when the commands are valid? &lt;br&gt;3) The issue now is how to clear an error after wrong command is sent?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/1/2013 12:14:16 PM&lt;/b&gt;&lt;br&gt;I just had another BSOD after rebooting the PC.  After the reboot, windows didn&amp;#39;t recognize the scope.  I opened ATEasy and went to &amp;#39;Doit!&amp;#39; on a command and got the BSOD.  &lt;br&gt;&lt;br&gt;My feelings are that if there is a wrong command sent the driver should deal with it and respond to new commands after an error.  I shouldn&amp;#39;t have to clear anything.  I don&amp;#39;t have alot of confidence in the TDS3000 driver.  If this was in a production environment and an error occured while running an automated test the technician shouldn&amp;#39;t have to remember to send a command to reset the communication.  Also, the programmer for the ATEasy code shouldn&amp;#39;t have to check after every sent command to see if there was an error and reset something.&lt;br&gt;&lt;br&gt;Getting frustrated.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/1/2013 3:47:13 PM&lt;/b&gt;&lt;br&gt;Understand you frustration, the problem is that I can&amp;#39;t replicate your issue since I don&amp;#39;t have a Tektronics MSO USB based scope. I will try to get one. &lt;br&gt;&lt;br&gt;For now, You can try the following procedure described in the attached DOC file to remove VISA and use the HW driver exclusively.&lt;br&gt;&lt;br&gt;Can you also send me the script that cause the error or the BSOD?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/2/2013 7:04:04 AM&lt;/b&gt;&lt;br&gt;I appreciate the help.  These are new scopes we trying to bring online to replace our existing 2440&amp;#39;s.  Would it be easier to email you directly?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/2/2013 8:34:07 AM&lt;/b&gt;&lt;br&gt;Doesn&amp;#39;t seem to make a difference using the HW driver.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/2/2013 9:00:29 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;m getting a Tektronics USB scope (MSO5000 series) later today. I will check and let you know.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/6/2013 6:18:14 PM&lt;/b&gt;&lt;br&gt;See a solution in the original scope driver URL:

http://www.marvintest.com/Forums/Thread.aspx?ID=40#114 

There are two more pending issues except from the updated driver:
1. BSOD when unplugging the device (disconnect USB cable) while being used by ATEasy, does not crash without unplugging the device.
This problem only happen when using ausbtmc.sys driver which is installed by NI-VISA or IVI setup package. Does not happen with Geotest USBTMC or older NI-USBTMC drivers. Hopefully the next build of IVI foundation (current version is 2.2.1) will address this. There are lots of reports on this issue on the web.

2. First time using the device or after rebooting PC, ATEasy cannot communicate with the scope (Cannot Open Interface error). This problem only happened on 64-bit machine  due to 64-bit restriction. ATEasy used SetupDiCallClassInstaller function to force restart the device but failed since this function no longer work under 64-bit machine when calling from 32-bit app. This is a known Windows issue. We will Still searching for solution to the problem, the fix will be available in the next build.
&lt;br&gt;&lt;br&gt;&lt;font color='red'&gt;*Changed by Moderator&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 11/4/2013 5:41:50 AM&lt;/b&gt;&lt;br&gt;I am installing the scope on another system - running XP.  First I upgraded to 148c.  Then I plugged in the scope and let it install.  I get errors when trying to send commands.  The errors point to the driver not being set up correctly.  The driver shortcut it is set to USB and the device ID and serial number show up in the window.  If i connect or disconnect the scope i get BSOD showing &amp;#39;nipalk&amp;#39;.  if I connect a Keithley DMM via USB I get the same BSOD.  Do I need to install HW driver?  &lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 11/4/2013 10:26:30 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;ve run into the nipalk.sys BSOD before.  The suggestion I found was to boot into safe mode and rename nipalk.sys to something else.  This will disable some NI services.&lt;br&gt;&lt;br&gt;http://digital.ni.com/public.nsf/allkb/1780FE4D49B70C0D86256FA2006B3369&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/23/2014 12:18:23 PM&lt;/b&gt;&lt;br&gt;I have been using this driver for a few months.  We have added new commands to it.  I updated my PC (currently XP soon to upgrade to win7-64) to ATEasy8 version 148c and Updated NI MAX to version 5.5.  I&amp;#39;m still having one issue.  If the scope is disconnected by someone and then reconnected ATEasy cannot control it even though an .exe file was created and running prior to the disconnect.  To correct, we need to go back into a workspace, open the driver shortcut go to the interface tab and reset everything to USB and USBTMC then rebuild.  Why does this need to be done?  Is there an easy fix?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 5/27/2014 2:18:57 PM&lt;/b&gt;&lt;br&gt;Unplugging a USB device during an application run will remove it for that run.  Even if you plug it back in, the application will not be able to resume communication.  But you can close the application and relaunch the EXE.  This will allow you to resume use of the USB instrument.&lt;br&gt;&lt;br&gt;Using: Win7-64, ATEasy 8-148c, Ag33500B with USBTMC device driver.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/28/2014 7:26:58 AM&lt;/b&gt;&lt;br&gt;its not being unplugged and reconnected during the application.  I have been trying different scenarios to reproduce the issue.  We have three shifts so its hard to pin point what exactly is happening.  I went out to the floor this morning after a call, "its not working".  I checked the driver shortcut with the scope connected prior to launch of the workspace.  The interface tab had &amp;#39;unknown device&amp;#39;. Windows Device manager had the Marvin USBTMC listed.  After I reconfigured the driver shortcut and saved the system file and rebuilt, the .exe ran fine.  I rebuilt the .exe without the scope connected, closed ATEasy, connected the scope, opened the .exe file and it ran - no issues.  I keep having to reconfigure the driver shortcut and rebuilding the .exe when there is an issue.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 5/28/2014 7:29:39 AM&lt;/b&gt;&lt;br&gt;Always plugged into the same USB port?&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/28/2014 10:47:21 AM&lt;/b&gt;&lt;br&gt;Can you change the ATEasy EXE shortcut for your application to Run As Administrator? This will allow users to reconnect to the device driver. I believe the issue is that if the EXE is not running as Admin, when the USB device is reconnected it will not install our filter driver unless you are admin. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/29/2014 7:07:33 AM&lt;/b&gt;&lt;br&gt;I found the following during a fortunate order of events.  I have two scopes; MSO4054 and an MSO3032.  They use the same .drv file because the SCPI commands are the same.  Both scopes are used in the same project but in different .prg files (assemblies).  I have one driver in the system file for both scopes.  Due to the USB identification of each scope the product ID&amp;#39;s are different in the driver shortcut interface tab.  So, which ever scope was used last and connected to the test station running ATEasy during the build of a new .exe file - the .exe would kick out the run time error for the other scope when the other assembly (.prg) was run.  This leads to my next question... Can two product ID&amp;#39;s be included in the interface tab so only one driver needs to be in the driver folder of the system file?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 5/29/2014 8:00:00 AM&lt;/b&gt;&lt;br&gt;Hi Kraig, &lt;br&gt;I think you can. You should have a property like driver.Interface....ID, something like this. &lt;br&gt;I&amp;#39;m on my mobile phone right now and I can&amp;#39;t check this to tell you exactly.&lt;br&gt;See the help file.&lt;br&gt;But what if you add the same driver file 2 times within the system file? This way you will have 2 independently condigurable driver shortcuts of the same driver.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 5/29/2014 8:41:19 AM&lt;/b&gt;&lt;br&gt;I was trying to avoid two drivers in the system file.  I have nine test stands and I want them to be universal with the two different scopes so that any program will run on any test stand.  I don&amp;#39;t want the test stand (two different scopes) to limit where product can run because of two different drivers.  We have existing programs that I don&amp;#39;t want to spend the time to go back in and edit due to a new driver in the system file.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/29/2014 9:45:43 AM&lt;/b&gt;&lt;br&gt;That explains it. &lt;br&gt;&lt;br&gt;To resolve this you will need to:&lt;br&gt;1) Check  Open On Access in the driver shortcut. This is done to delay the initialization.&lt;br&gt;2). Make sure Ignore serial number is checked since you have two serial numbers (for each scope)&lt;br&gt;3) In the driver OnInit event you need to find out the scope you have. You can do that by:&lt;br&gt;Procedure Driver.OnInit()&lt;br&gt;{&lt;br&gt;try&lt;br&gt;    Driver.InterfaceInfo(adriverInfoUsbProductId)=scope1productID&lt;br&gt;    call a command from the scope to verify it works&lt;br&gt;catch&lt;br&gt;    Driver.InterfaceInfo(adriverInfoUsbProductId)=scope2producID&lt;br&gt;    call a command from the scope to verify it works&lt;br&gt;endtry&lt;br&gt;}&lt;br&gt;&lt;br&gt;Another way is to use UsbOpen for each id and then set the successful handle to the driver.InterfaceInfo(adriverInfoAddress)&lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=230</link><pubDate>4/23/2013 12:01:31 PM</pubDate></item><item><title>ni pxi-6515 &amp;amp; ni pxi 6361 - Created on Monday, March 25, 2013</title><description>&lt;b&gt;By Bob G. on 3/25/2013 3:05:59 AM&lt;/b&gt;&lt;br&gt;hi to all&lt;br&gt;&lt;br&gt;can someone help me with getting working ateasy drivers for the models above .&lt;br&gt;&lt;br&gt;thx&lt;br&gt;gilad&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 3/25/2013 9:08:00 AM&lt;/b&gt;&lt;br&gt;These card uses the NI-DAQmx software to program. Install the NI software and use the NiDaqMx.drv and example that are provided with ATEasy.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=225</link><pubDate>3/25/2013 3:05:59 AM</pubDate></item><item><title>ATEasy Driver For Agilent 603xA, 664x/5x/7x/8xA and E4356A Power Supplies - Created on Friday, March 8, 2013</title><description>&lt;b&gt;By Victor B. on 3/8/2013 9:43:24 AM&lt;/b&gt;&lt;br&gt;Agilent Tabletop Power Supplies&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;hp66xx_32.dll&amp;#39;. provided with the VXIPlug&amp;amp;Play Driver for 603xA, 664x/5x/7x/8xA and E4356A Power Supplies Installation package. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.home.agilent.com/agilent/software.jspx?ckey=2267056&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nid=-35687.384732&amp;amp;id=2267056&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=222</link><pubDate>3/8/2013 9:43:24 AM</pubDate></item><item><title>Driver for NI Function Generator Instruments - Created on Monday, February 25, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 2/25/2013 11:59:22 AM&lt;/b&gt;&lt;br&gt;National Instruments Function Generator Instruments &lt;br&gt;&lt;br&gt;Supported models: NI PXI/PCI-5401, NI PXI/PCI-5402, NI PXI-5404, NI PXI/PCI-5406, NI PXI/PCI-5411, NI PXI/PCI-5412, NI PXI/PCI-5421, NI PXI-5422, NI PXI/PCI-5431, NI PXI-5441, NI PXIe–5442, NI PXIe–5450, NI PXIe–5451&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;nifgen_32.dll&amp;#39; provided with the NI FGEN software package (version 2.9 at the time of this post). &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://joule.ni.com/nidu/cds/view/p/id/2711/lang/en&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;&lt;b&gt;By Raz A. on 7/2/2019 5:52:19 AM&lt;/b&gt;&lt;br&gt;Does this driver support NI PXI-5423?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Jason D. on 7/2/2019 2:00:57 PM&lt;/b&gt;&lt;br&gt;Hi Raz,&lt;br&gt;&lt;br&gt;Do you mean a PXIe-5423? If so, then it is supported according to the NI link that lists supported instruments.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Jason&lt;br&gt;&lt;br&gt;&lt;b&gt;By Raz A. on 7/3/2019 11:37:50 AM&lt;/b&gt;&lt;br&gt;Ok&lt;br&gt;Can you add some example code on how to create sinusoidal singals from both channels?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Raz A. on 7/5/2019 8:06:29 PM&lt;/b&gt;&lt;br&gt;Found my examples....c examples supplied with the NI driver&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=221</link><pubDate>2/25/2013 11:59:22 AM</pubDate></item><item><title>Driver for NI DC Power Instruments - Created on Monday, February 18, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 2/18/2013 3:30:36 PM&lt;/b&gt;&lt;br&gt;National Instruments DC Power Instruments &lt;br&gt;&lt;br&gt;Supported models: NI PXI-4110, NI PXI-4130, NI PXI-4132, NI PXIe-4140, NI PXIe-4141, NI PXIe-4142, NI PXIe-4143, NI PXIe-4144, NI PXIe-4145, NI PXIe-4154&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;nidcpower_32.dll&amp;#39; provided with the NI DCPower software package (version 1.7.5 at the time of this post). &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://joule.ni.com/nidu/cds/view/p/id/3601/lang/en&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=219</link><pubDate>2/18/2013 3:30:36 PM</pubDate></item><item><title>Driver for NI DMM Instruments - Created on Sunday, February 10, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 2/10/2013 7:05:33 PM&lt;/b&gt;&lt;br&gt;National Instruments Digital Multimeter Instruments  &lt;br&gt; &lt;br&gt;Supported models: NI PXI-4072, NI PXI-4071, NI PXI-4070, NI PCI-4070, NI PXI-4065, NI PCIe-4065, NI PCI-4065, NI USB-4065, NI PXI-4060, NI PCI-4060, NI PCMCIA-4050, NI PXI-4022  &lt;br&gt; &lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool.  &lt;br&gt; &lt;br&gt;The driver uses a DLL: &amp;#39;nidmm_32.dll&amp;#39; provided with the NI DMM software package (version 3.0.6 at the time of this post).  &lt;br&gt; &lt;br&gt;Software package can be downloaded here:  &lt;br&gt;  http://joule.ni.com/nidu/cds/view/p/id/3193/lang/en  &lt;br&gt; &lt;br&gt;Regards,  &lt;br&gt;Victor Brode   &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=217</link><pubDate>2/10/2013 7:05:33 PM</pubDate></item><item><title>Driver for NI Switching Instruments - Created on Sunday, February 10, 2013</title><description>&lt;b&gt;By Victor B. on 2/10/2013 3:25:49 PM&lt;/b&gt;&lt;br&gt;National Instruments Switching Instruments&lt;br&gt;&lt;br&gt;Supported models: NI 2810, NI 2811, NI 2812, NI 2813, NI 2814, NI 2815, NI 2816, NI 2817, NI 2833, NI 2834, NI PXI-2501, NI PXI-2503, NI PXI-2510, NI PXI/PXIe-2512, NI PXI/PXIe-2514, NI PXI/PXIe-2515, NI PXI-2520, NI PXI-2521, NI PXI-2522, NI PXI-2523, NI PXI/PXIe-2527, NI PXI/PXIe-2529, NI PXI-2530, NI PXI-2530B, NI PXI/PXIe-2531, NI PXI/PXIe-2532, NI PXI/PXIe-2532B, NI PXI-2533, NI PXI-2534, NI PXI-2535, NI PXI-2536, NI PXI/PXIe-2540, NI PXI/PXIe-2541, NI PXI/PXIe-2543, NI PXI-2545, NI PXI-2546, NI PXI-2547, NI PXI-2548, NI PXI-2549, NI PXI-2554, NI PXI-2555, NI PXI-2556, NI PXI-2557, NI PXI-2558, NI PXI-2559, NI PXI-2564, NI PXI-2565, NI PXI-2566, NI PXI-2567, NI PXI-2568, NI PXI/PXIe-2569, NI PXI-2570, NI PXI-2571, NI PXI/PXIe-2575, NI PXI-2576, NI PXI-2584, NI PXI-2585, NI PXI-2586, NI PXI-2590, NI PXI-2591, NI PXI/PXIe-2593, NI PXI-2594, NI PXI-2595, NI PXI-2596, NI PXI-2597, NI PXI-2598, NI PXI-2599, NI PXI-2720, NI PXI-2722, NI PXIe-2725, NI PXIe-2727, NI PXIe-2790, NI PXI-2796, NI PXI-2797, NI PXI-2798, NI PXI-2799, NI PXI-2800, NI SCXI-1127, NI SCXI-1128, NI SCXI-1129, NI SCXI-1130, NI SCXI-1160, NI SCXI-1161, NI SCXI-1163R, NI SCXI-1166, NI SCXI-1167, NI SCXI-1169, NI SCXI-1175, NI SCXI-1190, NI SCXI-1191, NI SCXI-1192, NI SCXI-1193, NI SCXI-1194, NI SCXI-1195&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;niSwitch_32.dll&amp;#39; provided with the NI-Switch software package (version 4.6.1 at the time of this post). &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://joule.ni.com/nidu/cds/view/p/id/3563/lang/en&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=216</link><pubDate>2/10/2013 3:25:49 PM</pubDate></item><item><title>IviDmm sample code - Created on Wednesday, January 30, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Kraig W. on 1/30/2013 11:09:00 AM&lt;/b&gt;&lt;br&gt;I am trying to use an IviDmm driver for the first time with a Keithley 2110 DMM.  Once I read from the DMM the display keeps the value displayed whether there is voltage present or not.  How do you allow the DMM display to remain live?  Is there some example code that i could look at regarding the initialization and use of the DMM?&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 1/30/2013 8:38:55 PM&lt;/b&gt;&lt;br&gt;IviDmm.prj in the ATEasy Examples directory contains an example of how use the IviDmm driver.  Is the DMM Read() command causing the frozen display?  Does a reset clear it?&lt;br&gt;&lt;br&gt;-Victor&lt;br&gt;&lt;br&gt;&lt;b&gt;By Kraig W. on 1/31/2013 7:09:07 AM&lt;/b&gt;&lt;br&gt;Thanks for the location of sample code.  After the DMM Read() the display freezes, a reset will clear all settings.  Also, using DMM Set Range AutoOn() doesn&amp;#39;t allow it to auto range.  I&amp;#39;m using the &amp;#39;Ke2100-x86&amp;#39; driver.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 1/31/2013 10:17:24 AM&lt;/b&gt;&lt;br&gt;It sounds like its not returning to the Idle state after a IviDmm_Read is being called.  This may be standard behavior.  A call to DMM Abort() will abort the current measurement and return you to the Idle State but you will want to make sure the measurement has completed.  In addition, there is another driver / example that you can use.  Please look at Ki210x.prj which is also in the ATEasy Driver folder.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=215</link><pubDate>1/30/2013 11:09:00 AM</pubDate></item><item><title>ATEasy Driver For Agilent B1500A Semiconductor Device Analyzer - Created on Thursday, January 24, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 1/24/2013 10:05:38 AM&lt;/b&gt;&lt;br&gt;Agilent Tabletop Semiconductor Device Analyzer Unit  
 
This driver was generated using ATEasy automated Import Function Panel (FP) tool.  
 
The driver uses a DLL: &amp;#39;AgB1500_32.dll&amp;#39;. provided with the B1500A Instrument Driver Installation package. 
 
Software package can be downloaded here:  
  http://www.home.agilent.com/agilent/software.jspx?ckey=822882&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nid=-33786.536905585&amp;amp;id=822882  
 
Regards,  
Victor Brode  &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=214</link><pubDate>1/24/2013 10:05:38 AM</pubDate></item><item><title>Disabling drives in run mode. - Created on Friday, January 4, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Anthony B. on 1/4/2013 12:36:38 PM&lt;/b&gt;&lt;br&gt;I am writing code at my desk. how can i disable the driver code so that i can run the software without getting errors such as &lt;br&gt;"unable to interface with Driver "DMM"&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 1/5/2013 6:47:37 PM&lt;/b&gt;&lt;br&gt;There is no simulation mode. You can overcome some of the errors generated (but not unable to open interface error) for drivers that are using the standard ATEasy interfaces such as Gpib by using the Driver/System.OnError event. You can add a flag / global variable and perform the following:&lt;br&gt;&lt;br&gt;System.OnError()&lt;br&gt;{&lt;br&gt;   if bSimulate&lt;br&gt;        Ignore&lt;br&gt;   endif&lt;br&gt;}&lt;br&gt;&lt;br&gt;If you are using a function panel or IVI driver based ATEasy driver, you can use the resource manager to configure the driver simulation to use simulation driver (i.e. NI-MAX).&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 8/22/2013 5:33:05 PM&lt;/b&gt;&lt;br&gt;Please mote that ATEasy 9 will have full support for simulation. Including Simulation for drivers, instruments and UUTs. Check the new version when it released in a few weeks.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=213</link><pubDate>1/4/2013 12:36:38 PM</pubDate></item><item><title>ATEasy iviScope Driver - Created on Wednesday, January 2, 2013 (Solution Avaliable)</title><description>&lt;b&gt;By Michael W. on 1/2/2013 8:43:37 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;m attempting to use the ATEasy iviScope driver to control a Tektronix DPO4000 oscilloscope (DPO4104 to be specific.)  The ATEasy driver shortcut properties, as shown on the attached file, is correct.  The Vendor ID and Product ID match the value shown in Tektronix&amp;#39;s programming manual.  The serial number matches the number on the bottom of the scope.  Even still, I keep getting a run-time error every time I try to execute a command, such as Reset, Initiate or AutoSetup.  I&amp;#39;ve tried checking and unchecking the &amp;#39;Open on Access&amp;#39; box, but I get the same error no matter.  I don&amp;#39;t understand what I&amp;#39;m doing wrong.  Can anybody offer a solution to my problem?  Thanks.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 1/2/2013 12:23:20 PM&lt;/b&gt;&lt;br&gt;Change the interface back to &amp;#39;None&amp;#39;.  Then assign an alias/logical name in MAX for your DPO4104.  For example, name the device &amp;#39;MyDevice&amp;#39;.  Finally, go back to ATEasy and click on the Misc tab in your IviScope Driver Shortcut Properties.  Set the LogicalName parameter to &amp;#39;MyDevice&amp;#39; or whatever alias you used.&lt;br&gt;&lt;br&gt;I have posted a pic of the final setting of the Driver Shortcut properties.&lt;br&gt;&lt;br&gt;-Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=212</link><pubDate>1/2/2013 8:43:37 AM</pubDate></item><item><title>NT3900-JTAG Driver - Created on Wednesday, December 5, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By Mike S. on 12/5/2012 7:10:49 AM&lt;/b&gt;&lt;br&gt;Need a driver for Navateks NT3900 JTAG product. &lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 12/18/2012 9:18:49 AM&lt;/b&gt;&lt;br&gt;Example was provided by Navatek, but has not been tested here at Geotest.  Try this out and let me know what you think.

ATEasy driver for operating the Navatek NT3000-JTAG/BDM Test System.
http://www.navatek.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=12&amp;amp;Itemid=24
Manufacturer: Navatek
Models: NT3000 

External Software: Requires software package from Navatek.
DLLs Used: "NT3KJTAG.dll", "NT3KIO.dll"

Regards,
Victor Brode&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=209</link><pubDate>12/5/2012 7:10:49 AM</pubDate></item><item><title>Fluke 5522A Calibrator ATEasy Driver - Created on Monday, December 3, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 12/3/2012 11:49:15 AM&lt;/b&gt;&lt;br&gt;ATEasy driver for Fluke 5522A Calibrator&lt;br&gt;&lt;br&gt;Driver Type: IOTables, GPIB interface&lt;br&gt;External  Files: No additional file or library is needed.&lt;br&gt;&lt;br&gt;To Initialize/Setup: Select the GPIB interface from the driver shortcut, set the GPIB board number and primary address&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=208</link><pubDate>12/3/2012 11:49:15 AM</pubDate></item><item><title>VX Instruments PX773x Source Measurement Units ATEasy Driver - Created on Friday, November 30, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 11/30/2012 5:03:31 PM&lt;/b&gt;&lt;br&gt;ATEasy driver for operating the PX773x family of source measurement units (SMU).&lt;br&gt;Manufacturer: VX Instruments&lt;br&gt;Models: PX773x&lt;br&gt;URL: http://www.vxinstruments.de/index.php?id=222&amp;amp;tpl=2&amp;amp;hpid=3&amp;amp;showdetail=true&amp;amp;parentid=83&amp;amp;themeid=308&amp;amp;countpos=&amp;amp;aname=PX773x&lt;br&gt;&lt;br&gt;External Software: Install the manufacturer driver&lt;br&gt;DLL Used: "C:\Program Files\VX Instruments GmbH\PX773x PXI SMU\Drivers\PX773x.dll"&lt;br&gt;&lt;br&gt;To Initialize: Set the driver Shortcut parameter ResourceAddress to the VISA resource name&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=207</link><pubDate>11/30/2012 5:03:30 PM</pubDate></item><item><title>Aquarela Systems AQ1101, PC/104 Advanced Stepper Motor Controller ATEasy Driver - Created on Friday, November 30, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 11/30/2012 1:43:06 PM&lt;/b&gt;&lt;br&gt;Stepper Motor Controller ATEasy driver &lt;br&gt;Manufacturer: Aquarela Systems&lt;br&gt;Model: AQ1101, PC/104 Advanced Stepper Motor Controller 35V 2.5A&lt;br&gt;URL: http://www.aquarelasystems.com/AQ1101.html&lt;br&gt;&lt;br&gt;Driver Type: None.&lt;br&gt;Setup: Set the Driver Shortcut Address parameter to the board Port address&lt;br&gt;Required External Software: None&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=206</link><pubDate>11/30/2012 1:43:06 PM</pubDate></item><item><title>UEI PowerDAQ Driver - Created on Tuesday, October 16, 2012</title><description>&lt;b&gt;By Victor B. on 10/16/2012 2:23:10 PM&lt;/b&gt;&lt;br&gt;UEI&amp;#39;s PowerDAQ Software Suite&lt;br&gt;&lt;br&gt;Attached is a complete ATEasy workspace, example program and driver.&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy&amp;#39;s and a manufacturer supplied DLL and Header file.&lt;br&gt;The driver uses a DLL: &amp;#39;UeiDaq.dll&amp;#39;. provided with the PowerDAQ Software Suite.&lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.ueidaq.com/data-acquisition-software&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=199</link><pubDate>10/16/2012 2:23:10 PM</pubDate></item><item><title>ATEasy Driver for Thermotron 8800 Programmer / Controller - Created on Tuesday, August 21, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 8/21/2012 9:37:46 AM&lt;/b&gt;&lt;br&gt;Thermotron 8800 Programmer / Controller&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;TH8800.dll&amp;#39;. provided with the 8800 IVI Driver software package. It also requires an IVI Runtime engine or IVI Compliance Package installed on the system. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.thermotron.com/support/instrumentation/IVI-LabVIEW-Drivers &lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Ben W. on 12/19/2018 6:35:31 AM&lt;/b&gt;&lt;br&gt;Victor,&lt;br&gt;&lt;br&gt;I'd like to use this driver but it appears that Thermotron has pulled their IVI driver packages from their web site. Do you know where I can find this package? If not, could you attach it?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Ben&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/19/2018 9:27:59 AM&lt;/b&gt;&lt;br&gt;Try https://thermotron.com/service/instrument-drivers&lt;br&gt;&lt;br&gt;&lt;b&gt;By Ben W. on 12/19/2018 9:45:54 AM&lt;/b&gt;&lt;br&gt;Ron,&lt;br&gt;&lt;br&gt;They no longer provide the IVI driver on their website. It seems they've abandoned the driver and replaced it with native TCP/VISA communication. I can't find a trace of the IVI driver online anywhere including the link you suggested.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Ben&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 12/19/2018 11:27:35 AM&lt;/b&gt;&lt;br&gt;Hey Ben,&lt;br&gt;&lt;br&gt;I didn't have the files saved from back when we originally made this post, but we are in luck!  You can go to the link that Ron posted and download the package labeled "8800-8200 LabVIEW Driver (690 KB ZIP File)".  Within the zip file is TH8800.dll, this appears to be the same DLL that we used to create the ATEasy driver originally attached to this thread.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor&lt;br&gt;&lt;br&gt;&lt;b&gt;By Ben W. on 12/19/2018 11:55:27 AM&lt;/b&gt;&lt;br&gt;Thanks Victor. I also reached out to Thermotron for the driver.&lt;br&gt;&lt;br&gt;The ATEasy driver attached to your initial post has a bug in the _Initialize() procedure. The lBaudRate parameter is checked instead of the options string.&lt;br&gt;&lt;br&gt;It should look something like this instead:&lt;br&gt;&lt;br&gt;if ArgMissing(sResourceName)&lt;br&gt;	sResourceName=Driver.Parameters("ResourceName")&lt;br&gt;	if sResourceName=""&lt;br&gt;		error -1001, "Unable to initialize.\nDriver Shortcut parameters must be configured from its Misc property page"&lt;br&gt;	endif&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(bIDQuery)&lt;br&gt;	bIDQuery=Driver.Parameters("IdQuery")&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(sOptionString)&lt;br&gt;	sOptionString=Driver.Parameters("ResetOnInit")&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(lBaudRate)&lt;br&gt;	lBaudRate=Driver.Parameters("Options")&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(sOptionString)&lt;br&gt;	_CheckError(TH8800_init(sResourceName, bIDQuery, lBaudRate, m_session))&lt;br&gt;else&lt;br&gt;	_CheckError(TH8800_InitWithOptions(sResourceName, bIDQuery, sOptionString, lBaudRate, m_session))&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/19/2018 1:49:22 PM&lt;/b&gt;&lt;br&gt;Thanks, Attached is the updated driver&lt;br&gt;&lt;br&gt;&lt;b&gt;By Ben W. on 12/20/2018 11:49:49 AM&lt;/b&gt;&lt;br&gt;I have one more update to this until I'm able to do testing with the hardware. The assigned parameters in _Initialize() didn't match up properly and I didn't notice right away. The Driver also needed a BaudRate numeric parameter which was not specified. I think this makes more sense:&lt;br&gt;&lt;br&gt;if ArgMissing(sResourceName)&lt;br&gt;	sResourceName=Driver.Parameters("ResourceName")&lt;br&gt;	if sResourceName=""&lt;br&gt;		error -1001, "Unable to initialize.\nDriver Shortcut parameters must be configured from its Misc property page"&lt;br&gt;	endif&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(bIDQuery)&lt;br&gt;	bIDQuery=Driver.Parameters("IdQuery")&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(lBaudRate)&lt;br&gt;	lBaudRate=Driver.Parameters("BaudRate")&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if ArgMissing(sOptionString)&lt;br&gt;	sOptionString=Driver.Parameters("Options")	&lt;br&gt;endif&lt;br&gt;&lt;br&gt;if sOptionString = ""&lt;br&gt;	_CheckError(TH8800_init(sResourceName, bIDQuery, lBaudRate, m_session))&lt;br&gt;else&lt;br&gt;	_CheckError(TH8800_InitWithOptions(sResourceName, bIDQuery, sOptionString, lBaudRate, m_session))&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 12/20/2018 5:55:23 PM&lt;/b&gt;&lt;br&gt;Attached updated driver.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=195</link><pubDate>8/21/2012 9:37:46 AM</pubDate></item><item><title>ATEasy Driver for Thermotron 7800 Programmers / Controllers - Created on Friday, August 17, 2012</title><description>&lt;b&gt;By Frank M. on 8/17/2012 2:11:22 PM&lt;/b&gt;&lt;br&gt;Are there any drivers that support the Thermotron 7800 controller&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 8/21/2012 9:26:57 AM&lt;/b&gt;&lt;br&gt;Thermotron 7800 Programmers / Controllers&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: &amp;#39;TH7800_32.dll&amp;#39;. provided with the 7800 IVI Driver software package.  It also requires an IVI Runtime engine or IVI Compliance Package installed on the system.&lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.thermotron.com/support/instrumentation/IVI-LabVIEW-Drivers&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor Brode&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=193</link><pubDate>8/17/2012 2:11:22 PM</pubDate></item><item><title>ATEasy Driver for ARINC-818 board GREAT RIVER MTRX_PCIe-FCAV-FO850-1.062 ? - Created on Tuesday, May 29, 2012</title><description>&lt;b&gt;By Paul T. on 5/29/2012 6:14:38 AM&lt;/b&gt;&lt;br&gt;Hi! Has anyone worked with this type of board using ATEasy IDE? I would need a driver for this board, please...&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=190</link><pubDate>5/29/2012 6:14:38 AM</pubDate></item><item><title>ATEasy Driver For Agilent 532xxA Counter/Timer Unit - Created on Wednesday, May 23, 2012</title><description>&lt;b&gt;By Victor B. on 5/23/2012 12:32:25 PM&lt;/b&gt;&lt;br&gt;Agilent Tabletop Universal Frequency Counter/Timer Unit&lt;br&gt;&lt;br&gt;Supported models: 53210A, 53220A, 53230A&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool.&lt;br&gt;&lt;br&gt;The driver uses a DLL: 'Ag532xx.dll'. provided with the VXIPlug&amp;amp;Play Driver Version 1.0.6.0 for Agilent 532xx Frequency Counter Instrument software package. It also requires the Agilent I/O libraries 16.0 be installed.&lt;br&gt;&lt;br&gt;Software package can be downloaded here:&lt;br&gt;http://www.home.agilent.com/agilent/editorial.jspx?cc=US&amp;amp;lc=eng&amp;amp;ckey=1974608&amp;amp;nid=-33609.959903&amp;amp;id=1974608&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=189</link><pubDate>5/23/2012 12:32:25 PM</pubDate></item><item><title>ATEasy Driver For Agilent 34970A, 34972A Data Acquisition Switch Unit - Created on Tuesday, April 10, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 4/10/2012 3:16:18 PM&lt;/b&gt;&lt;br&gt;Agilent Tabletop Data Acquisition / Data Logger Switch Unit&lt;br&gt;&lt;br&gt;Supported models: 34970A, 34972A &lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: 'Ag34970.dll'. provided with the VXIPlug&amp;amp;Play Driver Version 1.3.6.0 for Agilent Waveform Generators software package. It also requires the Agilent I/O libraries be installed. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.home.agilent.com/agilent/editorial.jspx?cc=US&amp;amp;lc=eng&amp;amp;ckey=1639533&amp;amp;nid=-33261.536881544&amp;amp;id=1639533&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=187</link><pubDate>4/10/2012 3:16:18 PM</pubDate></item><item><title>ATEasy Driver For Agilent 33210A, 33220A Function / Arbitrary Waveform Generator - Created on Tuesday, April 10, 2012 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 4/10/2012 3:08:13 PM&lt;/b&gt;&lt;br&gt;Agilent Tabletop Function / Arbitrary Waveform Generator&lt;br&gt;&lt;br&gt;Supported models: 33210A, 33220A&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: 'Ag33220.dll'. provided with the VXIPlug&amp;amp;Play Driver Version 1.3.3.0 for Agilent Waveform Generators software package. It also requires the Agilent I/O libraries be installed. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.home.agilent.com/agilent/editorial.jspx?id=1639528&amp;amp;ckey=1639528&amp;amp;nid=-536902257.793368.02&amp;amp;lc=eng&amp;amp;cc=MG&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=186</link><pubDate>4/10/2012 3:08:13 PM</pubDate></item><item><title>Legacy NI GPIB driver for Ateasy 2.02g - Created on Tuesday, January 10, 2012</title><description>&lt;b&gt;By Tom L. on 1/10/2012 6:28:38 PM&lt;/b&gt;&lt;br&gt;We are running ATeasy 2.02g on Windows 95.  I need to know what version of National Instruments GPIB driver is compatible with this version of ATeasy. I tried installing version 1.7 but it does not work.  Ateasy is looking for a single gbib.dll.  We recently had a flood and are trying to restore some legacy test applications.  All configuration documentation was lost in the flood. Any help would be appreciated.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 1/11/2012 10:23:17 AM&lt;/b&gt;&lt;br&gt;My machine have 2.1.1 and it worked (a while ago). I think it was released in 1992.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Tom L. on 1/13/2012 4:58:48 AM&lt;/b&gt;&lt;br&gt;Thanks Ron I will give it a try!&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=180</link><pubDate>1/10/2012 6:28:38 PM</pubDate></item><item><title>Agilent 34410A Driver - Created on Friday, December 9, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Adam B. on 12/9/2011 8:22:10 AM&lt;/b&gt;&lt;br&gt;I'm having trouble getting the DMM working (USB).&lt;br&gt;&lt;br&gt;I've tried using the basic IviDMM driver, with what I thought were the necessary changes without success.  Also, I tried building a driver based off the .fp file.  After locating several header files manually, it crashed on sal.h because of syntax.&lt;br&gt;&lt;br&gt;Any used this device before and have a working driver for it?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 12/9/2011 10:06:12 AM&lt;/b&gt;&lt;br&gt;Hi Adam,&lt;br&gt;&lt;br&gt;I haven't used the device before, but I was able to import the .FP file by not importing the Windows headers.  Try the attached driver.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor Brode&lt;br&gt;&lt;br&gt;&lt;b&gt;By Adam B. on 12/9/2011 11:25:30 AM&lt;/b&gt;&lt;br&gt;Thanks,  that seems to work.&lt;br&gt;&lt;br&gt;How did you get it to compile without importing the windows headers?&lt;br&gt;&lt;br&gt;Adam&lt;br&gt;&lt;br&gt;&lt;b&gt;By Eiad J. on 1/29/2014 10:30:24 AM&lt;/b&gt;&lt;br&gt;I&amp;#39;m having issues connecting to an Agilent 34410A over LXI. I&amp;#39;ve installed Visa and ran the installation for IVI Shared Components. After that I obtained the .fp driver file as part of the IVI-C package and imported it into ATEasy. Essentially I followed all instructions provided at the following page: http://www.marvintest.com/KnowledgeBase/KBArticle.aspx?ID=194&lt;br&gt;The instrument is recognized by NI Max but whenever I try to click "Start" I get the following error message: Run-time error #0xBFFA0060 : &amp;#39;Unknown resource.&amp;#39; found in &amp;#39;DMM._CheckError&amp;#39; in line 4&lt;br&gt;I get the same error with the driver provided here. &lt;br&gt;Any advice?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Eiad J. on 1/29/2014 10:54:30 AM&lt;/b&gt;&lt;br&gt;Update: it turns out it might have been that I didn&amp;#39;t save the Alias listed in NI MAX. Once I did that, it worked!&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=177</link><pubDate>12/9/2011 8:22:10 AM</pubDate></item><item><title>ATEasy driver for ZTEC Instruments PXI Digitizer/Digital Storage Oscilloscope (DSO)  - Created on Friday, December 2, 2011</title><description>&lt;b&gt;By  on 12/2/2011 10:48:52 AM&lt;/b&gt;&lt;br&gt;ZTEC Instruments PXI Digitizer/Digital Storage Oscilloscope (DSO)  
 
Supported models: ZT1428, ZT410, ZT4210, ZT430, ZT4420, ZT4430, ZT4440, ZT450, ZT4610, ZT4620 and ZT621 Series.  
 
This driver was generated using ATEasy automated Import Function Panel (FP) tool.  
 
The driver uses a ztscopeM.dll provided with the ZT4440 setup.  
 
Software package can be downloaded here:  http://www.ztecinstruments.com/products/oscilloscopes/ZT4441_PXI_DP/   
 
Thanks,  
Tamir Bard  
  &lt;br&gt;&lt;br&gt;&lt;b&gt;By  on 8/24/2012 4:34:59 PM&lt;/b&gt;&lt;br&gt;Updated driver:&lt;br&gt;- Fixed: DLL procedures had instrument handle parameter declared as optional.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=175</link><pubDate>12/2/2011 10:48:52 AM</pubDate></item><item><title>ATEasy Driver for Agilent 548XX Series Oscilloscopes - Created on Friday, November 18, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 11/18/2011 12:56:28 PM&lt;/b&gt;&lt;br&gt;Agilent/HP Tabletop Oscilloscope&lt;br&gt;&lt;br&gt;Supported models: 54810A, 54815A, 54820A, 54825A, 54830B, 54830D, 54831B, 54831D, 54832B, 54832D, 54833A, 54833D, 54845B, 54846B, 54853A, 54854A, 54855A&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: 'HP548XX_32.DLL'. provided with the VXIPlug&amp;amp;Play Driver Version A.00.02 for 548xx Infiniium Oscilloscopes software package. It also requires the Agilent I/O libraries be installed. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://www.home.agilent.com/agilent/redirector.jspx?action=ref&amp;amp;cname=AGILENT_EDITORIAL&amp;amp;ckey=11%3Aadn%3Adrv%3A463&amp;amp;lc=eng&amp;amp;cc=US&amp;amp;nfr=-536902798.536880888&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=172</link><pubDate>11/18/2011 12:56:28 PM</pubDate></item><item><title>Driver for Advantech USB-4750 - Created on Sunday, November 13, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Gregory F. on 11/13/2011 3:19:59 AM&lt;/b&gt;&lt;br&gt;Could anyone help me with a driver for Advantech USB-4750 Data Acquisition module please ?&lt;br&gt;Thank in advance.&lt;br&gt;Greg&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 11/15/2011 12:45:27 PM&lt;/b&gt;&lt;br&gt;Hi Greg,&lt;br&gt;&lt;br&gt;Advantech has a device driver which can be downloaded at:&lt;br&gt;http://support.advantech.com.tw/Support/DownloadSearchByProduct.aspx?keyword=USB-4750&lt;br&gt;&lt;br&gt;The package includes a DLL "Ads4750.dll" and header file "Drivers.h".  I have imported these files into an ATEasy driver using the Import DLL Library feature and attached the file to this post.&lt;br&gt;&lt;br&gt;This driver only contains the DLL libraries.  You can still make the driver more usable by creating procedure wrappers and commands.  More information on this can be located in the ATEasy Getting Started Manual, chapters 6 and 7.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor Brode&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=170</link><pubDate>11/13/2011 3:19:59 AM</pubDate></item><item><title>DMM (NI USB-4065) - Created on Friday, October 28, 2011</title><description>&lt;b&gt;By Daniel C. on 10/28/2011 4:55:33 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;How can I take the driver of DMM NI USB-4065?&lt;br&gt;&lt;br&gt;Daniel Carvalho&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 10/28/2011 12:40:46 PM&lt;/b&gt;&lt;br&gt;Hi Daniel,&lt;br&gt;&lt;br&gt;I have posted a driver that may work for you.&lt;br&gt;&lt;br&gt;Drivers supports these models: NI PXI-4072, NI PXI-4071, NI PXI-4070, NI PCI-4070, NI PXI-4065, NI PCIe-4065, NI PCI-4065, NI USB-4065, NI PXI-4060, NI PCI-4060, NI PCMCIA-4050, NI PXI-4022&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool. &lt;br&gt;&lt;br&gt;The driver uses a DLL: 'nidmm_32.DLL' provided with the NI-DMM 3.0.2 software package. It also requires a VISA installation and Windows XP SP 2 / Windows Vista or newer. &lt;br&gt;&lt;br&gt;Software package can be downloaded here: &lt;br&gt;http://joule.ni.com/nidu/cds/view/p/id/1622/lang/en&lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=166</link><pubDate>10/28/2011 4:55:33 AM</pubDate></item><item><title>ATEasy Driver For Rohde &amp;amp; Schwarz Spectrum Analyzers - Created on Wednesday, September 28, 2011</title><description>&lt;b&gt;By Victor B. on 9/28/2011 10:28:02 AM&lt;/b&gt;&lt;br&gt;Spectrum Analyzer Instruments
 
Supported models: R&amp;amp;S&amp;#174; FSV, FSVR, FSP, FSU, FSQ, FMU, FSG, FSL, ESL, FSH4/8, FSMR, FSUP, FSC and ZVH  
This driver was generated using ATEasy automated Import Function Panel (FP) tool.  
 
The driver uses a DLL: rsspecan_32.DLL' provided with the R&amp;amp;S Spectrum Analyzer software package. It also requires a VISA installation and Windows XP SP 2 / Windows Vista or newer.
 
Software package can be downloaded here:  
  http://www2.rohde-schwarz.com/en/products/test_and_measurement/spectrum_analysis/FMU36-%7C-Drivers-%7C-25-%7C-4983-%7C-4983.html  
 
Regards,  
Victor Brode&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=161</link><pubDate>9/28/2011 10:28:02 AM</pubDate></item><item><title>ATEasy driver for Agilent M918X - Created on Tuesday, September 27, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 9/27/2011 2:47:44 PM&lt;/b&gt;&lt;br&gt;Digital Multimeter Instrument&lt;br&gt;&lt;br&gt;Supported models: M9181A, M9182A, M9183A&lt;br&gt;&lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool.  &lt;br&gt; &lt;br&gt;The driver uses a DLL: 'AgM918x.DLL'. provided with the M918X software package.  It also requires the Agilent I/O libraries be installed. &lt;br&gt; &lt;br&gt;Software package can be downloaded here:  &lt;br&gt;  http://www.home.agilent.com/agilent/editorial.jspx?id=2050245  &lt;br&gt; &lt;br&gt;Regards,  &lt;br&gt;Victor Brode   &lt;br&gt;&lt;br&gt;&lt;b&gt;By Michael W. on 9/12/2014 6:16:55 AM&lt;/b&gt;&lt;br&gt;Using the driver, I am able to initialize the session and read a DC voltage.  But when I run the self-test (DMM Utility SelfTest) (AgM918x_self_test), I get an error #17.  I know it is running the self-test because the instrument makes a series of beeping sounds just like it does when I run the Soft Front Panel.  I get a passing message in the Soft Front Panel, but no result using the driver command.  What&amp;#39;s the problem?  It&amp;#39;s as if I can only use the InstrumentSpecific commands, not the Utility commands. I really need a way to run the self-tests and return a result. Thanks.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=160</link><pubDate>9/27/2011 2:47:44 PM</pubDate></item><item><title>Ateasy Driver For Phidgets 1014: 4 SPDT relay interface kit - Created on Tuesday, September 27, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 9/27/2011 12:47:30 PM&lt;/b&gt;&lt;br&gt;Switching Instrument&lt;br&gt;&lt;br&gt;Supported Models: Phidget 1014&lt;br&gt;&lt;br&gt;ATEasy driver and example program created for Phidget 1014: 4 SPDT relay interface kit&lt;br&gt; &lt;br&gt;The driver utilizes the Phidget21 .NET libraries available from www.phidgets.com. Additional details are included in the driver description within ATEasy. &lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode   &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=159</link><pubDate>9/27/2011 12:47:30 PM</pubDate></item><item><title>ATEasy Driver for Phidgets 1002 Analog 4-output - Created on Tuesday, September 27, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 9/27/2011 12:43:06 PM&lt;/b&gt;&lt;br&gt;Analog Output Instrument&lt;br&gt;&lt;br&gt;Supported Models: Phidget 1002&lt;br&gt;&lt;br&gt;ATEasy driver and example program created for Phidget 1002 - Analog 4-output&lt;br&gt;&lt;br&gt;The driver utilizes the Phidget21 .NET libraries available from www.phidgets.com. Additional details are included in the driver description within ATEasy. &lt;br&gt;&lt;br&gt;Regards, &lt;br&gt;Victor Brode &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=158</link><pubDate>9/27/2011 12:43:06 PM</pubDate></item><item><title>ATEasy Driver for Agilent 8753ES - Created on Thursday, September 1, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By Max S. on 9/1/2011 1:18:22 AM&lt;/b&gt;&lt;br&gt;Could you please help me with a driver for Agilent 8753ES?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 9/1/2011 11:24:32 AM&lt;/b&gt;&lt;br&gt;Hi Max, &lt;br&gt; &lt;br&gt;I have attached an ATEasy driver to this post. &lt;br&gt; &lt;br&gt;This driver was generated using ATEasy automated Import Function Panel (FP) tool.  &lt;br&gt; &lt;br&gt;The driver requires a DLL: 'ag875x_32.DLL'. provided with the AG875X software package as well as VISA and IVI engines.  Additional details are included in the driver description within ATEasy.  Software package can be downloaded here:&lt;br&gt;http://www.home.agilent.com/agilent/facet.jspx?s=180855.j.1&amp;amp;co=177900.i.2&amp;amp;to=80045.k.1&amp;amp;cc=US&amp;amp;lc=eng&amp;amp;sm=g  &lt;br&gt; &lt;br&gt;Regards, &lt;br&gt;Victor Brode  &lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=150</link><pubDate>9/1/2011 1:18:22 AM</pubDate></item><item><title>NIDAQmx driver and example  - Created on Friday, March 11, 2011</title><description>&lt;b&gt;By John K. on 3/11/2011 3:22:09 AM&lt;/b&gt;&lt;br&gt;Hi there! I have a big confusion here! I'm studying the NIDAQmx example program from the ATEasy install folder. In the example tests called "Analog In", "Analog Out" etc., at the end of the code, the statement "DAQ Task Clear()" appears, with no argument. If you will follow the steps where g_dwTaskHandle and g_DefaultTaskhandle appear, you will see that in the end, none of the code that pertains to ClearTask(dwTaskHandle) function will be run! Because "DAQ Task Clear()" with no argument means the value 0 is passed instead of "dwTaskHandle", and so neither one of the 3 "if" statements pertaining to the ClearTask(dwTaskhandle) function will be executed! So, this Clear() statement is not useful at all. If you take my oppionion, it should be done like this: "DAQ Task Clear(g_dwTaskHandle)". Anyone got my point? I hope to receive a reply from someone here....&lt;br&gt;&lt;br&gt;&lt;b&gt;By Dale J. on 3/16/2011 2:39:15 PM&lt;/b&gt;&lt;br&gt;Hi Alex,&lt;br&gt;The statement "DAQ Task Clear()" is an ATEasy Command that is linked to the procedure "ClearTask".  This procedure has the handle parameter included in it as an optional parameter.  The code for the ClearTask procedure shows that only the first IF statement is guaranteed to be skipped if the parameter is missing.  The other IF statements could execute if the g_dwTaskHandle or g_dwDefaultTaskHandle variables are equal to the default value for the optional parameter (0).  In this case, a new Task will be created.&lt;br&gt;&lt;br&gt;However, I see your point.  If the g_dwTaskHandle or g_dwDefaultTaskHandle variables are not equal to the default value for the optional parameter, no code will execute and the task will not be cleared.  However, rather than reference the driver variable g_dwTaskHandle from the Program module, I would modify the driver and add an ELSE statement to the first IF statement:&lt;br&gt;&lt;br&gt;! stop and close the handle &lt;br&gt;if dwTaskHandle&lt;br&gt;    CheckError(DAQmxClearTask(dwTaskHandle)) &lt;br&gt;else&lt;br&gt;    CheckError(DAQmxClearTask(g_dwTaskHandle))&lt;br&gt;endif&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Dale&lt;br&gt;&lt;br&gt;&lt;b&gt;By John K. on 3/21/2011 11:40:36 PM&lt;/b&gt;&lt;br&gt;Thank you for your kind reply, Dale! I've passed this problem modifying the driver the way you pointed and, also, deleted the rest of the code which creates a new task. We have the DAQ Task Create() command for that, I don't see why to mix up. Anyway, thank you for your help! Keep in touch. Have a nice day!&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=124</link><pubDate>3/11/2011 3:22:09 AM</pubDate></item><item><title>Driver for NI6703 PCI ? - Created on Friday, March 4, 2011 (Solution Avaliable)</title><description>&lt;b&gt;By John K. on 3/4/2011 3:42:46 AM&lt;/b&gt;&lt;br&gt;Hi there! Does anyone have the ATEasy driver for NI-PCI-6703 discrete-to-analog card? I would be greatful if someone could help providing me this device driver.&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 3/4/2011 9:05:09 AM&lt;/b&gt;&lt;br&gt;The NI-PCI-6703 uses National Instruments software called NI-DAQmx. You need to install it and use the ATEasy driver NiDaqMx.drv. There is also an example in the drivers folder NiDaqMx.prj.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By John K. on 3/7/2011 4:45:33 AM&lt;/b&gt;&lt;br&gt;Thank you very much, Ron!&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=123</link><pubDate>3/4/2011 3:42:46 AM</pubDate></item><item><title>LPT Parallel Port ? - Created on Thursday, March 3, 2011</title><description>&lt;b&gt;By John K. on 3/3/2011 10:33:28 PM&lt;/b&gt;&lt;br&gt;Does anyone knows how can I access the parallel port (LPT port) using ATEasy? I've saw commands like COMOpen, COMSend, COMReceive, USBOpen, USBSend etc. but nothing regarding the LPT port! Anyone familliar with this thread? Please help me!&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 3/4/2011 8:58:22 AM&lt;/b&gt;&lt;br&gt;There are two ways to write to the LPT port:&lt;br&gt;&lt;br&gt;1. Using Port I/O commands. See http://www.dsaprojects.110mb.com/computers/lpt_port.html for example in VB.&lt;br&gt;&lt;br&gt;2. Using File IO. FileCreate/ FileWrite / FileRead / FileClose. To open the port use:&lt;br&gt;&lt;br&gt;hFile=FileCreate("LPT1",aFileModeAttributeNormal or aFileModeCreateAlways or aFileModeWrite or aFileModeShareRead)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul T. on 9/27/2012 4:44:05 AM&lt;/b&gt;&lt;br&gt;It didn&amp;#39;t work, Ron. The first link is not available any more and the second option gave no results. I&amp;#39;ve even tried with PortOutByte(0x378,0x0) but no use... All data lines are in high state.&lt;br&gt;&lt;br&gt;&lt;b&gt;By John K. on 9/27/2012 8:16:55 AM&lt;/b&gt;&lt;br&gt;I was having the same problem but I&amp;#39;ve got it, finally :). It was because Windows 7 assigns an address that&amp;#39;s different than 0x378 to the parallel port. For instance, my PC has the PCI to Parallel Port card mapped at address 0xBF00. See the address at which the Parallel Port is mapped at.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=122</link><pubDate>3/3/2011 10:33:28 PM</pubDate></item><item><title>Driver for AIM ARINC429 PCI Card - Created on Wednesday, January 19, 2011</title><description>&lt;b&gt;By Hilario H. on 1/19/2011 4:40:47 PM&lt;/b&gt;&lt;br&gt;Has anyone develop a driver for the AIM USA ARINC429 PCI Card? I have used this card for years with Visual Basic, creating the ATEasy driver is getting difficult.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=119</link><pubDate>1/19/2011 4:40:47 PM</pubDate></item><item><title>Driver for Maxon Motors' EPOS2 70/10 controller - Created on Monday, December 20, 2010</title><description>&lt;b&gt;By Liran S. on 12/20/2010 3:11:13 AM&lt;/b&gt;&lt;br&gt;Has anyone here worked with this controller !?&lt;br&gt;An .fp file will also be great/&lt;br&gt;&lt;br&gt;&lt;b&gt;By Victor B. on 12/20/2010 2:44:47 PM&lt;/b&gt;&lt;br&gt;Hi Liran,&lt;br&gt;&lt;br&gt;I found the EPOS_Windows_32-Bit_DLL_E.zip package for the Epos2 70/10 controller from Maxon Motor's webpage and used the EposCmd.dll and Definitions.h to import the DLL library function into ATEasy.  This should give you a good starting point for your application.  This ATEasy Driver is untested since I don't have a Maxon Motors controller here.  DLL, Header and ATEasy Driver are included in the zip file.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Victor Brode&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=116</link><pubDate>12/20/2010 3:11:13 AM</pubDate></item><item><title>ATEasy driver for National Instruments NI-XNET devices - Created on Wednesday, August 4, 2010</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 8/4/2010 4:43:28 PM&lt;/b&gt;&lt;br&gt;Driver is is installed with ATEasy 8. Requires NI-XNET package from http://www.ni.com.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=104</link><pubDate>8/4/2010 4:43:28 PM</pubDate></item><item><title>ATEasy driver for General Standard Corp. PMC-16AIO - Created on Wednesday, August 4, 2010 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 8/4/2010 4:40:46 PM&lt;/b&gt;&lt;br&gt;Driver uses DLL installed from http://www.generalstandards.com (16AIO_C_Driver_4.0.rar)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=103</link><pubDate>8/4/2010 4:40:46 PM</pubDate></item><item><title>ATEasy driver for Anritzu MP1570A SONET/SDH/ATM/DSn/PDH Network Analyzer - Created on Wednesday, June 16, 2010</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 6/16/2010 4:55:52 PM&lt;/b&gt;&lt;br&gt;This is a driver converted from Anritzu LabView CVi driver (multiple FP files)&lt;br&gt;Install the Anritzu software (includes MP1570A_32.dll), VISA before using.&lt;br&gt;http://www.eu.anritsu.com/products/default.php?p=94&amp;amp;model=MP1570A%2FA1&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=101</link><pubDate>6/16/2010 4:55:52 PM</pubDate></item><item><title>USB Digital I/O drivers? - Created on Monday, June 14, 2010</title><description>&lt;b&gt;By Steven S. on 6/14/2010 2:04:47 PM&lt;/b&gt;&lt;br&gt;Are there any ATEasy drivers for Digital I/O adapters which connect to the host (i.e.controlled/monitored by ATEasy) via a USB port?&lt;br&gt;(examples would be National Instruments USB-6501 or Measurement Computing USB-DIO96H50)&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 6/14/2010 3:52:55 PM&lt;/b&gt;&lt;br&gt;The USB-6501 is uses the NI-DAQmx package (must be installed first). The ATEasy driver for the package comes with ATEasy (NiDaqMx.drv).&lt;br&gt;The USB-DIO96H50 requires the Universal Library from Measurement Computing. The manual (http://www.mccdaq.com/pdfs/manuals/Universal-Library-Help.pdf) describes the functions that looks very similar to ATEasy CbDiox.drv. The CbDiox.drv was designed for ISA digital I/O however with minor changes I believe you can make it work with the USB version of this instrument.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=100</link><pubDate>6/14/2010 2:04:47 PM</pubDate></item><item><title>ATEasy Driver for Sorensen SGA/SGI Series Power Supplies - Created on Friday, May 7, 2010</title><description>&lt;b&gt;By Dale J. on 5/7/2010 11:01:41 AM&lt;/b&gt;&lt;br&gt;Here is an untested ATEasy driver for the Sorensen SGA &amp;amp; SGI series power supplies.  It was imported from Sorensen's FP CVI driver and requires the SGGui.dll file already be installed on your system.  If the DLL is installed in a directory different that what was used to create the ATEasy driver, you will need to modify the DLL file parameter in the ATEasy driver.  Instructions are included in the attached ZIP file.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=99</link><pubDate>5/7/2010 11:01:41 AM</pubDate></item><item><title>ATEasy driver for Agilent N57xx - Created on Friday, April 9, 2010 (Solution Avaliable)</title><description>&lt;b&gt;By Amit G. on 4/9/2010 3:17:23 PM&lt;/b&gt;&lt;br&gt;This driver is based on IVI and requires VISA, IVI Shared and the N57xx IVI-C components to be installed.&lt;br&gt;&lt;br&gt;The N57xx IVI-C Driver is available at the Agilent website http://www.home.agilent.com/agilent/editorial.jspx?cc=US&amp;amp;lc=eng&amp;amp;ckey=1670385&amp;amp;nid=-35675.0.00&amp;amp;id=1670385&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=94</link><pubDate>4/9/2010 3:17:23 PM</pubDate></item><item><title>NI-PCI-6225  - Created on Tuesday, February 23, 2010 (Solution Avaliable)</title><description>&lt;b&gt;By Yael V. on 2/23/2010 4:24:48 AM&lt;/b&gt;&lt;br&gt;we used the driver NIDaqMx and the NiDaq and they both doesnt work with the card,&lt;br&gt;do you have a ready driver for it or do you know what can be the problem?&lt;br&gt;&lt;br&gt;&lt;b&gt;By Amit G. on 3/1/2010 9:28:24 AM&lt;/b&gt;&lt;br&gt;The NI PCI-6225 device should be used with the NIDAQmx driver software.  How does the card fail to work with the ATEasy DAQmx driver? Do you get a specific error message? What line of code in your program fails when using the DAQmx driver? Also, does your device appear in the NI-MAX software?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=93</link><pubDate>2/23/2010 4:24:48 AM</pubDate></item><item><title>ATEasy driver for Agilent N3300A - Created on Friday, January 29, 2010 (Solution Avaliable)</title><description>&lt;b&gt;By Victor B. on 1/29/2010 3:03:41 PM&lt;/b&gt;&lt;br&gt;Attached.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=91</link><pubDate>1/29/2010 3:03:41 PM</pubDate></item><item><title>PXI Resetting - Created on Thursday, December 24, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Robert H. on 12/24/2009 5:31:44 AM&lt;/b&gt;&lt;br&gt;I have a Geotest rack that contains a GX5150 and other cards. Here is the problem:&lt;br&gt;1) I pull up the PS panel (GX7400) and set the voltage and turn it on.&lt;br&gt;2) Open DIOEasy and open the control panel for the GX5150&lt;br&gt;3) Reset the 5150&lt;br&gt;&lt;br&gt;Then the entire rack resets!!!&lt;br&gt;&lt;br&gt;Any clues?&lt;br&gt;&lt;br&gt;Red&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Amit G. on 12/24/2009 9:10:03 AM&lt;/b&gt;&lt;br&gt;What other cards do you have installed? And what type of controller/chassis do you have? Were there any recent changes made to the system (cards installed, moved around etc.) that occured before you noticed this resetting issue?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=86</link><pubDate>12/24/2009 5:31:44 AM</pubDate></item><item><title>problem about agilent N67XX series DC POVER SUPPLY - Created on Thursday, December 10, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Li Y. on 12/10/2009 9:12:57 PM&lt;/b&gt;&lt;br&gt;HI! I want to control N67xx, but there is some problem. &lt;br&gt;I've download its IVI-COM driver, installed it ,and it works in its Labview example.&lt;br&gt;In ATEasy, I first insert the COM object into the program library, and AgilentN67xxLib appears in the library, also a lot of classes are there.&lt;br&gt;Secondly, I create a type of AgilentN67xxLib.IAgilent67xx, name it T_N6701;&lt;br&gt;Thirdly, I create a variable of type T_N6701 and name it N6701;&lt;br&gt;Then I create a task,which code is :&lt;br&gt;   N6701=CreateObject("AgilentN67xxLib.IAgilent67xx")&lt;br&gt;   N6701.Initialize("GPIB0::5::instr",False,False,"Simulate=false")&lt;br&gt;   Print N6701.Identity&lt;br&gt;   N6701.close&lt;br&gt;Build success. But when run, there is a run-time error #419:"Object is null" find in line 2.&lt;br&gt;Why ? &lt;br&gt;Thank you very much!&lt;br&gt;&lt;br&gt;&lt;b&gt;By Amit G. on 12/11/2009 9:41:46 AM&lt;/b&gt;&lt;br&gt;It appears that the object is not being created in line 1. &lt;br&gt;You are trying to create an Interface object, and not the object itself. &lt;br&gt;Change your N6701 variable type to "AgilentN67xxLib.AgilentN67xx"&lt;br&gt;And use the following line of code for line 1 instead:&lt;br&gt;N6701=CreateObject("AgilentN67xxLib.AgilentN67xx")&lt;br&gt;&lt;br&gt;Notice that I deleted the "I" in the object name and variable type.&lt;br&gt;&lt;br&gt;&lt;b&gt;By Li Y. on 12/13/2009 8:52:12 PM&lt;/b&gt;&lt;br&gt;I did as you told me, but it still doesn't work, a new error appears, it tells me that &lt;br&gt;        " Runtime error #310 : ' Unable to assign a value ' found in line 1" .&lt;br&gt;So what's this problem ? Thank you very much!&lt;br&gt;&lt;br&gt;&lt;b&gt;By Amit G. on 12/14/2009 9:50:59 AM&lt;/b&gt;&lt;br&gt;I beleive this is an ATEasy 5.0 issue. Upgrade to the latest ATEasy 7.0 for software support, the latest features and improvements.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=82</link><pubDate>12/10/2009 9:12:57 PM</pubDate></item><item><title>ATEasy driver for AIM 1553 - Created on Tuesday, October 6, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 10/6/2009 4:27:34 PM&lt;/b&gt;&lt;br&gt;Driver use AIM .NET library (AimUsa.Owl1553Sharp.dll).&lt;br&gt;See driver description for more information.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=77</link><pubDate>10/6/2009 4:27:34 PM</pubDate></item><item><title>ATEASY DRIVER FOR NETWORK ANALYSER N5242A VIA GPIB,LXI,RS-232 - Created on Tuesday, September 22, 2009</title><description>&lt;b&gt;By Li Y. on 9/22/2009 6:42:20 AM&lt;/b&gt;&lt;br&gt;Thank you very much. Looking forward to your reply.&lt;br&gt;Best wishes!&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 9/22/2009 9:34:55 AM&lt;/b&gt;&lt;br&gt;You can try to use the IVI-COM driver (The IVI-C import does not seems to work with the fp file). You will need to download several software components to be able to use it: &lt;br&gt;&lt;br&gt;http://www.ivifoundation.org/Downloads/SharedComponents.htm&lt;br&gt;http://www.home.agilent.com/agilent/editorial.jspx?cc=US&amp;amp;lc=eng&amp;amp;ckey=1669213&amp;amp;nid=-536902643.426031&amp;amp;id=1669213&lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=74</link><pubDate>9/22/2009 6:42:20 AM</pubDate></item><item><title>PCIe 6259 - Created on Friday, April 17, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Paul V. on 4/17/2009 4:44:20 AM&lt;/b&gt;&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Is there an ATEasy driver available for the NI PCIe-6259 card? If not what is involved to communicate with this card.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 4/17/2009 9:38:56 AM&lt;/b&gt;&lt;br&gt;The NI PCIe-6259  uses the Ni DAQmx driver. Use the ATEasy NiDaqMx.drv to work with the card.&lt;br&gt;&lt;br&gt;Ronnie&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By Paul V. on 4/18/2009 4:08:05 AM&lt;/b&gt;&lt;br&gt;Thanks for the info, I will give it a try.&lt;br&gt;&lt;br&gt;Paul&lt;br&gt;&lt;br&gt;&lt;b&gt;By Sergent A. on 6/18/2009 2:57:25 AM&lt;/b&gt;&lt;br&gt;Please can you send me a temporar licence for my pc because I need it for my job?&lt;br&gt;thanks&lt;br&gt;alisson&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 6/18/2009 12:55:53 PM&lt;/b&gt;&lt;br&gt;This forum is used for ATEasy drivers. Please Create a MAGIC incedent for this.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=54</link><pubDate>4/17/2009 4:44:20 AM</pubDate></item><item><title>ATEasy driver for cPCI-6208 Ad - Created on Friday, January 23, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Roman M. on 1/23/2009 7:55:13 AM&lt;/b&gt;&lt;br&gt;The driver use PCI-Dask.dll.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=51</link><pubDate>1/23/2009 7:55:13 AM</pubDate></item><item><title>ATEasy driver for Lambda Power Supply ZUP Series - Created on Friday, January 23, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Roman M. on 1/23/2009 7:47:37 AM&lt;/b&gt;&lt;br&gt;The power supply controled via RS-232/485.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=50</link><pubDate>1/23/2009 7:47:37 AM</pubDate></item><item><title>ATEasy driver for the PDXI-AO multi function board - Created on Monday, January 5, 2009</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 1:25:04 PM&lt;/b&gt;&lt;br&gt;The ATEasy driver uses the PWRDAQ32.DLL file supplied with the board by the OEM.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=47</link><pubDate>1/5/2009 1:25:04 PM</pubDate></item><item><title>ATEasy driver for the Agilent 662xA Power Supplies Family - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 1:21:16 PM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=46</link><pubDate>1/5/2009 1:21:16 PM</pubDate></item><item><title>ATEasy driver for the Espec SCP220 Temperature Chamber controller - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:37:01 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=44</link><pubDate>1/5/2009 10:37:01 AM</pubDate></item><item><title>ATEasy driver for the Fluke 5720A Calibrator - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:34:40 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=43</link><pubDate>1/5/2009 10:34:40 AM</pubDate></item><item><title>ATEasy driver for the Agilent 546xx family DSOs - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:27:37 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=42</link><pubDate>1/5/2009 10:27:37 AM</pubDate></item><item><title>ATEasy driver for the Chroma 631x Modular ELoads - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:24:34 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;This driver does NOT require the DLL supplied by the OEM.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=41</link><pubDate>1/5/2009 10:24:34 AM</pubDate></item><item><title>ATEasy driver for the Tektronix TDS30xxB family DSOs - Created on Monday, January 5, 2009</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:16:48 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 5/6/2013 5:52:34 PM&lt;/b&gt;&lt;br&gt;The driver had two issues:&lt;br&gt;&lt;br&gt;1.    TDS3000B.drv contains syntax error in MeasureBetweenCursorsVert() IOTable (have not checked the rest of the commands) :&lt;br&gt;Output command should be CURS:VBA:DELT? Instead of CURS:VBA:HDELT?&lt;br&gt;&lt;br&gt;2.    After received invalid command, Tek scope no longer returns command responses (commands are still processed but no responses were returned). To fix this problem USBTMC_INITIATE_CLEAR command must be send to the scope to clear any pending output buffer. This fixed has been included in ATEasy and will be available with the next release of ATEasy, to work-around the problem for now, add the following code to OnError() event handler of TDS3000B.drv :&lt;br&gt;&lt;br&gt;! clear USBTMC output buffer after received IoTable receive run-time error #378 due to invalid command was send to the scope&lt;br&gt;if Driver.InterfaceType=aioUsb AND GetErrorNum()=378&lt;br&gt;    UsbStandardControlRequest(Driver.InterfaceInfo(adriverInfoAddress), aUsbTmcInitiateClear, 0, 0) &lt;br&gt;Endif&lt;br&gt;&lt;br&gt;attached is the new driver.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=40</link><pubDate>1/5/2009 10:16:48 AM</pubDate></item><item><title>ATEasy driver for the JC Systems JC600A/JC620A temperature chamber controllers - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:15:25 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=38</link><pubDate>1/5/2009 10:15:25 AM</pubDate></item><item><title>ATEasy driver for Agilent N57xxA family Power Suppies - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 10:14:20 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=37</link><pubDate>1/5/2009 10:14:19 AM</pubDate></item><item><title>ATEasy driver for the Boonton 1121 Audio Source/Analyzer - Created on Monday, January 5, 2009 (Solution Avaliable)</title><description>&lt;b&gt;By Zvi S. on 1/5/2009 9:31:15 AM&lt;/b&gt;&lt;br&gt;This driver assumes GPIB interface in place.&lt;br&gt;It has commands for both the Source and the Analyzer portions of the 1121.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=36</link><pubDate>1/5/2009 9:31:15 AM</pubDate></item><item><title>ATEasy driver for ZTEC ZT450PXI Digital Oscilloscope - Created on Monday, December 29, 2008 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 12/29/2008 4:10:54 PM&lt;/b&gt;&lt;br&gt;This driver was created/imported from the function panel included with the scope.&lt;br&gt;&lt;br&gt;The driver seem to be complete with commands.&lt;br&gt;&lt;br&gt;Uses DLL: zt450pxi.dll&lt;br&gt;&lt;br&gt;Requires VISA.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=35</link><pubDate>12/29/2008 4:10:54 PM</pubDate></item><item><title>ATEasy driver for National Instruments NI-CAN CAN bus - Created on Monday, December 29, 2008</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 12/29/2008 4:04:35 PM&lt;/b&gt;&lt;br&gt;Driver with the Ni-CAN bus DLL procedure defined.&lt;br&gt;&lt;br&gt;No commands are included just the imported header file.&lt;br&gt;&lt;br&gt;Uses NiCan.dll.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 7/6/2010 2:43:33 PM&lt;/b&gt;&lt;br&gt;Update: A new (and complete) driver is supplied with v8.0.&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=34</link><pubDate>12/29/2008 4:04:35 PM</pubDate></item><item><title>ATEasy Driver for Agilent 33120A / HP33120A - Created on Monday, December 29, 2008 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 12/29/2008 3:57:25 PM&lt;/b&gt;&lt;br&gt;ATEasy Driver for  HP33120A GPIB Arbitrary/Function Generator&lt;br&gt;&lt;br&gt;Uses I/O Tables and GPIB interface.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=33</link><pubDate>12/29/2008 3:57:25 PM</pubDate></item><item><title>Hello and Welcome! - Created on Wednesday, December 10, 2008 (Solution Avaliable)</title><description>&lt;b&gt;By DrATEasy (Ron Y.) on 12/10/2008 1:38:37 PM&lt;/b&gt;&lt;br&gt;Please use this user forum to ask or answer questions and communicate with other users regarding ATEasy drivers. You can also upload ATEasy drivers. The posted drivers can be complete or partial. Geotest may try to complete and add them to the ATEasy core driver library that comes with ATEasy.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Ron Yazma (Geotest)&lt;br&gt;&lt;br&gt;&lt;b&gt;By Keith D. on 7/2/2009 2:29:43 AM&lt;/b&gt;&lt;br&gt;hi can you summit a hello world tutorial, so i can branch off from there&lt;br&gt;&lt;br&gt;&lt;b&gt;By DrATEasy (Ron Y.) on 7/2/2009 9:15:00 AM&lt;/b&gt;&lt;br&gt;There are several ATEasy tutorial videos that are included in http://www.marvintest.com/Product.aspx?model=ATEasy&amp;Tab=5 that explain how to start with ATEasy development. Is that what you mean?&lt;br&gt;&lt;br&gt;</description><link>https://www.marvintest.com/Forums/Thread.aspx?ID=23</link><pubDate>12/10/2008 1:38:37 PM</pubDate></item></channel></rss>