Message 1 of 1
How to access and alter properties of adjacent bay and slots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to use Flex code to even out the weights of each bay within a rack. For example, if a bay's weight goes over 3000 to 3500, it will pull 500 from the weight allocation of the bay to the left or right of it. The 500 will be added to the current bay and subtracted from the adjacent bays. This is preferred to a total rack weight since it evens out load across the rack for my specific application. Thanks.