DAEnetIP4
PHP DEMO - SNMP EDITION
Please note that in order to work with this demo, you need to activate SNMP on your php/apache server.

|
Digital Outputs |
No |
Name |
|
Control |
'.($i+1).' | ');
printf(''.$names[$i].' | ');
printf(''.$relays[$i].' | ');
$checked='';
if ($relays[$i]==1) $checked='checked=checked';
printf(' | ');
}
?>
|
Digital Inputs |
No |
Name |
Value |
|
'.($i+1).' | ');
printf(''.$di_names[$i].' | ');
printf(''.$di_values[$i].' | ');
printf(''.$di_counter[$i].' | ');
}
?>
Analog Inputs |
No |
Name |
Value |
'.($i+1).' | ');
printf(''.$ai_names[$i].' | ');
printf(''.$ai_values[$i].' | ');
}
?>
|