03-11-2017 06:16 PM
I have been using the IBIC.exe to execute parameters. I am using the IBwait function at the end of the script to set the power supply on at 30.0v otherwise it reverts to zero volts. Is there another Function to execute and keep the power supply at 30.0v? (see attachment for full source code)
Thanks in advance.
[code] line 25
25. echo. ibwait >>cmdon1.txt
[/code]
03-13-2017 09:45 AM
Try looking in chapter 5 of the NI GPIB 488.2 manual: https://www.artisantg.com/info/NI_GPIB_NI4882M_Software_Reference_Manual.pdf
There are detailed descriptions of each function.
03-15-2017 08:22 AM
What ends up happening with these supplies is that while they are being remotely controlled, they will go to any level that your code configures remotely. However, when the program ends and closes the remote connection, the supplies revert back to the settings of the manual controls on their front panel.