Switchover to Remote Control FSE
1065.6016.12 5.6 E-16
Remote Control via RSIB Interface
Notes: The RSIB interface is only available for instruments equipped with controller option, FSE-B15.
Windows Environment
To access the measuring instruments via the RSIB interface the DLLs should be installed in the
corresponding directories:
Instruments with Windows NT controller:
• RSIB.DLL in Windows NT system directory or control application directory.
• RSIB32.DLL in Windows NT system32 directory or control application directory.
On the measuring instrument the DLL is already installed in the corresponding directory.
Instruments with MS DOS controller
• RSIB.DLL in Windows NT system directory or control application directory.
Unix Enviroment – with Windows NT Controller
In order to access the measuring equipment via the RSIB interface, copy the librsib.so.X.Y file to a
directory for which the control application has read rights. X.Y in the file name indicates the version
number of the library, for example 1.0 (for details see Chapter 8
).
Remote Control
The control is performed with Visual C++ or Visual Basic programs. The local link to the internal
controller is established with the name ’@local. If a remote controller is used, the instrument IP address
is to be indicated here(only with Windows NTcontroller) .
Via VisualBasic: internal controller: ud = RSDLLibfind (’@local’, ibsta, iberr, ibcntl)
remote controller: ud = RSDLLibfind (’82.1.1.200’, ibsta, iberr, ibcntl)
Return to Manual Operation
The return to manual operation can be performed via the front panel (LOCAL key) or the RSIB interface.
Manually: ½ Press the LOCAL key.
Note: Before switchover, command processing must be completed as
otherwise switchover to remote control is effected immediately.
Via RSIB: ...
ud = RSDLLibloc (ud, ibsta, iberr, ibcntl);
...