Forum Discussion
Geo
6 months agoContributor
Hi Michael,
We use multiple stacks, and have had to change the Device ID numbers in order to integrate through to other systems where we needed to make the ID unique.
We do this immediately on creating a new stack by discovering one device, and then setting its Device ID outside of any range we ever expect another stack to get to:
update master_dev.legend_device set id=300000000 where id=1;
From that point on, any device discovered increments up from that ID number.
Obviously I offer this information with no guarantees it'll work for your scenario :-)
George.
Related Content
- 3 months ago