Download Latest Version CaISPROD.zip (204.4 kB)
Email in envelope

Get an email when there's a new version of CaIS System

Home / EXP_Terminal_MS01 / Version_1_1(Gambas-RS232)
Name Modified Size InfoDownloads / Week
Parent folder
Rave 2018-01-02
EXP_Terminal_1_1.zip 2018-01-02 4.1 MB
README.TXT 2018-01-02 4.0 kB
winerave.param 2018-01-02 355 Bytes
CaISEXPTerminal.gambas 2018-01-02 4.3 MB
WineRave.exe 2018-01-02 1.5 MB
ZPLPRINT.sh 2017-12-29 130 Bytes
PLU.ZPL 2017-12-29 62 Bytes
EFLASH.ZPL 2017-12-29 7.2 kB
cais.cpf 2017-12-17 196 Bytes
caisserial.ini 2017-12-17 35 Bytes
Totals: 11 Items   9.8 MB 0
This is Comission module for CaIS ERP Expedition module .

*** Local SERIAL PORT usage via Gambas ***

   CaIS(R)-System Software
   Copyright (C) 1997-2017  <by Josef Nagy>

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to :
   Free Software Foundation, Inc.
   59 Temple Place, Suite 330, 
   Boston, MA  02111-1307  USA.
   
   Contact to author <Josef Nagy> :
   cais.system@gmail.com
   http://caisys.no-ip.org


Base by : Ver 1.0.100
   
Ver 1.1.built_36  (17.DEC.2017)
-------------------------------
- Local RS232 port Gambas access 0,5sec refresh rate
  SetUp local RS232 port , use : Ctrl+F12
- Don't need the local MV1 database !
- Use only 1 TCP-Host connection 
- IMPORTANT : make permission of SerialPort
              ex.: if port=/dev/ttyS0
                   $sudo chmod 666 /dev/ttyS0
                   insert this to Startup script as root permission
                   OR add desktop user to dialout group
                   $sudo adduser user_name dialout

Ver 1.1.built_42  (18.DEC.2017)
-------------------------------
- Correction : F6 manual scalling data INPUT
               press F6 again = return RS232 mode

Ver 1.1.built_52  (18.DEC.2017)
-------------------------------
- IF 'caisserial.ini' file missing THEN SerialPort Disabled
  Only manual scalling F6 available 

Ver 1.1.built_58  (28.DEC.2017)
-------------------------------
- Define Cursor-Order (but touch-screen recommended !)
    user -> Doc -> PLU -> TarPalet -> TarBox -> Date's -> F5
- In BarCode field , available DELETE PALET function:
  Press "-" (minus) character & read the palet barcode
  ex.: -P80056780  => DELETE the P80056780 palet from DOC.

Ver 1.1.built_62  (29.DEC.2017)
-------------------------------
- Change HOST MainRoutine (EXPMON) to EXPTERM
- If in 'cais.cpf' ZPL printout ON =Y
  then support the direct thermo printing to CUPS Zebra printer
  when press F5 (Save_Data , DirectPrinting)
  1. Make the label FORM with FNx definition in ZebraDesigner
     Save this ZPL FORM to EFLASH.ZPL file to app.directory
  2. See the ZPL^EXPTERM routine section for generating 
     variable data to save PLU.ZPL file to app.directory
  3. Define the printing script as ZPLPRINT.sh in app.directory
     this script send to ZPLcommands to CUSP printer
     CUSP printer name = Zebra

Ver 1.1.built_78  (02.JAN.2018)
-------------------------------
- Insert PALETT Nr. field on FORM
- F7 x'call the WineRave.exe report **If PaletNr. exist ! **
   - recommended installation :
       -wine (Windows Emulator FREE)
       -ESBRaveViewer.exe (Nevrona Report Viewer FREE)
   - WineRave.exe use 2 config file :
               cais.cpf = HOST TCP_IP & port
         winerave.param = UCI,Routine,Function,lng,directories
     more info , see winerave section on SourceForge !
   - the report data uploading program in MUMPS side
     by 'winerave.param' config file : UCI,Routine,Function
     The RaveReport usage same like as CaIS 4.x runtimer
   - wine use the standard user home directory
     please copy this 2 config file to home directory !!
   RAVE Report Integration :
   =========================
     'winerave.param' example:
      Routine  = KJ426
      Function = F11
      Language = H
   The XCall M-routine in WineRave.exe : D F11^KJ426
   The Uploaded RaveTemplate :
       ^M("Fkey","H","KJ426",11,"RAV")="..RaveTemplate.."
       This RaveTemplate exist in RaveDirectory
                               (defined in 'winerave.param')


Source: README.TXT, updated 2018-01-02