Aplikace pat do rodiny konzolovch aplikac. Tj. aplikace bez grafickho rozhran, uren pro prci z pkazov dky.

Aplikace um otevt sriov port, nebo TCP spojen a na danm spojen zskat informace o stavu Quida, ppadn nastavit vstupy Quida do poadovanho stavu.

parametry aplikace jsou popsny v helpu vyvolatelnm pikazem "QuidoConsole.exe /help"

pklad voln je v npovd a v piloenm spustitelnm souboru "QuidoConsole.bat"


help:
X:\Quido\! Software\Quido console\Distribuce>QuidoConsole -help

  QUIDO console - Papouch s.r.o.
  -----------------------------

  QuidoConsole.exe

   /? or /help
           - Show this help.

   /COM=[N]:[BAUDRATE]
           - Set device connection to serial port COM [N] with
             baudrate [BAUDRATE].

   /TCP=[IP]:[PORT]
           - Set device connection to TCP with IP address [IP] and port [PORT].

   /Address=[ADDRESS]
           - Set Spinel device address. [ADDRESS] can be defined by ASCII
             character or by symbol # and number from 0 to 255
             (For example: 1 = #49 = #$31 (hex))

   /Out[N]=[VALUE]:[TIME]s
           - Set Quido output number [N] to state [VALUE] to delay [TIME].
             if [TIME]=0, then the state is permanent.

   /ErrorCode=In[N1],In[N2],...,In[N8]
           - Read states of selected inputs and send it as an ErrorCode. Inputs
             states are returned as a byte where each bit correspond to
             concrete input. N1 corresponds to lowest bit, N8 corresponds to
             highest bit.

   /nolog
           - Disable logging messages.

 Examples:

QUIDOconsole /COM=1:9600 /Address=1 /nolog /Out1=1 /Out2=1 /ErrorCode=In1,In3
QUIDOconsole /TCP=192.168.1.254:10001 /Address=#65 /Out3=Off:5s /ErrorCode=In5

X:\Quido\! Software\Quido console\Distribuce>