To solve the problem the disk PLC needs to
be slowed down. The new DiskDrv.DLL in has parameters as follows.
[DISKDRV]
MaxPending = 4
Delay = 1
The above parameters are defaults, MaxPending can be reduced to
1 to slow down the response and Delay can be increased to 50 or so
to also slow the response. You can monitor the effect by running
Probe on a Display Node while adjusting the parameters on the
IOServer. To make it easy make sure that you are displaying a page
with disk PLC variables only. See the design Guide on how to use
probe in the Citect Kernel.
|