Hi,
in 2.0.1 you can configure numbering direction and rack height in rack object properties.
Best regards,
Victor
in 2.0.1 you can configure numbering direction and rack height in rack object properties.
Best regards,
Victor
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
return right(int32($1 / 3600), 2, "0") . ":" . right(int32($1 % 3600 / 60), 2, "0") . ":" . right(int32($1 % 60), 2, "0");
UNIT DEVICE
1
------------------
2 | NODE1 (2U)
|
3 |
-------------------
4 | NODE2 (1U)
------------------
5
UNIT DEVICE
5
------------------
4 | NODE1 (2U)
|
3 |
-------------------
2 | NODE2 (1U)
------------------
1