Hello,
I created an Automation Script based on another Automation Script that retrieves all parameters from an element. The current PID range of the parameters being retrieved is from 1 to 64000. Based on what I've seen so far, most drivers don't go above this range; however, some drivers have parameters that go above this range, and this Automation Script should retrieve all of them.
According to my knowledge, there are some hidden dataminer-specific parameters that I should not retrieve beginning from 64000. I'm not sure about the specifics, but I'm planning to exclude params ranging from 64000 to 65000. Are any other ranges that I should exclude?
Hi Emir,
You can find the ranges of reserved parameters in our development documentation here
Best regards,
Thank you! This is exactly what I needed.
Note that parameters reserved for DataMiner are not strictly forbidden to be retrieved. The reserved IDs indicate which parameters can be defined by the system, depending on context. For example, the general parameters that are available on the general parameters page are defined in the 64 000 to 70 000 range. Not all of the IDs are already in use, but we reserved a slot so we can add additional parameters in the future without breaking existing drivers.