Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Using IBwait function to keep Sorensen to stay at given parameters, is there another Function?

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]

0 Kudos
Message 1 of 3
(2,964 Views)

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.

0 Kudos
Message 2 of 3
(2,920 Views)

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.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 3 of 3
(2,907 Views)