Use the following steps for debugging:
tcpip.dat
files.Debug=1
and Log=1
parameters in your Citect.ini
file.If there are no requests being sent, your software is improperly configured, and check that there were no errors on startup of CitectSCADA. If there were errors on startup, look them up in the Help. Also check that your computer is an I/O Server (and that it matches the one in your project). To do this run the Computer Setup Wizard, and configure the computer for a standalone configuration.
If there are requests, you can see communications between CitectSCADA and Winsock in a separate window, which displays the requests made by CitectSCADA to connect to the I/O Device and the corresponding response from the I/O Device. Any errors have a Winsock Error code that you can look up in the Microsoft Knowledge Base. If you see a Connection OK message, CitectSCADA will be able to come online.
See Also