If in a protocol you set NT_UPDATE_PORTS_XML multiple times sequentially, what would be the expected behavior in terms of memory usage?
Should you see an initial increase, followed by a decrease?
The type is 2 (Update Settings)?
Example:
protocol.NotifyDataMinerQueued(128, "2;" + elementidentification, discreetNumber.ToString() + ';' + "matrix=not allowed;lock=true");
Whereby the number of discreetNumber would vary, and sometimes some ports would be allowed, others not.
For documentation about that command: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customer%2Fpart4ClassLibrary%2FCLASkylineDataMinerScripting%2FNotify_Types.htm&rhsearch=notifydataminer%20bulk%20edit&rhhlterm=notifydataminer%20bulk%20edit&rhsyns=%20
Hi Fieliep,
I would expect the impact to be minimal, perhaps a small increase while the commands are executed and then normalizing again. But as always, measuring means knowing in cases like these.