This is Ignition 8.1.47. I'm connected to 'many' older PLC 5 devices. When I do a 'browse devices' to browse to an OPC tag for these devices, upon clicking the browse, it will 'spin' for a long time, saying 'Loading', eventually timing out, to the point of sometimes disconnecting my client. But then when I go to browse immediately subsequent , all of the available tags immediately show available and I can generally communicate send data to/from without incident.
Should I just increase the time out of the device? I've increased it from the standard of 2000 to 3000 already. Is there some other setting that would assist. These PLC 's are on DH+ networks available through an ethernet (ENBT) card, where the Ignition gateway is communicating to them . I can provide any other information that is helpful. Thanks much.
You should avoid browsing across DH+ entirely, especially when production is running. If you must, use the gateway quick client to initiate the first browse, to avoid killing your designer.
If the program in these is never changing you could set that "Browse Cache Timeout" setting to something like 2147483647
so it never expires.
edit: looks like it might also just accept -1 or any negative value as disabled / never expired.
1 Like
@pturmel , @Kevin.Herron , thanks for both advice. The -1 in 'browse cache timeout' worked like magic. it is instantaneous now. I startup/development mode for a little while longer and then shouldn't have to browse them too much anymore. Thanks again.