cmd_couplage.php 219 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?php /* Couplage CH1 */ if(array_key_exists('c1_cpl',$_POST)){ $c1cpl=$_POST["c1_cpl"]; shell_exec('lxi scpi -a '.$adresse.' "c1:cpl '.$c1cpl.'"'); } $c1cpl=shell_exec('lxi scpi -a '.$adresse.' "c1:cpl?"'); ?>