'Juice Tank 1', 'value' => module_numeric($value['Juice Tank1'] ?? null)], ['label' => 'Juice Tank 2', 'value' => module_numeric($value['Juice Tank2'] ?? null)], ['label' => 'Syrup Receiver', 'value' => module_numeric($value['Syrup RCVR'] ?? null)], ['label' => 'Syrup Overflow', 'value' => module_numeric($value['Syrup Overflow Lvl'] ?? null)], ['label' => 'Total Syrup', 'value' => module_numeric($totalSyrup)], ['label' => 'A1 Receiver', 'value' => module_numeric($value['A1 RCVR'] ?? null)], ['label' => 'A1 Overflow', 'value' => module_numeric($value['A1 Molasses Overflow Lvl'] ?? null)], ['label' => 'A2 Receiver', 'value' => module_numeric($value['A2 RCVR'] ?? null)], ['label' => 'A2 Overflow', 'value' => module_numeric($value['A2 Molasses Overflow Lvl'] ?? null)], ['label' => 'B Receiver', 'value' => module_numeric($value['B RCVR'] ?? null)], ['label' => 'B Overflow', 'value' => module_numeric($value['B Molasses Overflow Lvl'] ?? null)], ]; $tankGroups = array_chunk($tanks, (int) ceil(count($tanks) / 2)); ?>

Tank Levels

Percent levels across juice, syrup, and molasses
%