Applies To: |
|
Summary: |
Filexxxxx (FileCopy, FileDelete, etc.)
functions when used over slow networks are hanging my Citect
system. This effects Alarm and Trend acquisition. How do I resolve
this? |
Solution: |
There is a known issue when using the
Filexxxx commands over a high latency network, as it will block the
main Citect thread, causing it to stop processing all Alarms, I/O,
Trends, reports, and page animation. There is a work around to use
the Exec function and call the DOS equivalent of the function you
are trying to achieve. For example, for file delete you could write
the following cicode: FUNCTION
STRING
sCommand; END
|
Keywords: |
FileDelete, FileCopy, slow network, hang, block |
Related Links
Attachments