06-03-2014 05:10 AM
Hi,
I am a newbie to IVI programming.
I am currently configuring the Basic, Channels and Trigger settings on the IVI Scope step and everytime I configure the scope goes to a default set up.
Am i missing any step configuration or initialization??
please help.
Thank you
06-03-2014 06:27 AM
The Initialize code will usually have a *RST in it, which will reset the scope. You'll need to dig into the code to find out for sure.
06-04-2014 03:36 AM
Hi there,
As crossrulz has said, your problem could be with the reset in the Initialize step. The default for the reset device input is True as you can see below:
If you search the LabVIEW example finder (Help>Find Examples) for "IVI" you may find some code to help you when you are getting started. If you are still having problems, feel free to reply with your code attached and I can take a look at it for you.
Best regards,
06-04-2014 04:29 AM
Thank you very much for the response. I understood that the reset function is called everytime I configure.
Therefore I am configuring the scope everytime I need to take a measurement. It works that way.