PCSU200.dll - Start_PCSU200 hidden

Hello,

It appears as though the PCSU200.dll’s Start_PCSU200 procedure is designed to run PcLab200.exe, which it does. After PcLab200.exe has loaded, I can call the Show_PCSU200(false) procedure to hide PcLab200’s main screen.

Is it possible to call Start_PCSU200 so that PcLab200 does not show at all?

Thanks
Ray

You can do this by editing the PCSU200.ini in the folder:
C:\Users<username>\AppData\Local\Velleman\PCSU200
In the section [ScopeMainForm] change the value of Top to get the oscilloscope user interface off screen.
E.g.
[ScopeMainForm]
Top=2000

Thank you.