<?php
$this->registerSayCommand('setting', 'cmdSetting', 'Configure your settings.')
?>
<?php
public function cmdSetting($cmd, $ucid)
{
?>
<?php
const PACK = 'CCCxCxxxV';
const UNPACK = 'CSize/CType/CReqI/CZero/CUCID/CSp1/CSp2/CSp3/VCars';
?>
<?php
$PLC = new IS_PLC;
$PLC->UCID($this->connID)->Cars(1+2)->Send($this->serverID);
?>