Home > Back-end >  OPC problem, cannot set DefaultGroupUpdateRate properties?
OPC problem, cannot set DefaultGroupUpdateRate properties?

Time:09-26

OPCServer1. OPCGroups. DefaultGroupUpdateRate:=500; Internet is just like that, but here I compile pass, is read-only property , strange that is wrong, but looked through online shopping, no one said no!

CodePudding user response:

DefaultGroupUpdateRate, update cycle, the default initial value is 1000 milliseconds, it have to be set before the OPCGroups activate the connection,

CodePudding user response:

reference 1st floor lyhoo163 response:
DefaultGroupUpdateRate, update cycle, the default initial value is 1000 milliseconds, it have to be set before the OPCGroups activate the connection,
thank you for your reply, I wrote, so the problem is compiled through, however, prompt the read-only,
OPCServer1. Connect1 (' S7200. OPCServer ', 'MyComputer');
OPCServer1. OPCGroups. DefaultGroupUpdateRate:=500;//this compilation pass, prompt read-only,
Group:=OPCServer1. OPCGroups. Add (' MyGroup);

CodePudding user response:

Top up, please answer!

CodePudding user response:

Top again!!!!
  • Related