10-28-2014 08:39 AM
Hi, I'm wondering if anyone else might have seen this error on this DMM? If so, how did you resolve it? I'll attach my code. This doesn't happen on a regular basis, so I'm not sure what is causing it. I don't miss/loose any data when it occurs, but it's annoying. I'm using the IVI driver.
10-28-2014 11:07 AM
Well overall I have never had good luck with IVI drivers, and if something does not work you can not fix it yourself.
Have you tried the standard SCPI driver?
10-28-2014 05:03 PM
Yes, the standard drier works without an error for the VI I submitted. I have been using the IVI driver because it has some different options that the standard driver doen't have in it. I think I may have to use IVI for part of my project and the standard for the other.
10-28-2014 06:19 PM
@tcarrico wrote:
Yes, the standard drier works without an error for the VI I submitted. I have been using the IVI driver because it has some different options that the standard driver doen't have in it. I think I may have to use IVI for part of my project and the standard for the other.
Apparently it has the option to throw errors, too. 😉
If you dig out the programmer's guide you could probably fill in the missing options yourself. 🙂
10-28-2014 06:40 PM
@billko wrote:
@tcarrico wrote:
Yes, the standard drier works without an error for the VI I submitted. I have been using the IVI driver because it has some different options that the standard driver doen't have in it. I think I may have to use IVI for part of my project and the standard for the other.
Apparently it has the option to throw errors, too. 😉
If you dig out the programmer's guide you could probably fill in the missing options yourself. 🙂
If you can edit the source code!
One of my pet peeves is the lack of being able to see- much less edit- IVI driver source code.
My advice: use the VISA Project Style (Plug-N-Pray[SIC]) driver and use the"Submit Feedback on this driver" button often.
10-28-2014 11:15 PM
@JÞB wrote:
@billko wrote:
@tcarrico wrote:
Yes, the standard drier works without an error for the VI I submitted. I have been using the IVI driver because it has some different options that the standard driver doen't have in it. I think I may have to use IVI for part of my project and the standard for the other.
Apparently it has the option to throw errors, too. 😉
If you dig out the programmer's guide you could probably fill in the missing options yourself. 🙂
If you can edit the source code!
One of my pet peeves is the lack of being able to see- much less edit- IVI driver source code.
My advice: use the VISA Project Style (Plug-N-Pray[SIC]) driver and use the"Submit Feedback on this driver" button often.
I thought he said he was using a mixture of the two. I meant that he could probably go with the VISA Project Style and suppliment with some manually written stuff.
10-29-2014 09:19 AM
@tcarrico wrote:
Yes, the standard drier works without an error for the VI I submitted. I have been using the IVI driver because it has some different options that the standard driver doen't have in it. I think I may have to use IVI for part of my project and the standard for the other.
What is the SCPI driver missing that the IVI driver has? Chances are the SCPI commands are in the manual you will just have to make a vi to do it.
I just ditched the IVI driver for a Chroma DC Load yesterday after wasting a week trying to use their poorly documented IVI driver that flat out does not work.
I took me about four hours with the manual to write a few VI's using the SCPI commands to get the job done.
10-29-2014 09:26 AM
11-06-2014 12:37 AM
Hi, if you have LabWindows at hand, you can modify the ag3446x_ReadMultiPoint function in ag3446x.c file by using the SCPI command "READ?" instead of calling the low level function ag3446x_FetchMultiPoint and rebuild it.
Otherwise, I can made the change and provide the dll for you.