Hello, I have two questions about Agsi dll. 1. I wrote small Agsi dll in Delphi and it's working. But, I dont known how to uncheck menuitem in UW2 (of Agsi dialog) when I manually close Agsi dialog window? 2. To connect my peripherals to x51 I must open Agsi dialog and select connections. But, after opening dialog, INIT function in AgsiEntry is already called, and after making connections, I can't call *WatchOn function, because this functions works only in INIT function. I suppose I must close Agsi dialog and reopen it again, and then call *WatchOn functions in INIT with new connections. How to do this? Can anybodu help me?