1 2 3 4 5 6 7 8
<?php /* Commande Attenuation Sonde CH2 */ if(array_key_exists('c2_sonde',$_POST)){ $c2sonde=$_POST["c2_sonde"]; shell_exec('lxi scpi -a '.$adresse.' "c2:attn '.$c2sonde.'"'); } $c2sonde=shell_exec('lxi scpi -a '.$adresse.' "c2:attn?"'); ?>