Home
03 - Win Task Gen
Contents
1. number is held in OPERANDI Operand Data Type OPERANDI numeric constant field name OPERAND2 numeric constant numeric variable string constant string variable Examples We want to put the string MYGROUP in field 1 of the 10th record of the file CUSTOM Destination Line No Operator Source Operand O a 1 SEL PERSONALIZADO 2 SEK 10 3 PUT 1 MEUGRUPO 4 3 23 RCV Syntax Operator Source Operand Destination Operand RCV OPERANDI OPERAND2 Description Receive a string from the serial port and store it in OPERAND2 in the period of time specified in OPERANDI Operand Data Type OPERANDI Time window in thousandths of a second as a numeric constant numeric variable range from O to 32767 32 767 seconds OPERAND2 string variable Examples MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 If TEMPVAR is defined as a string variable then Destination Line No Operator Source Operand P P Operand 1 RCV 1000 TEMPVAR will receive a string from the serial port and store the string in TEMPVAR within Isecond 4 3 24 RHT Syntax Operator Source Operand Destination Operand RHT OPERANDI OPERAND2 Description Retrieve the rightmost sub string of n length of OPERAND2 and store the sub string back to OPERAND2 where length n is specified by Operand Data Type OPERANDI numeric constan
2. 4 2 3 IPF Sintaxe Comando Nome IPF Nome do Campo Descri o Leia os dados do teclado leitor no campo CLIENTE Exemplos Leia o nome do cliente do teclado e salve no campo de dados como CLIENTE N Linha Operador Operand Fonte 1 MAC MENU 2 LST 3 IPF CLIENTE 4 LOP 4 2 4 NCR Sintaxe Operador Operand Fonte Operand Destino NCR Descri o Salve os dados de registro atuais e aumente o indicador de registro para o pr ximo registro Tipo de Dados do Operand Nenhum Exemplos Se TEMP Ffor definido como Campo de Formato ent o o programa armazenar o n mero de caracteres do TEST 4 em TEMP F N Linha Operador Operand Fonte Operand Destino 1 MOV TESTE TEMP_F 2 NCR 4 2 5 SBF Sintaxe Comando Nome SBF Descri o Salva o buffer ao campo Exemplos MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Leia o nome do cliente uma vez para cada registro N Linha Comando Nome 1 MAC IN CUST 2 EST 3 MAC CLIE 4 SBF CLIENTE 5 6 LOP Definir IN CUST como segue N Linha Operador Operand Fonte Operand Destino 1 INP CUSTVAR 2 END 4 3 Comandos Macro 4 3 1 ADICIONAR Sintaxe Operator Source Operand Destination Operand ADD OPERANDI OPERAND2 Descri o Adiciona o conte do da Fonte Operand ao Destino Operand e armazena o resultado no Destino
3. 1 SEL ORDEM MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 3 28 SND Syntax Operator Source Operand Destination Operand SND OPERANDI OPERAND2 Description Send both the content held by OPERANDI and a terminator character specified in OPERAND2 from the serial port Operand Data Type OPERANDI string constant string variable OPERAND2 numeric constant as O terminator CR carriage return 1 terminator LF line feed 2 terminator CRLF carriage return and line feed 3 no terminator Examples If TEMPVAR is defined as a string variable then Destination Line No Operator Source Operand P P Operand 1 SND TEMPVAR 2 will send the content of TEMPVAR and a terminator CRLF from the serial port 2 3 29 SRH Syntax Operator Source Operand Destination Operand SRH OPERANDI OPERAND2 Description Search the selected data file determine whether the same data is held in OPERAND2 or not OPERANDI specifies the field number This macro supports the sequential search of the file If the data held in OPERAND2 is found in the file the compare flag is set to EQ if it is not found the compared flag is set to NE Operand Data Type OPERANDI numeric constant numeric variable OPERAND2 string constant string variable Examples Search for the string HOTWORD from record number 1 in the file CUSTOM field number 1 MANUAL DO
4. Queremos colocar a cadeia de caracteres MEUGRUPO no campo 1 do 10 registro do arquivo PERSONALIZADO x Destination Line No Operator Source Operand Operand 1 SEL PERSONALIZADO 2 SEK 10 3 PUT 1 MEUGRUPO 4 3 23 RCV Sintaxe Operator Source Operand Destination Operand RCV OPERANDI OPERAND2 Descri o MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Recebe uma cadeia de caracteres da porta serial e armazena a no OPERAND no per odo de tempo especificado no OPERANDI Tipo de Dados Operand e OPERANDI A janela de tempo de mil simos de segundos como constante num rica a varia o da vari vel num rica de 0 a 32767 32 767 segundos e OPERAND2 cadeia de caracteres vari vel Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracteres logo Destination Line No Operato Source Operand P i 5 P Operand 1 RCV 1000 TEMPVAR receber uma cadeia de caracteres de uma porta serial e armazenar a cadeia de caracteres no TEMPVAR dentro de 1 segundo 4 3 24 RHT Sintaxe Operator Source Operand Destination Operand RHT OPERANDI OPERAND2 Descri o Recupera a subcadeia de caracteres mais direita de comprimento n do OPERAND2 e armazena a subcadeia de volta ao OPERAND2 onde o comprimento n especificado Tipo de Dados Operand OPERANDI constante num rica vari ve
5. TEMPVAR is defined a as numeric variable then Destination Line No Operator Source Operand i P E P Operand 1 VAL 12345 TEMPVAR will convert the string 12345 to the number 12345 and store it in TEMPVAR 4 4 Vari veis do Sistema System Variables Asterisk is a temporary storage register representing the contents of the current data entry after using INP or INX macro It can be either numeric or string data type Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand P P Operand 1 INP 2 ADD TEMPVAR which will add input data to TEMPVAR Date MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Stores date data with the format MMDDYY MM month DD date YY year Examples 1 When TEMPVAR is a variable then a p ocedure could have Line No Operator Source Operand Destination Operand 1 MOVE DATE TEMPVAR which will move DATE data to TEMPVAR Dates Stores date data in Examples 1 When TEMPVAR is a variable then a p ocedure could have the short format MMDD MM month DD date Destination Line No Operator Source Operand P E P Operand 1 MOVE DATES TEMPVAR which will move DATES data to TEMPVAR Time Stores time data in Examples 1 When TEMPVAR is a variable then a p ocedure could have the
6. e Variable Name Enter the name for the variable e Variable Type Select Number or Character e Variable Length Value in the range of 1 32 e Num of Decimal place Max Length is 10 4 Select Append Modify or Delete MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 Appendix 4 1 Barcode Settings 4 1 1 EAN E EAN EAN13 Enable EANS Enable EAN13 String Format EANS String Format 12345 12345 C Send EAN 13 Check digit Send EAN 8 Check digit EAN Add On 5 Digits v e EAN 8 13 Enable Enable or disable code EAN 8 13 reading e Send EAN 8 13 check digit Set whether to send check digit e EAN Add On options e No Supplement None support add on barcode i 2 Digits Allow 2bytes add on code ii 5 Digits Allow Sbytes add on code iii 2 5 Digits Allow 2bytes and 5bytes add on code 4 1 2 UPC vec UPC A Enable UPC E Enable UPC amp String Format UPC E String Format 1234 12345 o 491380 C Send UPC A Leading O Send UPC E Leading O C Send UPC A Check digit Send UPC E Check digit 01234 56789 5 UPC Add On 5 Digits MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e UPCA E Enable Enable or disable UPC A E code reading e Send UPCA E Leading O Set whether to send 0 String e Send UPC A E check digit Set whether to send check digit e UPC Add On options i No Supplement None s
7. 5 Digits MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e EAN 8 13 Enable habilita ou desabilita o c digo de leitura UPCA E e Send UPCA E Leading 0 estabelece se deve enviar a cadeia de caracteres Or e Send UPCA SE check digit Estabelece se deve enviar o d gito de verifica o e Op es de Add On de UPC i Sem Suplemento Nenhum suporte de add on para c digo de barras il 2 D gitos Permite c digo de add on de 2 bytes iii 5 D gitos Permite c digo de add on de 5 bytes iv 2 5 D gitos Permite c digo de add on de 2 bytes e 5 bytes 4 1 3 EAN UPC E EAN UPC UPC E to UPC A Enable ISBN ISSN Conversion IATA Code Enable e UPC E to A Enable habilita ou desabilita UPC E para A e ISBN ISSN Conversion habilita ou desabilita a convers o ISBN ISSN e IATA Code Enable habilita ou desabilita o c digo de leitura IATA 4 1 4 C digo 39 E code 39 Code39 Enable Code 39 String Format MM ZEBEX S O Send Start Stop Character C Send Check Digit C Check Digit Verification Enable 4 Disable Full Code39 C ITPR Transmit 4 Character C ITPR Conversion C Concatenation Enable MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Code 39 Enable habilita ou desabilita c digo UPCA E Send Start Stop Char estabelece se envia o caractere Send Check Digit estabelece se deve enviar o d gito de verifica o Check Digit Verifi
8. FORM 2 Data Collector Task t Procedure 8 FORM 8 or FreeTask FreeTask FORM tabela 2 than 4 or 8 Procedures depending on model the maximum number of forms is MAC 1 Variable 1 MAC 2 Variable 2 2 2 MAC N Variable M tabela 3 also 4 or 8 All variables can be applied to every Procedure s MAC See Table 3 Now we will show you how to create a Task step by step For working demo Tasks and Free Tasks please refer to the Demo directory on the WinTaskGen CD or contact your dealer MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 6 Creating a Procedure Task Procedure Tasks are useful for performing repeated or shared Tasks such as frequently used calculations text and control manipulation and database operations 2 6 1 Creating a New Task 1 Select Procedure Task Editor on the Main Manu 7 WinTaskGen Net Evaluation 5 0 8 4 bematech s O WinTaskGen Net Evaluation v5 0 8 4 BEMATECH SIA O Full Port Settings com WEN Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default ki Task Name ADD E Open Save AS TSK um Make TSL Debug Link amp Download lt p New X Delete IE Rename Procedare Task Editor Index Project Name A Procedure Barcode Setti
9. Revis o 1 5 Destination Line No Operator Source Operand Operni 1 CLS 4 3 8 CMP Sintaxe Operator Source Operand Destination Operand CMP OPERANDI OPERAND2 Descri o Compara o OPERAND1 com o OPERAND2 e configura a sinaliza o Se o OPERANDI for igual ao OPERAND a sinaliza o configurada em EQ Se o OPERANDI n o for igual ao OPERAND2 a sinaliza o configurada em NE Se o OPERANDI for maior que o OPERAND a sinaliza o configurada em GT Se o OPERANDI for menor que o OPERAND a sinaliza o configurada em LT Os conte dos do Operand n o s o alterados Tipo de Dados Operand OPERANDI constante num rica vari vel num rica cadeia de caracteres constante cadeia de caracteres vari vel cadeia de caracteres de DATA cadeia de caracteres de HOR RIO OPERAND2 constante num rica vari vel num rica cadeia de caracteres constante cadeia de caracteres vari vel Exemplos No processo de verifica o definimos essas macros para inserir novamente os dados caso o 0 seja inserido Destination Line No Operator Source Operand OREA 1 INP 2 CMP 0 3 JMP NE 5 4 JMP UC 1 5 4 3 9 DIV Sintaxe MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Operator Source Operand Destination Operand DIV OPERANDI OPERAND2 Descri o Divide OPERAND2 pelo OPERANDI e
10. fica es o com as roduto co ar uma si eparo mo co tras ressalvas contidas no corpo deste guia o usu rio ou terceiros assumir o todas as consequ ncias e responsabilidades em casos de a Uso intencional para qualquer n o direcionada ou n o autorizada inclusive para prop sitos particulares s ou altera es n o autorizadas do produto c Uso do produto em instru es de opera o e manuten o fornecidas pela Bematech S A d mponente em sistemas ou aplica es nas quais a falha deste produto tua o de risco pessoal ou material Nas hip teses acima a Bematech S A e seus administradores prepostos empregados subsidi rias afiliadas e distribuidores n o esponder o a qualque er outro preju zo direto ou indireto sejam de que natureza forem bem como por eclama es fundadas e abrica o do produto t tulo por qualquer reclama o custos perdas danos despesas m alega o de neglig ncia da Bematech S A em rela o ao projeto e A Bematech S A n o se responsabiliza por danos ou problemas decorrentes do uso de acess rios ou supri Qualque comercia Asgaran mentos que n o aqueles designados como produtos originais Bematech ou podutos aprovados pela Bematech S A nome de produto e seus logotipos mencionados nesta publica o podem ser marcas is de suas respectivas empresas e aqui reconhecidos tiasdo produto s o apenas aquelas expressamente
11. ou Delete para adicionar inserir modificar ou apagar Tarefas Command E Parameter Fevers pO rear ea roa oer DE Index Command Parameter 2 MAC ENTRY 3 MAC SAVE 4 LOP ja Im MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 6 Selecione a aba Macro Forms ou Variables 7 Selecione Append Modify Delete ou Edit para adicionar modificar apagar ou editar Macros 3 2 1 Administrando a Macro 1 Selecione a aba Macro na tela Edit Procedure consulte Editar Tarefas de Procedimentos e selecione Edit Macro Procedure Task Editor ADD gt ADD Procedare Task Editor Command MAC v Parameter ADD v HGK ele E Edit Form Command Parameter No 1 pe Macro Command MOV v Operandi PWDISABLE ow Operanda Index Command OPERAND 1 1 MOV PWDISABLE 2 as 3 MSG PRESS F1 4 INX VITEM 5 as 6 MSG VITEM 7 DLY 1000 8 CMP VITEM 9 IMP EQ 10 CMP VITEM 11 IMP EQ 12 MSG CANNOT TURN OFF Macro Name ADD ES Index Macro Name ADD ES Z Edit Macro Edit Variable Show Macro Reference lt p Append insert Modify X Delete ea OPERAND 2 PWKM 1 17 a 16 pH 17 a IES 3 Selecione Command para selecionar o Macro que deseja usar MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o
12. Tipo de Dados do Operand e OPERANDI MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 vari vel da cadeia de caracteres constante da cadeia de caracteres e OPERAND2 vari vel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel logo E Destination Line No Operator Source Operand eae Operand 1 LEN TEST TEMPVAR armazenar o numero de caracteres de TESTE 4 no TEMPVAR 4 3 18 LFT Sintaxe Operator Source Operand Destination Operand LFT OPERANDI OPERAND2 Descri o Recupera os caracteres da esquerda de comprimento n do OPERAND2 e armazena a subcadeia de caracteres de volta em OPERAND2 onde o comprimento n for especificado pelo OPERANDI Tipo de Dados do Operand e OPERANDI constante num rica vari vel num rica e OPERAND2 cadeia de caracteres vari vel Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracteres e o TEMPCNT como vari vel num rica logo Line No Operator Source Operand po matay Operand 1 LEN TEMPVAR TEMPCNT 2 SUB 1 TEMPCNT 3 LET TEMPCNT TEMPVAR truncar o ltimo caractere do TEMPVAR 4 3 19 MOV Sintaxe MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Operator Source Operand Destination Operand MOV OPERANDI OPERAND2 Descri o Copia o conte do do OPERANDI para o OPERAND2 OPERANDI n o modificado OPERAND2 se
13. mero 0 9e d n mero 0 9 a todos os caracteres Alfa A Z a z u caracteres alfab ticos em letra mai scula A Z caracteres alfab ticos em letra min sculaa z E caracteres ASCII completos caracteres ASCllimprim veis c digo ASCII 32 P 127 remover caractere de controle Os caracteres representados por como o s caractere s de verifica o nos c digos de barras ser o apagados quando os dados forem armazenados Os outros caracteres que n o foram mencionados acima n d a u c p ser o considerados como s mbolos de formato 3 2 3 Administrando Vari veis As vari veis podem ser usadas pelo Macro para armazenar dados temporariamente 1 Selecione a tecla Edit Variable na tela Macro Editor consulte Editing Procedure Tasks A Macro Editor PHDEMO 1 gt UPDATE K Macro Show Macro Reference Command MOV v TG Edit Form g Edit Variable Operandi PWDISABLE be Operand2 piui Sp Append JE insert It Modify x Delete e gt Index Command OPERAND 1 OPERAND 2 a 1 Mov PWDISABLE PWKM 2 cs 3 MSG PRESS F1 1 4 INX VITEM 5 as 6 MSG VITEM 1 E 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CW VITEM p 1o MP EQ 12 12 MSG CANNOT TURN OFF 1 lt gt 2 A tela Variable aparecer MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Yariable Editor PWDEMO 1 variable Name Dad Type Character v Variable len
14. specifies the tone Operand Data Type e OPERANDI numeric constant numeric variable range from 100 0 1 seconds to 32767 32 767 seconds e OPERAND2 numeric constant numeric variable range from 100 to 3000 HZ Examples Line No Operator Source Operand Dean Op erand 1 BEP 500 600 2 DLY 800 T Causes Data Collector unit speaker to emit a beep lasting for 0 5 seconds at 600 HZ and delay 0 8 seconds MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 3 CDV Syntax Operator Source Operand Destination Operand CDV OPERANDI OPERAND2 Description Verify OPERAND1 s data by CDV method If it matches then the flag is set to EQ if not then it is set to NE Operand Data Type OPERANDI numeric variable Examples Destination Line No Operator Source Operand Orerand 1 INP 2 CDV 3 JMP EQ 5 4 JMP UC 1 5 6 7 If we want to check the current data entry we can use these macros 4 3 4 CKD Syntax Operator Source Operand Destination Operand CKD OPERANDI Description Check if the OPERAND1 is the date format or not If OPERANDI is in date format the flag is set to EQ If OPERAND1 is not in date format the flag is set to NE Operand Data Type OPERANDI string variable Examples In the verification process we define macros to reject data which is not in the date format MMDDYY MANU
15. 1 5 9 Macro Editor PWDEMO 1 gt UPDATE K Macro Show Macro Reference Command Edit Variable Operandi v Operand2 E Append F Insert modify X vert 2 9 Index OPERAND_2 a 1 PWKM 2 3 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM p 11 IMP EQ 12 12 MSG CANNOT TURN OFF 17 lt gt Lista de Macros que podem ser selecionadas Selecione ADD para adicionar Selecione BEP para criar um som Selecione CDV para verificar o c digo de barras Selecione CKD para verificar o formato de dados Selecione CKT para verificar o formato do hor rio Selecione CLL para limpar uma linha Selecione CLS para limpar a tela Selecione CMP para comparar Selecione DIV para dividir Selecione DLF para apagar o formul rio Selecione DLY para adicionar atraso Selecione END para finalizar a Macro Selecione EXT para sair da coleta de dados e ir para execu o de Tarefas Selecione GET para ler os dados de um arquivo Selecione GTO para apontar o indicador de registro atual para um n mero de registro no formul rio especificado Selecione INP para entrada de dados e salvar Selecione INX para conseguir a entrada de dados sem pressionar Enter Selecione JMP para pular quando a condi o atendida Estabele a a condi o em Opera
16. 1 CHECK lt gt gt 2 A tela de Procedure Task aparecer da seguinte forma M Procedure Task Editor ADD gt ADD Procedare Task Editor Macro Command MAC amp Macro Name ADD o parameter 0 Tow PAOLI e a E Edit Form Index Macro Name No Command Parameter 1 LST IMAC ao 3 LOP a z gt No lado esquerdo est o editor de tarefas de procedimento e a tecla Edit Form para editar o formul rio No lado direito est o editor Macro MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 Selecione Command para estabelecer o tipo de comando Command MAC Iw Parameter MIS index lt gt Selecione MAC para definir o grupo de Macro com o nome MAC Name Selecione LST ou LOP para controlar o fluxo do processo Coloque LST no ponto de in cio do circuito e LOP no ponto de retorno do circuito Voltar para o ponto de in cio do circuito Selecione IPF para ler os dados do teclado leitor para o campo selecionado Selecione SBF para salvar o registro no campo selecionado Selecione NCR para salvar os dados atuais de registro e aumentar o indicador de registro para o pr ximo registro Consulte Comandos dos Procedimentos no Anexo 4 Selecione Parameter para selecionar a Macro a ser usada 5 Selecione Append Insert Modify
17. 32 127 Remove control character The characters represented by such as the check character s in the barcodes will be deleted when the data is stored Characters other than the symbols mentioned above n d a u c p will be regarded as format symbols 9 Select Append Modify or Delete in Free Task Editor 10 In version 5 07 later WTG provides the looping control function in free task User can indicates the start point of the loop for collecting data As below for MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Full Port Settings COM coMm30 Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language English x Task Name Demol Open Z Save AS TSF Link amp Download lt p New X Delete Rename Index Project Name Demo Field Name Qty Input Mode rab Only y B Min Length h 4 Max Length loa Input Prompting Qty Data Check Editing Store Into Field __ Lele E Append Modify X Delete lex Field Name Input Mode Mininum Maxinum Inp Loc Keyin Scan 1 sa Loc Item ein Scan 1 Iten fo e fi ot Tou gt v example user indicates the loop start at Item And then the free task will collect loc data first and then item and its quantity data and then
18. 4 Selecione os c digos de barras que deseja configurar clica c digos de barras 5 Verifique e modifique as op es para valores adequados Consulte Configura es de C digos de Barras nos Anexos rasem Project ndo na aba dos MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 Trabalhando com Tarefas de Procedimento 3 1 Administrando Tarefas de Procedimento 1 Selecione a aba do Procedure Task Editor editor de tarefas de procedimento A seguinte tela aparecer Procedure Task Editor Free Task Editor Remote Settings Task Name TABLE X save as TSK X Make TSL Link amp Download Sp new E open X delete Rename ESET Index Project Name Procedure Task Barcode Setting 1 SONG1 COTS Frocecire Name Howel Type Procedure 3 ADD Select Prompting CHECK UDF 1 he sb append 17 Modify ES Delete e mm Edit Procedure Index Procedure Name Type UDF Select Prompting SHOWTBL 2 SRHDATA Procedure 1 SEARCH 3 SHOWDATA Procedure 1 CHECK gt 2 Para usar o Procedure Task Editor voc pode Selecionar New Rename Delete para adicionar renomear ou apagar uma Tarefa Selecione Open para importar arquivos Tsk tsk no programa para editar Tarefas Selecione Save as TSK para exportar o arquivo Tsk tsk Selecione Make TSL para salvar Tarefas no formato Tsl para vers es antigas do WinTaskGen Selecione L
19. Command MAC v Macro Name ADD BR X 8 E Edit Form mare Name No Command Parameter 1 LST C r ADD 3 LOP 8 Macro Editor PHDEMO 1 gt UPDATE 5 al E Command MOV Tg Edit Form g Edit Variable Operandi PWDISABLE v Operand cum lt P Append insert Q moai X Deste DE Index Command OPERANDI _ o OPERANDO 2 a 1 MOV PWDISABLE PWKM 2 as 3 MSG PRESS F1 1 4 NX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 11 P VITEM er uo m EQ 12 12 MG CANNOT TURN OFF 17 lt gt 3 Select Command to select the Macro you want to use 95 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 9 Macro Editor PWDEMO 1 gt UPDATE K Macro Show Macro Reference Command Edit Variable Operandi v Operand2 E Append F Insert modify X vert 2 9 Index OPERAND_2 a 1 PWKM 2 3 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM pr ii JMP EQ 12 12 MSG CANNOT TURN OFF 17 lt gt The list of Macros you can select Select Selec Select Select Select Select Selec Select Selec Select Select Select Select Select Select ADD to add t BEP to make a sound CDV to check barcode CKD to check data
20. Command MOV x TE Edit Form gf Edit Variable Operandi PWDISABLE Operandz Sp Append insert C Modify X delete F Index Command OPERAND_1 OPERAND_2 a 1 MoV PWDISABLE PWKM 2 as 3 MSG PRESS F1 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 MP EQ 16 10 CMP VITEM p 1 MP EQ 12 12 MSG CANNOT TURN OFF 17 v Al m de ler o referido c digo macro o usu rio pode copiar esses co no C digo Macro e Adicionar juntando esses comandos copiados ao final do programa Inserir juntando estes comandos copiados acima ao comando Macro em edi o Macro Editor PHDEMO 1 gt UPDATE Macro Reference 7 Show Macro Reference Deas 5 Append EE insert Modify x Delete IDE Task List Macro List Macro Code No Project Name No Macro Name ADD 2 AllTask 3 append 4 ARG Test 5 DELRTST 6 Demol 7 TABLE 8 Dokuplan 024 9 FileTest 10 func key a imi o a Macro Command MOV Operandi PWDISABLE v Operand2 Index Command OPERAND_1 OPERAND_2 E MOY PWDISABLE PWKM 2 cs 3 MSG PRESS F1 1 4 INX VITEM 5 cs 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a B JMP EQ 16 10 CMP VITEM Pr 11 JMP EQ 12 12 MSG CANNOT TURN OFF 17 lt a mandos MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 8 Macro Editor PHDEMO 1 gt UPDATE R Macro Reference Task List Macro List Macro Code No ProjectName 4
21. DLY 800 Faz com que o alto falante da unidade Coletora de Dados emita um som que permanece por 0 5 segundo a 600 HZ e possui atraso de 0 8 segundo MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 3 CDV Sintaxe Operator Source Operand Destination Operand CDV OPERANDI OPERAND2 Descri o Verifique os dados do OPERANDI pelo m todo CDV Se houver combina o a sinaliza o configurada EQ se n o houver ent o configurada NE Tipo de Dados Operand OPERANDI vari vel num rica Exemplos Destination Line No Operator Source Operand aaa 1 INP 2 CDV 3 JMP EQ 5 4 JMP UC 1 5 6 7 Se voc quiser verificar a entrada de dados atual pode usar essas macros 4 3 4 CKD Sintaxe Operator Source Operand Destination Operand CKD OPERANDI Descri o Verifique seo OPERANDI est no formato de data Se o OPERANDI estiver no formato de data a sinaliza o configurada em EQ Se o OPERANDI n o estiver no formato de data a sinaliza o configurada em NE Tipo de Dados Operand OPERANDI cadeia de caracteres vari vel Exemplos No processo de verifica o definimos as macros de modo que rejeitem os dados MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 que n o estejam no formato de data MMDDAA Destination Line No Operator Sourc
22. Editor to create sequence of programs Procedures for your inventory needs or use the Free Task Editor to create simple commands for data collecting purpose Then use WinTaskGen s communication functions to download Tasks to the Data Collector unit In addition the Remote Settings provides a quick convenient means to configure your data collectors and the barcode settings The software supports different baud rates for up and downloading data The highest supported baud rate is 115200 bps When uploading data to a PC you can choose whether to delete data from the Data Collector unit or not Also you can add a variety of different separator symbols into the uploaded data 1 1 Features e Great ability to develop and extend Tasks under an open system frame e Supports Windows XP Vista and 7 e Supports real time device and barcode settings e Supports pop up dialogs for creating command Procedures and Macros e Supports numerical operations such as and compare operations e Supports Uploading data forms Downloading FreeTask and Task linking compiling 1 2 System Requirement e WinTaskGen requires a PC with the following specifications e Windows XP Service Pack 2 or above e Microsoft Internet Explorer 5 01 or later MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e Microsoft Framework 2 0 e Disk Space Requirements 280 MB x86 610 MB x64 1 3 Installation Follow the instructions
23. IPFTEST 14 loop as Msio 16 MUL Ru Position IR SHAW BAS b4 lt gt E u gt 2012 07 23 16 40 46 2 Insira o nome da tarefa e clique em New para criar uma nova Tarefa A tarefa pode ser nomeada a seu crit rio com at 8 caracteres A nova Tarefa aparece no Project Name nome do projeto MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 7 WinTaskGen Net Evaluation v5 0 8 4 WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A O Full Port Settings COM fefeliphe Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default Task Name ADD Open Z Save AS TSK mm Make TSL Debug Link amp Download New Rename Procedare Task Editor Index Project Name a Procedure Barcode Settings 1 ADD 2 Alltask Procedure Name ADD Type Procedure e 3 append Select Prompting ADD_TEST UDF jo v 4 ARG_Test 5 DELRTST lt p Append Modify X Delete Z Edit Procedure 6 Demo 7 TABLE Index Procedure Name Type UDF Select Prompt 8 Dokuplan 024 Procedure 0 JADD TEST 9 FileTest 10 func key ti func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position SHOW PNS 3 Ap s a Tarefa ser criada poss vel usar o Procedure Tas
24. No MacroName No Command Operand 1 Operand 2 PE cs 2 AllTask 2 mov 2 NO 3 append 3 MSG NO 1 4 ARG_Test 4 MSG NO 17 5 DELRTST 5 ADD 3 NO 6 Demol 6 INX x 7 TABLE 7 IMP UC 3 8 Dokuplan 024 8 END 9 FileTest 19 furs ey zj lt a a moc zj Macro V Show Macro Reference Command MOV x Edit variable n Operandi PWDISABLE v Operando pum lt P Append C Insert modify PK delete 9 E OPERAND 1 OPERAND 2 po PWDISABLE PRESS F1 1 VITEM VITEM 17 1000 8 cMP VITEM a 9 JMP EQ 16 10 CMP VITEM P Ho MP EQ 12 12 MSG CANNOT TURN OFF 17 Sd lt gt 3 2 2 Administrando Formul rios 1 Selecione a tela Edit Form editar formul rio em Edit Procedure consulte Editar Tarefas de Procedimentos no Editor da Macro Procedure Task Editor ADD gt ADD Procedare Task Editor Command MAC v Macro Name ADD Parameter ADD v HAK Z Edit Macro BEN EM em ADD No Command Parameter af LST MAC ADD 3 LOP lt gt 33 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 83 Macro Editor PHDEMO 1 gt UPDATE Macro Command MOV Operandi PWDISABLE Operanda Index Command al MOY 2 CLS 3 MSG 4 INX 5 cs 6 MSG z DLY 8 CMP 9 JMP 10 CMP 11 JMP 12 MSG Show Macro Reference sp Append JE insert modify x De
25. Operand 4 3 10 DLF Syntax Operator Source Operand Destination Operand DLF Description Delete user form files data Operand Data Type NONE Examples Clear all data and exit process Destination Line No Operator Source Operand eai 1 DLF 2 EXT 4 3 11 DLY Syntax Operator Source Operand Destination Operand DLY OPERANDI Description The delay period depends on the value of OPERANDI Operand Data Type OPERANDI numeric constant numeric variable range from 0 to 32767 32 767 seconds Examples We define the delay macro to allow the user time to read the data MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand perna 1 DLY 1000 4 3 12 END Syntax Operator Source Operand Destination Operand END Description End of macro command execution A process may have several END macros Operand Data Type NONE Examples TEMPVAR is defined as a numeric variable TEMPVAR will be divided by 100 if it is greater than 1000 but will be divided by 10 if not Destination Line No Operator Source Operand a 1 CMP TEMPVAR 1000 2 JMP GT 5 3 DIV 10 TEMPVAR 4 END 5 DIV 100 TEMPVAR 6 END 4 3 13 EXT Syntax Operator Source Operand Destination Operand EXT Description Exit data collection and go
26. Operand Se a Fonte Operand for uma cadeia de caracteres ela ser inclu da ao Destino Operand Tipo de Dados Operand e OPERANDI constante num rica vari vel num rica cadeia de caracteres constante cadeia de caracteres vari vel cadeia de caracteres de DATA cadeia de caracteres de TEMPO conte do de campo atual e OPERAND2 vari vel num rica cadeia de caracteres vari vel Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Oed 1 INP x 2 ADD TEMPVAR que adicionar dados ao TEMPVAR 2 Se TEMPVAR possuir a cadeia de caracteres Yourgroup logo Destination Line No Operator Source Operand Operand 1 ADD Co LTD TEMPVAR TEMPVAR se tornar Yourgroup Co LTD 4 3 2 BEP Sintaxe Operator Source Operand Destination Operand BEP OPERANDI OPERAND2 Descri o Direcione o alto falante do Coletor de Dados para emitir um som O OPERANDI controla a dura o eo OPERAND especifica o tom Tipo de Dados Operand e OPERANDI constante num rica vari vel num rico varia o de 100 0 1 segundo a 32767 32 767 segundos e OPERAND2 constante num rica vari vel num rica alcance de 100 a 3000 HZ Exemplos Line No Operator Source Operand Destination Op erand 1 BEP 500 600 2
27. Type UDF Select Prompt 8 Dokuplan 024 D Procedure 0 JADD TEST 9 FileTest 10 func key ti func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position SHNW PNS Procedure Name APPEND Type Procedure Select Prompting scan UDF 1 E Sp Append Modify X Delete f 9 am Edit Procedure Index Procedure Name Type UDF Select Pramptini APPEND Procedure to append modify delete or edit Procedures in the Task Please see Working with Procedure Tasks for more details 81 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 7 Creating a Free Task Free Tasks are useful for performing simple Tasks such as inputting and storing data 7 WinTaskGen Net Evaluation v5 0 8 4 bematech s O WinTaskGen Net Evaluation v5 0 8 4 BEMATECH SIA O Full Port Settings gt com Baudrate 115200 v Procedure Task Eaton Free Task eto Task Editor Remote Settings Language Default Re Task Name ADD E Open Save AS TSK um Make TSL Debug Link amp Download lt p New X Delete IE Rename Procedare Task Editor Index Project Name 4 Procedure Barcode Settings 1 ADD 2 AllTask Procedure Name ADD Type Procedur
28. Z caracteres alfab ticos em letra min scula a z caracteres ASCII completos caracteres ASCII imprim veis c digo ASCII 32 127 i0D IQ Ir C FrIO remover caractere de controle Os caracteres representados por como o s caractere s de verifica o nos c digos de barras ser o apagados quando os dados forem armazenados Os outros caracteres que n o foram mencionados acima n d a u c p ser o considerados s mbolos de formato 9 Selecione Append adicionar Modify modificar ou Delete apagar no Free Task Editor editor de tarefa livre 10 Na vers o 5 07 ou posterior WTG fornece a fun o de controle de circuito MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Full Port Settings COM comao Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language English 5 Task Name Demol E open z Save AS TSF Link amp Download lt p New X Delete Rename Index Project Name Field Name Qty Input Mode Keyin Only v pera Min Length 15 Max Length 64 Input Prompting Qty Data Check Editing Store Into Field Append 7 Modify JX Delete e a Mininum Maxinum Inp 64 Loc Keyin Scan 1 64 Iten Field Name Index ES v na tarefa livre O usu rio pode indicar o ponto ini
29. executados nos produtos do coletor de dados Um a Tarefa Livre TSF e o outro a Tarefa de Procedimento TSK Uma Tarefa Livre TSF uma simples Tarefa f cil de editar mas possui menos fun es A Tarefa de Procedimento TSK por outro lad fazer o uso de todas as fun es dos produtos do coletor de dados Uma Tarefa composta por unidades de Procedimento Um coletor de dad o pode os pode conter 1 Tarefa Livre ou 1 Tarefa de Procedimento com 4 ou 8 Procedimentos dependendo do modelo cada Procedimento pode conter diversos Macros Procedure 1 MAC 1 Procedure 2 MAC 2 Data Collector 2 Task t MAC N Procedure 8 or FreeTask tabela 1 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Cada procedimento tem seu pr prio formul rio poss vel usar a fun o UDF no Procedure Task Editor para indicar o formul rio para o Procedimento Outros formul rios podem somente ser pesquisados vide Tabela 2 Visto que a unidade do coletor de dados n o pode ter mais do que 4 ou 8 procedimentos dependendo do modelo o n mero m ximo de formul rios tamb m de4 ous Procedure 1 FORM 1 Procedure 2 FORM 2 Data Collector Task t Procedure 8 FORM 8 or FreeTask FreeTask FORM tabela 2 Todas as vari veis podem ser aplicadas a cada MAC do Procedimento Consulte a Tabela 3 MAC 1 Variable 1 MAC 2 Variable 2 2 MAC N Variabl
30. format hhmmss hh hour mm minute ss second Destination Line No Operator Source Operand P a P Operand 1 MOVE TIME TEMPVAR Times Stores time data in Examples the short format h 1 When TEMPVAR is a variable then a p ocedure could have hmm hh hour mm minute Destination Line No Operator Source Operand ne Operand 1 MOVE TIMES TEMPVAR Recordp MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Arecord pointer pointing at the current record of the selected FORM It could capture the current record number for other programming purposes Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand cea Operand 1 MOVE RECORDP TEMPVAR Recordl This moves the record pointer to the end of file Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand P P Operand 1 MOVE RECORDP TEMPVAR 4 5 Demo Program List There are several sample task TSK programs included for instruction These programs typically reside in C program files ZEBEX WinTaskGen Net v5 Demo directory The XXX des is the description of XXX tsk For example Loop des is the program descri Position tsk The task explains t Loop tsk The task explains t nput tsk he task explains t ppend tsk pdate tsk he task
31. formato MMDDYY MM m s DD data YY ano Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir Line No Operator Source Operand Destination Operand 1 MOVE DATA TEMPVAR que mover os dados da DATA para o TEMPVAR 4 4 3 DATAS Armazena dados de data no formato curto MMDD MM m s DD data Exemplos 1 Quando TEMPVAR for um vari vel o procedimento dever possuir MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand P p Operand 1 MOVE DATAS TEMPVAR que mover os dados da DATA para o TEMPVAR 4 4 4 HOR RIO Armazena os dados de hor rio no formato hhmmss hh hora mm minuto ss segundo Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir Destination Line No Operator Source Operand Sneak 1 MOVE HOR RIO TEMPVAR 4 4 5 HOR RIOS Armazena os dados de hor rio no formato curto hhmm hh hora mm minuto Exemplos 1 Quando TEMPVAR for um vari vel o procedimento dever possuir Destination Line No Operator Source Operand B P Operand 1 MOVE HOR RIOS TEMPVAR 4 4 6 RECORDP Indicador de registro que aponta para o selecionado Pode capturar o n mero atual de registros para outros fins do registro atual do formul rio programa Exemplos 1 Quando TEMPVAR for uma
32. item and its quantity and item and its quantity etc 2 8 Downloading Tasks The download function allows the users to download a Task file to a data collector unit To download Tasks you created to a data collector bematech 0 Full Port Settings 27 WinTaskGen Net Evaluation v5 0 8 4 WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A com ME v Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default x Task Name ano E Open Z Save AS TSK make TSL d Debug A Link amp Download lt p New x Delete It Rename Procedare Task Editor inder ProjeciName Procedure Barcode Settings 1 ADD 2 AlTask Procedure Name ADD Type Procedure x 3 append Select Prompting ADD_TEST upF jo ov 4 ARG Test a 5 DELRTST lt P Append modify X Delete amp Z Edit Procedure 6 Demol 7 TABLE Index Procedure Name Type UDF Select Prompt 8 Dokuplan 024 ADD Procedure 0 ADD_TEST 9 FileTest 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHOW POS j x z 2012 07 23 16 40 46 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 Select Procedure Task Editor or Free Task Editor from the Main Menu 2 Select the Task you wan
33. mencionadas neste guia ABematech S A n o outorga e tampouco ser respons vel por quaisquer garantias t citas incluindo por m sem limi Bematec ou ainda adquiren ta o garantias de que o produto serve para um prop sito especial Adicionalmente a h S A n o ser respons vel por quaisquer danos ou preju zos especiais ou incidentais por preju zos efetivos ou lucros cessantes em decorr ncia do uso de produto pelo te usu rio ou por terceiros bematech CERTIFICADO DE GARANTIA ATEN O Este certificado uma vantagem adicional oferecida ao consumidor pela BEMATECH S A Para que as condi es de garantia nele previstas tenham validade indispens vel a apresenta o da Nota Fiscal de venda ao Consumidor e ao cumprimento de todas as recomenda es expressas neste Guia de Refer ncia R pida cuja leitura recomendada Para informa es sobre as Assist ncias T cnicas Autorizadas ligue gratuitamente para a nossa Central de Relacionamento com o Cliente atrav s do telefone 0800 644 BEMA 2362 A Bematech S A garante este produto contra defeitos de materiale m o de obra em condi es normais de uso e manuten o pelo prazo de 3 meses garantia legal mais 9 meses de garantia adicional totalizando 12 meses ABEMATECH reparar o produto sem nenhum custo para o usu rio desde que este seja entregue em uma das assist ncias t cnicas da Rede de Assist ncia T cnica Bematech RAT c
34. set UI language i Used to manage or view Tasks or Main Editor ae p device information Used to manage Procedure or Free Sub Editor Tasks or device settings and to down load or save Tasks 2 Getting Started Read this section to learn how to start using WinTaskGen This section covers basic functions such as writing a simple Procedure and configuring device settings See later chapters for advanced functions 2 1 Starting WinTaskGen To start WinTaskGen 1 From Windows Start Menu Programs then select WinTaskGen 2 The WinTaskGen main screen appears on the desktop 2 2 Changing Language Procedure Task Editor Free Task Editor Remote Settings Language e Default is English In the Language folder of the WinTaskGen installed users can create their languages LNG files Japanese LNG for instance And then user can choose and change different language in the above Combo box About the format of the language file user can refer to the English LNG format MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 3 Connecting Data Collector To connect a data collector 1 Check Define comport long parameters checkbox on top if necessary Extra options appear as shown below when you check this option Define comport long parameters COM com Baudrate 115200 v Parity None v DataBits 8 v StopBits One v 2 Select the options from the dropdown menu When you define communica
35. torna o mesmo que o OPERANDI Tipo de Dados do Operand OPERANDI constante num rica vari vel num rica cadeia de caracteres constante cadeia de caracteres vari vel cadeia de caracteres de DATA cadeia de caracteres de TEMPO nome do campo do registro atual OPERAND constante num rica vari vel num rica cadeia de caracteres constante nome do campo vari vel do registro atual Exemplos Caso queira adicionar a data ao campo DATA F exiba na posi o 1 da tela Destination Line No Operator Source Operand Operi 1 MOV DATA DATE F 2 MSG DATA 1 3 4 3 20 MSG Sintaxe Operator Source Operand Destination Operand MSG OPERANDI OPERAND2 Descri o Exibe a mensagem no OPERAND1 no OPERAND 2 O caractere usado como novo caractere de controle da nova linha Tipo de Dados Operand e OPERANDI constante num rica cadeia de caracteres constante cadeia de caracteres vari vel e OPERAND2 constante num rica vari vel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel logo Destination Line No Operator Source Operand pe 1 MOV TEMPVAR 2 MSG 2 17 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Exibir a constante da cadeia de caracteres Gerador de Tarefas na posi o 1 da tela Destination Line No Operator Source Operand dan 1 MSG Gerador de 1 Tarefas 4
36. vari vel o procedimento dever possuir Destination Line No Operator Source Operand ca P 5 P Operand 1 MOVE RECORDP TEMPVAR 4 4 7 RECORDL Move o indicador de registro para o final do arquivo Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir Guia de Refer ncia R pida DC 2000 C digo 5010095680 Revis o 1 0 Novembro 2012 Primeira Edi o Copyright por Bematech S A Curitiba Paran Todos os direitos reservados Nenhuma parte deste documento pode ser copiada reproduzida adaptada ou traduzida sem o pr vio consentimento por escrito da Bematech S A exceto quando permitido sob as leis d direitos As inforn Bematec No entanto sempre que houver modifica es a Bematech S A far o poss vel para disponibiliza es atualizadas para os produtos descritos nesta publica o A edi o mais recente d duto ou informa es mais detalhadas sobre o funcionamento do produto n Manual do Usu rio e v deos informativos podem ser obtidos atrav s do site da Bematech n informa manual do pro Internet autorais h S A www bematech co na es contidas neste guia t m car ter puramente informativo est o sujeitas altera es sem aviso pr vio e n o devem ser interpretadas como um compromisso por parte d m br D w w DOO Para d vidas sobre desenvolvimento de softwares para o produto ligue Suporte aos desenvolvedores de sof
37. 000 8 CMP VITEM a B JMP EQ 16 10 CMP VITEM P 11 JMP EQ 12 12 MSG CANNOT TURN OFF 17 lt gt L MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 83 Macro Editor PWDEMO 1 gt UPDATE x Macro Reference Task List Macro List Macro Code No Project Name A No Macro Name No Command Operand 1 Operand 2 ro O cs 2 AllTask 2 MOV NO 3 append 3 MSG NO 1 4 ARG_Test 4 MSG No 17 Ss DELRTST 5 ADD 3 No 6 Demol 6 INX hal 7 TABLE 7 JMP uc 3 8 Dokuplan 024 8 END 9 FileTest 10 fine key z lt a a aja 2 Macro V Show Macro Reference Command Mov x TE Edit Form gf Edit variable Operandi PWDISABLE v Operand2 pukmi lt P Append E Insert modify PK Delete a G E Doman OPERAND_2 a 12 MSG CANNOT TURN OFF v7 lt gt 3 2 2 Managing Forms 1 Select Edit Form in the Edit Procedure screen see Editing Procedure Tasks or in the Macro Editor M Procedure Task Editor ADD gt ADD Procedare Task Editor Macro Command MAC Macro Name ADD adt E Index Macro Name ADD Parameter ADD ocon ow Geass Command Parameter EST MAC ADD 3 LOP 99 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 A Macro Editor PHDEMO 1 gt UPDATE K Macro Show Macro Referenc
38. 1 MOVE DATAS TEMPVAR que mover os dados da DATA para o TEMPVAR Hor rio Armazena os dados de hor rio no formato hhmmss hh hora mm minuto ss segundo Exemplos MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir N Linha Operador Operand Fonte Operand Destino 1 MOVE HOR RIOS TEMPVAR Hor rios Armazena os dados de hor rio no formato curto hhmm hh hora mm minuto Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir N Linha Operador Operand Fonte Operand Destino 1 MOVE HOR RIO TEMPVAR Recordp Indicador de registro que aponta para o atual registro do formul rio selecionado Pode capturar o n mero atual de registros para outros fins do programa Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir N Linha Operador Operand Fonte Operand Destino 1 MOVE RECORDP TEMPVAR Recordl Move o indicador de registro para o final do arquivo Exemplos 1 Quando TEMPVAR for um vari vel o procedimento dever possuir N Linha Operador Operand Fonte Operand Destino 1 MOVE RECORDL TEMPVAR Lista de Programas Demonstrativos no Anexo mostra a lista de programas demonstrativos que podem ser importados MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revi
39. 3 20 MUL Sintaxe Operator Source Operand Destination Operand MUL OPERANDI OPERAND2 Descri o Multiplica o OPERANDI pelo OPERAND2 e armazena o resultado no OPERAND2 Tipo de Dados Operand e OPERANDI constante num rica vari vel num rica e OPERAND vari vel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel num rica logo Line No Operator Source Operand Bee aan Operand 1 MUL 10 TEMPVAR multiplicar 10 pelo TEMPVAR e armazenar o resultado no TEMPVAR 4 3 21 NCR Sintaxe Operator Source Operand Destination Operand NCR Descri o Salva os dados atuais de registro e adiciona o indicador de registro para o pr ximo registro Tipo de Dados Operand Nenhum MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Exemplos Seo TEMP Ffor definido como um Campo do Formato logo Line No Operator Source Operand OE Ane Operand 1 MOV TESTE TEMP_F 2 NCR armazenar o numero de caracteres de TEST 4 no TEMP_F 4 3 22 PUT Sintaxe Operator Source Operand Destination Operand PUT OPERANDI OPERAND2 Descri o Coloca os dados do OPERAND no campo atual do registro atual O n mero do campo controlado no OPERANDI Tipo de Dados Operand e OPERANDI constante num rica nome do campo e OPERAND2 constante num rica vari vel num rica cadeia de caracteres constante cadeia de caracteres vari vel Exemplos
40. 80 2 6 1 Creating a New Task 2 7 Creating a Free Task 2 7 1 Creating a New Task 2 8 Downloading Tasks 2 9 Importing Tasks 2 10 Receiving Data 2 11 Barcode Settings 2 11 1 Remote Barcode Settings 3 Working with Procedure Tasks 3 1 Editing Procedure Tasks 3 1 1 Managing Macro 3 1 2 Managing Forms 3 1 3 Managing Variables __ 4 Appendix 4 1 Barcode Settings 4 1 1EAN 4 1 2 UPC 4 1 3 UPC 4 1 4 EAN UPC 4 1 5 Code39 4 1 6 Codabar 4 1 7 ITF25 80 2 Ea 3 _A_ WTH M_ 84 gt 87 88 88 90 SI 93 97 99 101 ST 01 101 101 102 IM WO O 104 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 1 8 Code93 104 4 1 9 Codel28 105 4 1 10 CPC25 05 4 1 11 Preamble amp Postamble gt 106 4 2 Procedure Commands ____l___ 197 424MAC YZ 4 2 2 LST e LOP gt 7 4 2 3 PF AAA 08 4 2 4 NCR 108 4 2 5 SBF 08 4 3 Macro Commands ______ _ _ 109 434ADD O 4 3 2 BEP gt TO 4 3 3 CDV 2 7 4 3 4 CKD AAA T2 4 3 5 CKT RW 4 3 6 CLL SSS 772 43 7 CLS 773 4 3 8 CMP AAA 773 4 3 9 DIV gt SY _ 14 4 3 10 DLE 5 4 3 11 DLY 715 4 3 12 END SSS 715 4 3 13 EXT 6 4 3 14 GET AN 116 4 3 15 GTO _ 117 4 3 16 INP 2_ 7 17 4 3 17 INX 118 4 3 18 JMP 19 4 3 19 LEN M 120 4 3 20 LF
41. A WINTASKGEN Revis o 1 5 2 3 Conectando o Coletor de Dados Para conectar o coletor de dados 1 Marque a op o Define comport long parameters na parte superior se necess rio Quando esta op o for marcada op es extras aparecer o como mostrado abaixo Define comport long parameters com comi v Baudrate 115200 v Parity None v DataBits 6 v StopBits one 2 Selecione as op es nos menus Quando os protocolos de comunica o forem definidos preciso estabelecer o mesmo valor no dispositivo e Op es COM Seleciona a porta COM onde o dispositivo est conectado e Op es de Baudrate 4800 9600 19200 38400 57600 115200 e Op es de paridade Even Igual Mark Marque None Nenhuma Odd mpar Space Espa o e Op es de DataBits 8 7 e Op es de StopBits None Nenhuma One Uma OnePointFive Um Ponto Cinco Two Duas 3 Depois de estabelecidos os par metros o dispositivo detectado automaticamente 2 4 Configurando o Dispositivo Para configurar o dispositivo 1 Selecione a aba Remote Settings no Menu Principal Clique em Device Settings para obter o status do dispositivo Procedure Task Editor Free Task Editor Remote Settings Language v E Device Settings IE Barcode Settings IES Receive Data Device Information Devce Information Device Name Z 2121 Beep Volume Loud v FAW Version E111 Device ID Auto Power Off 10 mins be Ram
42. AL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Oed 1 INP 2 CKD E 3 JMP EQ 5 4 JMP UC 1 4 3 5 CKT Syntax Operator Source Operand Destination Operand CKT OPERANDI Description Check if OPERANDI is in the time format or not If OPERANDI is in the time format the flag is set to EQ If OPERAND1 is not in the time format the flag is set to NE Operand Data Type OPERANDI string variable Examples In the verification process we define MACROs to reject data which is not in the hhmmss time format Destination Line No Operator Source Operand Opera 1 INP 2 CKT 3 JMP EQ 5 4 JMP UC 1 5 6 7 114 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 6 CLL Syntax Operator Source Operand Destination Operand CLL OPERANDI Description Clear one line of the LCD display Operand Data Type OPERANDI 1 2 3 4 5 6 Depends on number of lines on Data Collector unit screen Max may be 4 may be 6 etc Examples Clear line 1of the LCD display Line No Operator Source Operand Destination Operand 1 CLL 1 4 3 7 CLS Syntax Operator Source Operand Destination Operand CLS Description Clear LCD screen Examples Clear entire LCD display Destination Line No Operator Source Oper
43. ANDI constante num rica vari vel num rica OPERAND vari vel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel num rica e conte do for 20 logo Destination Line No Operator Source Operand CREA 1 SUB 10 TEMPVAR mudar o valor do TEMPVAR para 10 VAL Sintaxe Operator Source Operand Destination Operand VAL OPERANDI OPERAND2 Descri o Converte os dados controlados no OPERANDI ao tipo num rico e armazena os no OPERAND2 Tipo de Dados do Operand OPERANDI vari vel da cadeia de caracteres constante da cadeia de caracteres OPERAND2 vari vel num rica Exemplos MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 TEMPVAR definido como uma vari vel num rica logo Destination Line No Operator Source Operand ine p U P Operand 1 VAL 12345 TEMPVAR converter a cadeia de caracteres 12345 para o n mero 12345 e armazene no TEMPVAR 4 4 Vari veis do Sistema 4 4 1 Asterisco um registro de armazenamento tempor rio representando o conte do da entrada dos dados atuais ap s usar o macro INP e INX Pode ser do tipo num rico ou cadeia de caracteres Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir Line No Operator Source Operand Destroy Operand 1 INP 2 ADD TEMPVAR que adicionar dados ao TEMPVAR 4 4 2 DATA Armazena dados de data no
44. Alpha charactersA Z a z u upper case Alpha characters A Z Lower case Alpha character a z Cc Full ASCll characters p printable ASCII characters ASCII code 32 127 A Remove control character The characters represented by such as the check character s in the barcodes will be deleted when the data is stored Characters other than the symbols mentioned above n d a u c p will be regarded as format symbols 3 2 3 Managing Variables Variables can be used by Macro to store data temporarily 1 Select the Edit Variable button in the Macro Editor screen see Editing Procedure Tasks A Macro Editor PHDEMO 1 gt UPDATE x Macro Show Macro Reference Command MOV v Te Edit Form 4f Edit variable Operandi PWDISABLE be Operand2 pivi lt gt appena JE insert It Modify IX Delete e gt Index Command OPERAND_1 OPERAND 2 amp 1 Mov PWDISABLE PWKM as 3 MSG PRESS F1 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM pt 1 IMP EQ 12 12 MSG CANNOT TURN OFF 17 x lt gt 2 The Variable screen appears MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Yariable Editor PWDEMO 1 variable Name Dad Type Character v Variable length 32 Num Of Decimal Place o E Initial value Index Variable Name Type Length 3 Select the Variable settings
45. Edit Form button to edit Form The right side is Macro editor MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 Select Command to set the command type Command MAC EA Parameter MIS index lt gt e Select MAC to define a Macro batch with name MAC Name e Select LST or LOP to control process flow put LST at loop start point and put LOP into loop return point Return to Loop start point e Select IPF to read data from keypad scanner to the field you select Select SBF to save buffer to field you select e Select NCR to save current record data and increment record pointer to next record 4 Select Parameter to select the Macro to be used 5 Select Append Insert Modify or Delete to add insert modify or delete Tasks 6 Select the Macro Forms or Variables tab 7 Select Append Modify Delete or Edit to edit the Macro Forms or Variables Command E Parameter Fp vores pO rear ea roa Koes CE Index Command Parameter 2 MAC ENTRY 3 MAC SAVE 4 ja v MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 2 1 Managing Macro 1 Select the Macro tab in the Edit Procedure screen see Editing Procedure Tasks and select Edit Macro Procedure Task Editor ADD gt ADD Procedare Task Editor
46. KGEN Revis o 1 5 Line No Command Name 1 MAC IN CUST 2 LST 3 MAC CUST 4 SBF CUSTOMER 5 6 LOP Define IN CUST as follows Line No Operator Source Operand Destination Operand 1 INP CUSTVAR 2 END 4 3 Macro Commands 4 3 1 ADD Syntax Operator Source Operand Destination Operand ADD OPERANDI OPERAND2 Description Adds the source operand content to the destination operand and stores the resultin the destination operand If the source operand is a string it will be appended to the destination operand Operand Data Type OPERANDI numeric constant numeric variable string constant string variable DATE string TIME string current field content OPERAND2 numeric variable string variable Examples 1 When TEMPVAR is a variable then a procedure could have MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Oed 1 INP i 2 ADD TEMPVAR which will add input data to TEMPVAR 2 If TEMPVAR holds the string Yourgroup then Line No Operator Source Operand H Operand 1 ADD Co LTD TEMPVAR TEMPVAR se tornar Yourgroup Co LTD 4 3 2 BEP Syntax Operator Source Operand Destination Operand BEP OPERANDI OPERAND2 Description Drive the Data Collector speaker to make a sound OPERANDI holds the duration and OPERAND
47. No ProjectName No Macro Name No Command Operand 1 Operand 2 1 as 2 AllTask 2 Mov NO 3 append 3 MSG NO E 4 ARG Test 4 MSG NO 17 5 DELRTST 5 ADD 3 NO 6 Demol 6 INX E 7 TABLE 7 IMP uc 3 8 Dokuplan 024 8 END 9 FileTest 10 func key a o MB mile gt Macro 2 Command Mov x TE Edit Form gf Edit Variable Operandi PWDISABLE Operandz Sp Append insert C Modify X delete F Index Command OPERAND_1 OPERAND_2 a 1 MOV PWDISABLE PWKM 2 as 3 MSG PRESS F1 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM pe it IMP EQ 12 12 MSG CANNOT TURN OFF 17 v lt gt Besides reading the referred macro code user can Copy these commands in the Macro Code and Add appending these copied commands to the end of the program Insert appending these copied commands above the current editing Macro command Macro Editor PHDEMO 1 gt UPDATE fk Macro Reference Task List Macro List Macro Code No Project Name No Macro Name Lo 2 AllTask 3 append 4 ARG Test 5 DELRTST 6 Demol 7 TABLE 8 Dokuplan 024 9 FileTest 1 func key a i o a Macro 7 Show Macro Reference Command MOV Edit Form gf Edit Variable Operandi PWDISABLE Operand2 lt P Append ES insert modify X Delete 2 9 Index Command OPERAND_1 OPERAND 2 a E MOY PWDISABLE PWKM 2 as 13 MSG PRESS FI 1 4 INX VITEM 5 cs 6 MSG VITEM 17 7 DLY 1
48. Principal Subeditor MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Descri o Fun o Menu Principal Acessa todas as fun es no programa Configura es do dispositivo usadas para a conex o Configura es de Conex o Configura es de Idioma Usado para configurar o idioma Usado para gerenciar ou visualizar Editor Principal Tarefas ou informa es do disposi tivo Usado para gerenciar Procedimento cubeditor ou Tarefas Livres ou configura es do dispositivo e para fazer download ou salvar Tarefas 2 Iniciando Leia esta se o para aprender como usar o WinTaskGen Esta se o abrange fun es b sicas como escrever um simples Procedimento e configurar o dispositivo Consulte os cap tulos posteriores para fun es avan adas 2 1 Iniciando o WinTaskGen 1 No menu inicial do Windows clique em Programas e selecione WinTaskGen 2 A tela principal do WinTaskGen aparece na rea de trabalho gt 2 2 Alterando o Idioma Procedure Task Editor Free Task Editor Remote Settings Language he O idioma padr o ingl s Na pasta Idiomas do WinTaskGen instalado o usu rio pode criar seus arquivos de idioma LNG como Japones LNG por exemplo Em seguida o usu rio pode escolher e alterar o idioma no menu acima Sobre o formato do arquivo de idioma o usu rio pode consultar o formato English LNG MANUAL DO USU RIO DC 2000 PROGRAM
49. Size 2048K Power Up Scan ON v Size of Free Ram 2046K Main Battery Normal Date Format MM DD YYYY Back Battery Normal p Back Light ON v Use PC time to set device time 2011 08 26 10 06 15 EE Get Device Tie 57 Setoevce Time MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 Selecione as op es dos menus drop down em Device Settings e Estabele a as op es de volume do sinal sonoro Beep Volume Quiet Low Medium Loud e Estabele a as op es de desligamento autom tico Auto Power Off Desativado 10min 15min 20min 30min e Estabele a as op es de inicializa o de leitura Power Up Scan OFF ON e Estabele a op es de formato de data Date Format MM DD AA DD MM AA MM DD AAAA DD MM AAAA e Estabele a op es de luz traseira Back Light OFF ON e Follow PC Time Marque esta op o para obter a hora do PC ou ajustar a hora manualmente usando as setas superior e inferior e Get Device Time Obtenha a data e a hora atuais do dispositivo S Time Configure a data e a hora do dispositivo 2 5 Criando Tarefas et Device Antes de usar um produto do coletor de dados voc precisa de pelo menos uma Tarefa na unidade do coletor de dados Consulte a Tabela 1 A fun o do Task Editor Editor de Tarefas criar Tarefas para a unidade do coletor de dados Existem dois tipos de arquivos que podem ser
50. T C 121 4 3 21 MOV Ml 12 4 3 22 MSG Y _ _ 2 4 3 23 MUL Y ZAYY 13 4 3 24 NCR TYYYSSSSS _ 123 4 3 25 PUT 24 4 3 26 RCVT AAN a 124 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 27 RHT 4 3 28 RSV 4 3 29 SEK 4 3 30 SEL 4 3 31 SND 4 3 32 SRH 4 3 33 STR 4 3 34 SUB 4 3 35 VAL 4 4 System Variables 4 4 1 Asterisk 4 4 2 DATE 4 4 3 DATES 4 4 4 TIME 4 4 5 TIMES 4 4 6 RECORDP 4 4 7 RECORDL 4 5 Demo Program 124 124 125 125 126 126 127 127 128 129 129 129 129 129 130 130 130 131 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 Introduction WinTaskGen is a powerful software platform for supporting Data Collector series products Itis under an open system frame and provides great possibilities for extension and development The new 5 0 version has a redesigned user interface that makes WinTaskGen more user friendly If you have used WinTaskGen in the past you will immediately notice that the menu has been completely refactored and now features three distinct areas Procedure Task Editor Free Task Editor and Remote Settings By combining related Tasks into each of these panels using WinTaskGen becomes faster and more intuitive To create programs to exactly fit your work simply select the commands from the menu and link the Tasks to the databases you desire You can use the Procedure Task
51. T _________ __ 60 4 3 26 ROVE 60 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 27 RHT 4 3 28 RSV 4 3 29 SEK 4 3 30 SEL 4 3 31 SND 4 3 32 SRH 4 3 33 STR 4 3 34 SUB 4 3 35 VAL 4 4 Vari veis do Sistema 4 4 1 Asterisk 4 4 2 DATE 4 4 3 DATES 4 4 4 TIME 4 4 5 TIMES 4 4 6 RECORDP 4 4 7 RECORDL 4 5 Lista de Programa de Demonstra o 6 6 62 62 63 63 64 64 65 66 66 66 66 66 67 67 67 68 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 Apresenta o WinTaskGen uma plataforma de software potente para o suporte dos produtos da s rie Coletor de Dados que se baseia em uma estrutura de sistema aberto e oferece grandes possibilidades para a extens o e desenvolvimento A nova vers o 5 0 possui uma interface reprojetada que torna o uso do WinTaskGen mais f cil para o usu rio Caso voc j tenha usado o WinTaskGen antes perceber que o menu foi totalmente reformulado e agora apresenta tr s reas distintas Editor de Tarefas de Procedimento Editor de Tarefas Livres e Configura es Remotas Ao combinar Tarefas relacionadas nesses pain is o uso do WinTaskGen se torna mais r pido e intuitivo Para criar programas que sejam compat veis com o seu trabalho selecione os comandos no menu e vincule as Tarefas com os bancos de dados que voc deseja poss vel usar o Procedure Task Editor para criar a sequ ncia de programas Pr
52. Task for Not programmable only data fields inputs e Prompting Prepare the string displayed in the LCD e UDF Appoint the data form to the Procedure e Edit Procedure used to edit Procedure type Tasks e Barcode Tab Set barcode parameters MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 2 Editing Procedure Tasks You can add and manage Macros Forms and Variables in the Procedures Follow your own ideas to edit the Procedure Tasks 1 Select Edit Procedure to edit selected Procedure Procedure Task Editor Free Task Editor Remote Settings Task Name TABLE X save as TSK R Make TSL Link amp Download lt p New F open X Delete Rename ERRA Index Project Name Procedure Task Barcode Setting 1 SONG1 Cr Procedure sont Type Procedure de 3 ADD Select Prompting CHECK UDF 1 v Append modify X Delete 0 9 um Edit Procedure Index Procedure Name Type UDF 2 SRHDATA Procedure 1 SEARCH 3 SHOWDATA Procedure 1 CHECK 2 The Procedure Task screen appears as follows M Procedure Task Editor ADD gt ADD Procedare Task Editor Macro L Command MAC v Macro Name ADD parameter sso Ban pA e a Tg Edit Form Index Macro Name No Command Parameter 1 LST C 3 LOP la lv EN lv The left side is the Procedure Task Editor and
53. USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Line No Operator Source Operand Dest avo nam erand 1 SEL PERSONALIZADO 2 SEK 1 3 SRH 1 HOTWORD 2 3 30 STR Syntax Operator Source Operand Destination Operand STR OPERANDI OPERAND2 Description Convert the data held in OPERANDI to string type and store it in OPERAND2 Operand Data Type OPERANDI numeric constant numeric variable OPERAND2 string variable Examples TEMPVAR is defined as a String variable then Destination Line No Operator Source Operand ento 1 STR 12345 TEMP33 2 3 31 SUB Syntax Operator Source Operand Destination Operand SUB OPERANDI OPERAND2 Description Subtract OPERANDI from OPERAND2 and store the result in OPERAND2 Operand Data Type OPERANDI numeric constant numeric variable OPERAND numeric variable Examples If TEMPVAR is defined as a numeric variable and the content is 20 then MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Onerand 1 SUB 10 TEMPVAR will change TEMPVAR value to 10 VAL Syntax Operator Source Operand Destination Operand VAL OPERANDI OPERAND2 Description Convert the data held in OPERANDI to numeric type and store it in OPERAND2 Operand Data Type OPERANDI string constant string variable OPERAND2 numeric variable Examples
54. Y DD MM YYYY e Set back light options OFF ON e Follow PC Time Check this option to obtain time from your PC or adjust the time manually using the up and down arrow e Get Device Time Obtain device now date and time Set Device Time Set up device date and time 2 5 Creating Tasks Before using a data collector product you need at least one Task in the data collector unit See Table 1 The function of Task Editor is to create Tasks for your data collector unit There are two kinds of files that can be executed in data collector products One is Free Task TSF and the other is Procedure Task TSK A Free Task TSF is a simple Task It is easy to edit but has less functions A Procedure Task TSK on the other hand can make use of the full functions of data collector products A Task is made up of Procedure units A data collector can contain 1 Free Task or 1 Procedure Task with up to 4 or 8 Procedures depending on model each Procedure 1 MAC 1 Procedure 2 MAC 2 Data Collector 2 Task t MAC N Procedure 8 or FreeTask tabela MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Procedure can contain several Macros Each Procedure has its own custom form You can use the UDF function in Procedure Task Editor to appoint the form to the Procedure Other forms can only be searched see Table 2 Because the data collector unit can have no more Procedure 1 FORM 1 Procedure 2
55. a field variable Operand Data Type OPERANDI numeric variable string variable Field variable field name Examples If TEMPVAR is defined as a numeric variable then Line No Operator Source Operand Destination Op erand 1 INP TEMPVAR 2 CMP TEMPVAR 1000 3 JMP LT 5 4 5 If ITEM is defined as a field name then Line No Operator Source Operand Destination Op erand 1 INP ITEM 2 MSG ITEM 1 3 MSG ITEM 6 4 4 3 15 INX Syntax Operator Source Operand Destination Operand INX OPERANDI Description Get one character from the keypad and store in OPERAND1 The input data does not display on the LCD Operand Data Type MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 OPERANDI string variable numeric variable Examples If TEMPVAR is defined as a String variable then Destination Line No Operator Source Operand pera 1 MSG 1 5 2 49 15 TAX 2 INX TEMPVAR 3 CMP TEMPVAR ia 4 JMP EQ 30 5 Computar 15 IM POSTO 6 29 END 30 Computar 5 IM POSTO 31 4 3 16 JMP Syntax Operator Source Operand Destination Operand JMP OPERANDI OPERAND2 Description Jumping to OPERAND2 depends on the flag setting from the previous compare Operand Data Type OPERANDI EQ NE GT LT and UC unconditional jump OPERAND2 Line number of macr
56. a o n mero do campo Esta macro apoia a pesquisa sequencial do arquivo Se os dados controlados no OPERAND s o encontrados no arquivo a sinaliza o de compara o configurada como EQ Caso n o seja configurada como NE Tipo de Dados Operand OPERAND2 constante num rica vari vel num rica OPERANDI vari vel da cadeia de caracteres constante da cadeia de caracteres Exemplos Pesquise pela cadeia de caracteres HOTWORD no n mero 1 do registro no arquivo do campo PERSONALIZADO n 1 Line No Operator Source Operand Destro ndo erand 1 SEL PERSONALIZADO 2 SEK 1 3 SRH 1 HOTWORD 2 3 30 STR Sintaxe Operator Source Operand Destination Operand STR OPERANDI OPERAND2 Descri o Converte os dados controlados no OPERANDI ao tipo de cadeia de caracteres e armazena os no OPERAND2 Tipo de Dados Operand OPERANDI constante num rica vari vel num rica MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 OPERAND2 cadeia de caracteres vari vel Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracteres logo Destination Line No Operator Source Operand Onecare 1 STR 12345 TEMP33 2 3 31SUB Sintaxe Operator Source Operand Destination Operand SUB OPERANDI OPERAND2 Descri o Subtrai OPERAND1 do OPERAND2 e armazena o resultado no OPERAND2 Tipo de Dados do Operand OPER
57. a o usu rio desde que este seja entregue em uma das assist ncias t cnicas da Rede de Assist ncia T cnica Bematech RAT com custo de transporte sob responsabilidade de usu rio de acordo com os termos desta garantia acompanhado da respectiva nota fiscal emitida no Brasil O reparo a crit rio da Bematech poder incluir a substitui o de pe as ou placas por novas ou recondicionadas equivalentes Este produto e as pe as restitu das ser o garantidos pelo restante do prazo original Todas as pe as substitu das s o de propriedade da Bematech Caso o consumidor deseje que o atendimento seja realizado em sua empresa dever entrar em contato com a RAT mais pr xima e consult lo sobre a taxa de visita Para a identifica o da RAT mais pr xima e habilitada ligar para a nossa Central de Relacionamento com o Cliente 0800 644 BEMA 2362 EEE de S rie Data da Compra N mero da N F mes MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Table of Contents Important Notice 1 Introduction 1 1 Features 12 System Requirement th 1 3 Installation 1 4 Overview 2 Getting Started 2 2 Changing Language 2 3 Connecting Data Collector 2 4 Setting up the Device 2 5 Creating Tasks 2 6 Creating a Procedure Task 73 73 75 76 21 Starting WinTaskGen E ww EB 76 77 77 78
58. able full code39 mode 4 1 8 C digo 128 E code 128 Code128 Enable Code 128 String Format DO CODE128TEST C Send Check Digit FNC2 Enable C Check Digit Verification Enable e Code128 Enable Enable or disable reading Code128 code e Send Check Digit To enable or disable sending the check digit string e FNO Enable To enable FNC2 mode e Check Digit Verification Enable To select CDV mode MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 1 9 CPC25 CPC 25 Enable CPC 25 String Format 00012345678905 Send Check Digit C Check Digit Verification Enable Min Length 10 v Max Length 20 vi e CPC25 Enable Enable or disable reading CPC25 code e Send Check Digit To enable or disable sending the check digit string e Check Digit Verification Enable To select CDV mode e Max Min Length The value in the range 2 64 4 1 10 Sincronizador Inicial e Final E Preamble amp Postamble Preamble E Postamble e Preamble Prefix e Postamble Suffix e Select Set Preamble amp Postamble to set device parameter MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 2 Procedure Commands 4 2 1 MAC Syntax Command Name MAC MAC_ Name Description Define a Macro batch with name MAC_Name Examples Define the macro name as MENU Its function is for a display menu Line N
59. and Rn 1 CLS MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 8 CMP Syntax Operator Source Operand Destination Operand CMP OPERANDI OPERAND2 Description Compare OPERANDI with OPERAND2 and set the flag if OPERAND1 is equal to OPERAND the flag is set to EQ if OPERANDI is not equal to OPERAND2 the flag is set to NE if OPERAND1 is greater than OPERAND2 the flag is set to GT if OPERANDI is less than OPERAND2 the flag is set to LT The operand contents are not changed Operand Data Type OPERANDI numeric constant numeric variable string constant string variable DATE string TIME string OPERAND2 numeric constant numeric variable string constant string variable Examples In the verification process we define these macros to re enter data if O is entered Destination Line No Operator Source Operand asia 1 INP 2 CMP 0 3 JMP NE 5 4 JMP UC 1 5 4 3 9 DIV Syntax Operator Source Operand Destination Operand DIV OPERANDI OPERAND2 Description Divide OPERAND2 by OPERANDI and store the result in OPERAND2 Operand Data Type OPERANDI MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 numeric constant numeric variable OPERAND2 numeric variable Examples When TEMPVAR is defined as a numeric variable then Destination Operand 1 DIV 10 TEMPVAR Line No Operator Source
60. armazena o resultado em OPERAND2 Tipo de Dados Operand OPERANDI constante num rica vari vel num rica OPERAND2 variavel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel num rica logo Line No Operator Source Operand RC Operand 1 DIV 10 TEMPVAR 4 3 10 DLF Sintaxe Operator Source Operand Destination Operand DLF Descri o Apaga os dados do formul rio arquivos do usu rio Tipo de Dados Operand NENHUM Exemplos Limpe todos os dados e processos de sa da Line No Operator Source Operand Destination Op erand 1 DLF 2 EXT 4 3 11 DLY Sintaxe Operator Source Operand Destination Operand DLY OPERANDI Descri o O per odo de atraso depende do valor do OPERANDI Tipo de Dados do Operand MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 OPERANDI constante num rica vari vel num rica varia o de 0 a 32767 32 767 segundos Exemplos Definimos a macro de atraso para permitir que o usu rio tenha tempo para analisar os dados Destination Line No Operator Source Operand i P P Operand 1 DLY 1000 4 3 12 END Sintaxe Operator Source Operand Destination Operand END Descri o Final da execu o do comando macro Um processo pode possuir diversas macros finais Tipo de Dados Operand NENHUM Exemplos O TEMPVAR definido como u
61. ate to check for any critical updates to the NET Framework 4 Continue to follow the on screen instructions and click Next to continue installation 5 Click Close when the installation is done Main Menu Connection Set Language Settings tings bematech Gg a 2 e aluatio 0 8 4 e BEMA A Full Port Settings com EEE v Baudrate 115200 Procedure Task Editor Free Task Editor Remote Settings Language Default e Task Name ADD E Open Z Save AS TSK us Make TSL Debug Link amp Download New K Delete It Rename Index Project Name LADD AllTask append ARG_Test DELRTST Demol TABLE Dokuplan 024 FileTest func_key func YN input IPFTEST Procedare Task Editor Procedure Barcode Settings Procedure Name ADD Type Procedure b Select Prompting ADD_TEST o uo lo w e Append J Modify TES Delete amp amp Z Edit Procedure Index Procedure Name Type UDF Select Prompt Procedure 0 loop Msio MUL Position SHAW DNS Q 2012 07 23 16 40 46 Main Editor Sub Editor MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 4 Overview Refer to the following illustrations to familiarize yourself with the user interface Description Function l Used to access all the functions in the Main Menu program Connection Settings Device settings used for connection Language Settings Used to
62. below to install WinTaskGen on your computer 1 Find and click the Setup file on your computer to begin installation ig WinTaskGen Net v5 Welcome to the WinTaskGen Net v5 Setup Wizard amp ke The installer will guide you through the steps required to install WinT askGen Net v5 on your computer WARNING This computer program is protected by copyright law and intemational treaties Unauthorized duplication or distribution of this program ar any portion of it may result in severe civil or criminal penalties and will be prosecuted to the maximum extent possible under the law Cancel 2 Follow the on screen instructions and click Next when prompted to continue installation ig WinTaskGen Net v5 Select Installation Folder The installer will install WinT askGen Net v5 to the following folder To install in this folder click Next To install to a different folder enter it below or click Browse Folder C Program FilesXZEBEX Win TaskGen Net v5 Browse Disk Cost Install WinT askGen Net v5 for yourself or for anyone who uses this computer Everyone Just me Cancel MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 Click Browse to select the location your want to install the program in and click Next ig WinTaskGen Net v5 Installation Complete WinT askGen Net v5 has been successfully installed Click Close to exit Please use Windows Upd
63. bematech Manual do User s Usu rio Manual Programa WinTaksGen WinTaksGen Program E 9 3 CLR MR A Fa Ba pm Ou 5 PM Fo DC 2000 Guia de Refer ncia R pida DC 2000 C digo 5010095680 Revis o 1 0 Novembro 2012 Primeira Edi o Copyright por Bematech S A Curitiba Paran Todos os direitos reservados Nenhuma parte deste documento pode ser copiada reproduzida adaptada ou traduzida sem o pr vio consentimento por escrito da Bematech S A exceto quando permitido sob as leis d direitos As inforn Bematec No entanto sempre que houver modifica es a Bematech S A far o poss vel para disponibiliza es atualizadas para os produtos descritos nesta publica o A edi o mais recente d duto ou informa es mais detalhadas sobre o funcionamento do produto n Manual do Usu rio e v deos informativos podem ser obtidos atrav s do site da Bematech n informa manual do pro Internet autorais h S A www bematech co na es contidas neste guia t m car ter puramente informativo est o sujeitas altera es sem aviso pr vio e n o devem ser interpretadas como um compromisso por parte d m br D w w DOO Para d vidas sobre desenvolvimento de softwares para o produto ligue Suporte aos desenvolvedores de softwares 0800 644 7277 Sem prej b Modi desacord Uso do p possa cri e qualqu aplica o indevida u zo de ou
64. ca o podem ser marcas is de suas respectivas empresas e aqui reconhecidos tiasdo produto s o apenas aquelas expressamente mencionadas neste guia ABematech S A n o outorga e tampouco ser respons vel por quaisquer garantias t citas incluindo por m sem limi Bematec ou ainda adquiren ta o garantias de que o produto serve para um prop sito especial Adicionalmente a h S A n o ser respons vel por quaisquer danos ou preju zos especiais ou incidentais por preju zos efetivos ou lucros cessantes em decorr ncia do uso de produto pelo te usu rio ou por terceiros bematech CERTIFICADO DE GARANTIA ATEN O Este certificado uma vantagem adicional oferecida ao consumidor pela BEMATECH S A Para que as condi es de garantia nele previstas tenham validade indispens vel a apresenta o da Nota Fiscal de venda ao Consumidor e ao cumprimento de todas as recomenda es expressas neste Guia de Refer ncia R pida cuja leitura recomendada Para informa es sobre as Assist ncias T cnicas Autorizadas ligue gratuitamente para a nossa Central de Relacionamento com o Cliente atrav s do telefone 0800 644 BEMA 2362 A Bematech S A garante este produto contra defeitos de materiale m o de obra em condi es normais de uso e manuten o pelo prazo de 3 meses garantia legal mais 9 meses de garantia adicional totalizando 12 meses ABEMATECH reparar o produto sem nenhum custo par
65. cation Enable estabelece se habilita o modo CDV Disable Full Code39 estabelece se desabilita o modo completo do c digo 39 ITPR Transmit A Character estabelece se inicia o modo de transfer ncia ITPR ITPR Conversion estabelece se habilita o modo de transfer ncia ITPR Concatenation enable estabelece se habilita a bandeira de Concatena o 1 5 C digo de Barras E codabar Codabar Enable Codabar String Format D 99 9901238C Send Start Stop Character C Send Check Digit C Check Digit Verification Enable ST SP ABCD TN E i Codabar Enable habilita ou desabilita o c digo do C digo de Barras Send Start Stop Char estabelece se envia o caractere Send Check Digit estabelece se deve enviar o d gito de verifica o Check Digit Verification Enable estabelece se habilita o modo CDV ST SP selecione o caractere de in cio interrup o do c digo de barras LABCD TN E iiabcd abcd iii abcd tn e iv DC1 DC2 DC1 DC2 ou DC3 DC4 DC3 DC4 v ABCD ABCD MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 1 6 ITF25 D ivF25 ITF25 Enable ITF 25 String Format 00012345678905 Send Check Digit C Check Digit Verification Enable Min Length 4 v Min Length 30 bo e TF25 Enable habilita ou desabilita o c digo de leitura ITF25 e Send Check Digit habilita ou desabilita o envio da cadeia de caracteres do d gito de verifica o e Check Digit V
66. cial do loop para a coleta de dados Conforme o exemplo abaixo o usu rio indica o in cio do circuito no Item Em seguida a tarefa livre coletar os dados primeiro depois oiteme os dados da quantidade depois o item e sua quantidade o item e sua quantidade etc Observa o se o ponto de in cio do circuito n o for indicado a tarefa livre usar o primeiro campo como ponto de in cio como padr o 2 8 Download de Tarefas A fun o download permite que os usu rios baixem um arquivo de Tarefas para uma unidade coletora de dados Para baixar Tarefas criadas para um coletor de dados 1 Connecting Data Collector para mais detalhes 2 Selecione Procedure Task Editor ou Free Task Editor no Menu Principal 3 Selecione as Tarefas que deseja baixar em Project Name MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 25 WinTaskGen Net Evaluation v5 0 8 4 bematech C WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A Full Port Settings com BEBER Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default he Task Name ADD E Open Z Save as TSK Make TSL d Debug Ja Link amp Download lt p New x Delete O Rename Procedare Task Editor Index Project Name A Procedure Bar
67. code Settings 1 ADD m 2 AllTask Procedure Name ADD Type Procedure v 3 append Select Prompting ADD TEST UDF o v 4 ARG Test 5 DELRTST ap Append E modify X Delete P Z Edit Procedure 6 Demol 7 TABLE Index Procedure Name UDF ompt 8 Dokuplan 024 ul 9 FileTest 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHAW PNS S gt gi I gt 9 2012 07 23 16 40 46 4 Clique em Link amp Download 5 Selecione Yes quando a mensagem do sistema aparecer para iniciar o download 2 9 Importando Tarefas poss vel importar Tarefas existentes para o WinTaskGen Para importar Tarefas 1 Selecione Procedure Task Editor ou Free Task Editor do Menu Principal 23 WinTaskGen Net Evaluation v5 0 8 4 WinTaskGen Net Evaluation v5 0 8 4 e BEMATECH S A Full Port Settings com EER Baudrate 115200 l Procedure Task Editor Free Task Editor Remote Settings Language Default he Task Name ADD Ec Z Save AS TSK A Make TSL Debug Link amp Download ap New K Delete Je Rename Procedare Task Editor Index Project Name Procedure Barcode Settings 1 ADD a 2 AllTask Procedure Name ADD Type Procedure 3 append Select Prompting ADD_TEST
68. de dois bytes para separar os campos iii Delimitadores de registro poss vel estabelecer um caractere de dois bytes para separar os registros MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 11 Configura es de C digo de Barras 2 11 1 Configura es Remotas de C digo de Barras Aprenda como customizar as configura es de c digo de barras para a sua unidade coletora de dados nesta se o Para estabelecer as configura es de c digo de barras para a unidade 1 Consulte Conectando o Coletor de Dados para mais detalhes 2 Selecione Remote Settings configura es remotas no Menu Principal 3 Selecione Barcode Settings configura es de c digo de barras para obter o par metro do c digo de barras Procedure Task Editor Free Task Editor Remote Settings Barcode Items 2 UPC V EAN13 Enable V EANS Enable 3 EAN UPC EAN13 String Format EANS String Format 4 Code 39 5 Codabar 12345 12345 us Code 93 La 10085 18327 4026 7654 8 Code 128 9 CPC 25 Send EAN 13 Check digit v Send EAN 8 Check digit 10 Preamble amp Postamble EAN Add On 5 Digits x 4 Selecione o c digo de barras que deseja configurar nos Barcode Items 5 Verifique e modifique as op es para o
69. dor EQ igual NE n o igual GT maior que LT menor que e UC incondicional Selecione LEN para armazenar a dura o Selecione LFT para recuperar os caracteres da esquerda com dura o n Selecione MOV para copiar um valor e mover para outro Selecione MSG para exibir a mensagem Selecione MUL para multiplicar e Selecio indicad e Selecio e Selecio e Selecio e Selecio e Selecio MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 ne NCR para salvar os dados de registro atuais e aumentar o or de registro para o pr ximo registro ne PUT para inserir dados em um arquivo ne RCV para receber uma cadeia de caracteres de uma porta serial ne RHT para recuperar os caracteres da direita com dura o n ne RSV para reservar para um comando MACRO futuro ne SEK para deixar o indicador de registro atual apontar para o n mero do registro do arquivo selecionado e Selecio e Selecio e Selecio e Selecio e Selecio e Selecio ne SEL para selecionar um arquivo espec fico ne SND para enviar conte dos espec ficos ne SRH para procurar o arquivo de dados selecionado ne STR para converter dados para uma cadeia de caracteres ne SUB para subtrair ne VAL para converter os dados para tipo num rico 4 Selecione Operand e Operand2 para o Operand fonte e ou destino 5 Sel
70. e Command MOV v rie Edit Form fl gf Edit Variable Operandi PWDISABLE k Operand2 Append IES Insert It Modify x Delete IDE Index Command OPERAND_1 OPERAND_2 S al MOY PWDISABLE PWKM 2 cs 3 MSG PRESS F1 1 4 INX VITEM 5 cs 6 MSG VITEM 17 z DLY 1000 8 CMP VITEM a 9 JMP EQ 16 10 CMP VITEM Ed 11 JMP EQ 12 12 MSG CANNOT TURN OFF 17 M lt gt 43 Data Structure Editor scant Field Name Input Mode Keyin Only Minlength O Maxlengh 64 Load Table Clear Table Input Prompting Table String Store Into Field lt P Append J Insert E Modify JK Delete Data Check Editing lt p Append Q X Index FieldName InputMode Mininum Index Table String 3 Enter the Field Name 4 Select input or scan or both for your Input Mode 5 Select the Max Length and Min Length 6 Enter the texts to be displayed in Input Prompting 7 Enter Data check Editing to prompt how many kinds of character you can use and what they are For example if the data you are going to input in a certain field contains 4 alphabetical characters of which the first one is an upper case character and the others lower case ones you input ulll Please see the following table for symbols you can use MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Editing Meaning n number 0 9and d number0 9 a all
71. e M tabela 3 Agora n s mostraremos o passo a passo de como criar uma Tarefa Para trabalhar com Tarefas demos e Tarefas Livres consulte o diret rio Demo no CD MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 do WinTaskGen ou entre em contato com seu fornecedor 2 6Criando uma Tarefa de Procedimento Tarefas de Procedimento s o teis para realizar Tarefas repetidas ou compartilhadas como c lculos textos manipula es de controle e opera es de bancos de dados usados frequentemente 2 6 1 Criando uma Nova Tarefa 1 Selecione Procedure Task Editor no Menu Principal 47 WinTaskGen Net Evaluation v5 0 8 4 bematech WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A Full Port Settings com BEBER v gaudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default Mi Task Name ADD IE open z Save AS TSK IE Make TSL am Debug Link amp Download op New X Delete Rename Procedare Task Editor index Project Name Procedure Barcode Settings _ 2 AllTask Procedure Name apo Type Procedure 3 append Select Prompting ADD TEST UDF 0 v 4 ARG Test 5 DELRTST Append A Modify x Delete amp Z Edit Procedure 6 Demot 7 TABLE Index Procedure Name Type UDF Select Prompt lg Dokuplan 024 Procedure 0 ADD TEST 9 FileTest 10 func key 11 func YN 12 input 13
72. e Operand OE 1 MOV TEMPVAR T 2 MSG T Display string constant Task Generator at LCD position 1 Line No Operator Source Operand a Operand 1 MSG Gerador de 1 Tarefas MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 20 MUL Syntax Operator Source Operand Destination Operand MUL OPERANDI OPERAND2 Description Multiply OPERANDI by OPERAND2 and store result in OPERAND2 Operand Data Type OPERANDI numeric constant numeric variable OPERAND2 numeric variable Examples TEMPVAR is defined as numeric variable then Destination Line No Operator Source Operand a 1 MUL 10 TEMPVAR will multiply 10 by TEMPVAR and store result in TEMPVAR 4 3 21 NCR Syntax Operator Source Operand Destination Operand NCR Description Save current record data and increment record pointer to next record Operand Data Type None Examples If TEMP Fis defined as a Form Field then Destination Line No Operator Source Operand Ore 1 MOV TESTE TEMP_F 2 NCR will store the number of characters of TEST 4 in TEMP_F MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 22 PUT Syntax Operator Source Operand Destination Operand PUT OPERANDI OPERAND2 Description Put OPERAND2 s data to the current field of the current record The field
73. e Operand eo 1 INP 2 CKD 3 JMP EQ 5 4 JMP UC 1 4 3 5 CKT Sintaxe Operator Source Operand Destination Operand CKT OPERANDI Descri o Verifique seo OPERANDI est no formato de hor rio Se o OPERANDI estiver no formato de hor rio a sinaliza o configurada em EQ Se o OPERANDI estiver no formato de hor rio a sinaliza o configurada em NE Tipo de Dados Operand OPERANDI cadeia de caracteres vari vel Exemplos No processo de verifica o definimos as macros de modo que rejeitem dados que n o estejam no formato de hora hhmmss Destination Line No Operator Source Operand sto 1 INP ii 2 CKT 3 JMP EQ 5 4 JMP UC 1 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 5 6 4 3 6 CLL Sintaxe Operator Source Operand Destination Operand CLL OPERANDI Descri o Limpa uma linha da tela de exibi o Tipo de Dados Operand OPERANDI 1 2 3 4 5 6 Depende do n mero de linhas na tela da Unidade Coletora de Dados O m ximo pode ser 4 6 etc Exemplos Limpe a linha 1da tela de exibi o Line No Operator Source Operand Destination Operand 1 CLL 1 4 3 7 CLS Sintaxe Operator Source Operand Destination Operand CLS Descri o Limpa a tela Exemplos Limpe a tela inteira 49 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN
74. e v 3 append Select Prompting ADD TEST UDF 4 ARG_Test 5 DELRTST lt p Append Modify X Delete P A Edit Procedure 6 Demo 7 TABLE Index Procedure Name Type UDF Select Prompt 8 Dokuplan 024 Procedure 0 ADD TEST 9 FileTest 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHOW BAS si lt gt a i gt Q 2012 07 23 16 40 46 2 7 1 Creating a New Task 1 Select the Free Task Editor tab on the Main Menu 2 Enter the Task Name and click New to create a new Task Field Name can 82 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Full Port Settings COM comso Baudrate 115200 v o oo gt n F Procedure Task Editor Free Task Editor Remote Settings Language English E Task Name Demol E Open z Save AS TSF Link amp Download lt p New X Delete Rename Index Project Name Field Name Qty Input Mode Keyin Only a a FR DEMO Min Length 1 Max Length 64 3 Input Prompting Qty Data Check Editing Store Into Field E Append 7 Modify JK Delete e 9 Index Field Name Input Mode Mininum Maxinum Inp Loc Keyin Scan 1 64 Loc Item Keyin Scan 1 64 Iten iv be named anything you prefer up to 8 characters The new Task appears in the Project Name 3 Enter the Field Name 4 S
75. ecione Append ou Insert para adicionar a Macro Voc tamb m pode selecionar Modify ou Delete para modificar ou apagar Macros existentes 6 Selecione Show Macro Reference mostrar refer ncias macro para consultar o utro programa Macro A Macro Editor PHDEMO 1 gt UPDATE K Macro LI Show Macro Reference Command Mov O y Edit Variable Operandi PWDISABLE v Operand2 E Append E Insert Q Modify x Delete Hell 3 Index Command OPERAND_1 OPERAND 2 E 1 MOV PWDISABLE PWKM 2 cs 3 MSG PRESS F1 1 4 INX VITEM 5 cis 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM pr 1 IMP EQ 12 12 MSG CANNOT TURN OFF 17 lt gt Ap s selecionar Show Macro Reference a aba Refer ncia Macro exibir a Lista de Tarefas a Lista de Macros e o C digo de Macros Portanto o usu rio poder consultar a de Macros Macro em qualquer tarefa ao indica lo na Lista de Tarefas e na Lista MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 9 Macro Editor PWDEMO 1 gt UPDATE x Macro Reference Task List Macro List Macro Code No ProjectName No Macro Name No Command Operand 1 Operand 2 FO 1 as 2 AllTask 2 Mov NO 3 append 3 MSG no 1 4 ARG Test 4 MSG NO 17 5 DELRTST 5 ADD 3 NO 6 Demol 6 INX 7 TABLE 7 IMP uc 3 8 Dokuplan 024 8 END 9 FileTest 10 func key a dm o ja szja gt Macro 2 Show
76. eck digit 10 Preamble amp Postamble EAN Add On 5 Digits 2 Select Barcode Settings to obtain the barcode parameter 3 Select the barcode you want to setup in the Barcode Items 4 Check and change the options to appropriate values 6 Settings are communicated to the Data Collector unit immediately 2 11 2 Procedure Barcode Settings Learn how to customize barcode settings for your Procedure Tasks in this section To setup the barcode settings for your Procedure Tasks 1 Select the Procedure Task Editor tab on the Main Menu 2 Select the Task Barcode Setting tab to enter barcode settings MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Procedure Task Editor Free Task Editor Remote Settings N Save as Tsk K Make TSL 4 Link amp Download lt P New JE open X Delete T Rename F Procedare Task Editor Index Project Name Task Name stock 2 Tasko001 EAN UPC EAN UPC Code39 Codabar ITF25 Code93 3 Taskooo2 Code128 CPC25 Pre Postamble V Code128 Enable Code 128 String Format CODE128TEST Send Check Digit FNC2 Enable s O Check Digit Verification Enable 3 Select the Task for the barcode settings in Project Name 4 Select the barcodes you want to setup by selecting t
77. eitura CPC25 e Send Check Digit habilita ou desabilita o envio da cadeia de caracteres do d gito de verifica o e Check Digit Verification Enable para habilitar o modo CDV e Max Min Length o valor varia entre 2 e 64 4 1 10 Sincronizador Inicial e Final E Preamble amp Postamble Preamble Postamble I e Preamble Prefixo e Postamble Sufixo e Selecione Set Preamble amp Postamble para estabelecer o par metro do dispositivo MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN 4 2 Comandos de Procedimentos Revis o 1 5 4 2 1 MAC Sintaxe Comando Nome MAC MAC_ Name Descri o Defina um grupo MAC com o nome MAC Name Exemplos Defina o nome do macro como MENU Sua fun o apresentar um menu de exibi o N Linha Comando Nome 1 MAC MENU 2 3 4 LOP 4 2 2 LST e LOP Sintaxe Comando Nome LST LOP Descri o Para controlar o fluxo do processo coloque LST no ponto de partida do circuito e LOP no ponto de retorno do circuito o retorno ao pon Exemplos Leia o nome do cliente do teclado e salve no campo de dados como CLIENTE to de partida circuito N Linha Operador Operand Fonte 1 MAC MENU 2 LST 3 IPF CLIENTE 4 5 NRC 6 LOP MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 44
78. el da cadeia de caracteres vari vel num rica Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracteres ent o Destination Line No Operator Source Operand Operand 1 MSG 1 5 2 49 15 TAX 2 INX TEMPVAR 3 CMP TEMPVAR IF 4 JMP EQ 30 5 Computar 15 IM POSTO 6 29 END 30 Computar 5 IM POSTO 31 4 3 16 JMP Sintaxe Operator Source Operand Destination Operand 55 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 JMP OPERANDI OPERAND2 Descri o Pular para OPERAND2 depende das configura es de sinaliza o da compara o anterior Tipo de Dados Operand e OPERANDI EQ NE GT LT e UC salto incondicional e OPERAND2 N mero da linha do comando de macro constante Exemplos Quando o TEMPVAR for definido como uma vari vel num rica ent o Destination Line No Operator Source Operand ine p E P Operand 1 CMP TEMPVAR 10 2 JMP GT 15 3 15 JMP UC 25 19 25 30 END comparar TEMPVAR com 10 caso o TEMPVAR seja maior que 10 executar a macro na linha n mero 15 fazer um salto incondicional at o n mero 25 se n o executar macros das linhas de n mero 3 a 14 4 3 17 LEN Sintaxe Operator Source Operand Destination Operand LEN OPERANDI OPERAND2 Descri o Armazena o comprimento do OPERANDI no OPERAND2
79. elect Input Mode Input Mode Meaning Keyin Only Input by keying data only Scan Only Input by scanning data only Keyin Scan Input by keying and scanning data Append MMDDYYYYhhmmss timestamp Long time automatically A MMDDhh i t i Shortie ppend mm timestamp automati cally A tomi Date Time f ime Eormattime ppend customized Date Time format time stamp automatically 5 Select the Max Length and Min Length 6 Enter the texts to be displayed in Input Prompting 7 Check the S Store into Field to specify if the format symbols such as 83 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 should be stored as a part of the data to be input in the field For example 123110 input as a date will be displayed as 12 31 10 if you check this option 8 Enter Data check Editing to prompt how many kinds of character you can use and what they are For example if the data you are going to inputina certain field contains 4 alphabetical characters of which the first one is an upper case character and the others lower case ones you input ulll Please see the following table for symbols you can use Editing Meaning n number 0 9 and d number 0 9 a all Alpha charactersA Z a z u upper case Alpha characters A Z Lower case Alpha character a z Full ASCll characters E p printable ASCII characters ASCII code
80. erification Enable habilitar modo CDV e Max Min Length o valor varia entre 2 e 64 4 1 7 C digo 93 E code 93 Code93 Enable Code 93 String Format C Send Start Stop Character C Send Check Digit C Check Digit Verification Enable Disable Full Code93 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Code93 Enable habilita ou desabilita o c digo de leitura Code93 Send Start Stop Char configura o dispositivo para permitir o envio do carac tere Send Check Digit habilitar ou desabilitar o envio da cadeia de caracteres do d gito de verifica o Check Digit Verification Enable habilitar modo CDV Disable Full Code39 habilitar o modo do Code39 por completo 4 1 8 C digo 128 E Code 128 Code128 Enable Code 128 String Format DO CODE128TEST C Send Check Digit FNC2 Enable C Check Digit Verification Enable Code128 Enable habilita ou desabilita o c digo de leitura do Code128 Send Check Digit habilitar ou desabilitar o envio da cadeia de caracteres do MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 d gito de verifica o e FNO Enable habilita o modo FNC2 e Check Digit Verification Enable habilita o modo CDV 4 1 9 CPC25 CPC 25 Enable CPC 25 String Format 00012345678905 Send Check Digit C Check Digit Verification Enable Min Length 10 v Max Length 20 v e CPC25 Enable habilita ou desabilita o c digo de l
81. explains t unc_key tsk he task explains t aAnacarAa ption of Loop tsk he screen orientation of the Data Collector unit he loop command of LST LOP he input command of IPF and INP he task shows the procedure of adding a new record into a database he definition query and update of database he echo values of function key when pressing it Manual do User s Usu rio Manual Programa WinTaksGen WinTaksGen Program DC 2000 bematech bematech com
82. format CKT to check time format CLL to clear 1 line t CLS to clear screen CMP to compare t DIV to divide DLF to delete form DLY to add time delay END to end Macro EXT to exit data collection and go to run Task GET to read data froma file GTO to point the current record pointer to a record number in the specified form Selec Selec Selec t INP to input and save t INX to get the input without pressing enter t JMP to jump when condition is met Set the condition in Operand EQ equal NE not equal GT greater than LT less than and UC u Selec Selec Selec nconditional t LEN to store length t LFT to retrieve the leftmost characters of n length t MOV to copy a value and move to another Select MSG to display message Select MUL to multiply MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e Select NCR to save current record data and increment record pointer to next record e Select PUT to write data toa file e Select RCV to receive a string from the serial port e Select RHT to retrieve the rightmost sub string of n length e Select RSV to reserve for a future MACRO command e Select SEK to let the current record pointer point to the record number of the selected file e Select SEL to select the specified f
83. gth 32 Num Of Decimal Place o E Initial value Index Variable Name Type Length VITEM Character ao 3 Selecione as configura es das Vari veis e Variable Name insira o nome da vari vel e Variable Type selecione o n mero ou caractere e Variable Length valor entre 1 32 e Num of Decimal place o comprimento m ximo 10 4 Selecione Append Modify ou Delete para adicionar modificar ou apagar MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 Anexo 4 1 Configura es de C digo de Barras 4 1 1 EAN E EAN EAN13 Enable EANS Enable EAN13 String Format EANS String Format 12345 12345 C Send EAN 13 Check digit Send EAN 8 Check digit EAN Add On 5 Digits x e EAN 8 13 Enable habilita ou desabilita o c digo de leitura EAN 8 13 e Send EAN 8 13 check digit estabelece se deve enviar o d gito de verifica o e Op es de Add On de EAN e Sem Suplemento Nenhum suporte de add on para c digo de barras i 2 D gitos Permite c digo de add on de 2 bytes il 5 D gitos Permite c digo de add on de 5 bytes iii 2 5 D gitos Permite c digo de add on de 2 bytes e 5 bytes 4 1 2 UPC E vec UPC A Enable UPC E Enable UPC A String Format UPC E String Format 1234 12345 o 491380 C Send UPC A Leading O Send UPC E Leading O C Send UPC A Check digit Send UPC E Check digit 01234 56789 5 UPC Add On
84. he barcode tabs 5 Check and change the options to appropriate values Please see Barcode Settings in Appendix for detailed instructions MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 Working with Procedure Tasks 3 1 Managing Procedure Tasks 1 Select the Procedure Task Editor tab The following screen appears Procedure Task Editor Free Task Editor Remote Settings New a Open IX Delete T Rename BB Procedare Task Editor Index Project Name Procedure Task Barcode Setting 1 SONG1 Procedure Name SHOWTBL Type Procedure 3 ADD Select Prompting CHECK UDF 1 v 5 append E Modify IX Delete e mm Edit Procedure Index Procedure Name Type UDF Select Promptir 2 SRHDATA Procedure 1 SEARCH 3 SHOWDATA Procedure 1 CHECK lt gt lt gt a 2 To use the Procedure Task Editor you can e Select New Rename Delete to add rename or delete a Task e Select Open to import Tsk files tsk into program for Task edit e Select Save as TSK to export Tsk file tsk e Select Make TSL to save Tasks as Tsl format for older versions of WinTaskGen e Select Link amp Download to link the program and then download it to the data collector device e Procedure Name Users can set 8 Procedures within a project e Procedure Type Select Procedure for programmable Procedure Select Free
85. ile e Select SND to send specified contents e Select SRH to search the selected data file e Select STR to convert data to string type e Select SUB to subtract e Select VAL to convert data to numeric type 4 Select Operand1 and Operand2 for the source and or destination operand 5 Select Append or Insert to add the Macro You can also select Modify or Delete to modify or delete existing Macros 6 Check the Show Macro Reference to refer to other Macro program A Macro Editor PHDEMO 1 gt UPDATE k Macro Show Macro Reference Command Mov v ie Ed Form a Edit variable Operandi PWDISABLE Operando E Append Ie Insert IC Modify IX Delete el Index Command OPERAND_1 OPERAND 2 amp 1 MOV PINDISABLE PWKM 2 cS 3 MSG PRESS F1 1 4 INX VITEM 5 as 6 MSG VITEM 17 7 DLY 1000 8 CMP VITEM a 9 IMP EQ 16 10 CMP VITEM pr 11 JMP EQ 12 12 MSG CANNOT TURN OFF 17 lt gt After checking the Show Macro Reference the Macro Reference tab shows Task List Macro List and Macro Code Therefore user can refer to the Macro in any task by indicating it in the Task List and Macro List accordingly MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 83 Macro Editor PHDEMO 1 gt UPDATE Ea Macro Reference Task List Macro List Macro Code
86. ink amp Download para conectar o programa e depois baix lo para o dispositivo coletor de dados Procedure Name o usu rio pode estabelecer 8 procedimentos em um projeto Procedure Type selecione Procedure para Procedimentos program veis Selecione FreeTask para N o program veis somente em entradas de campos de dados Prompting prepara a cadeia de caracteres exibida na tela UDF indica o formul rio de dados para o Procedimento Edit Procedure usado para editar as Tarefas do tipo Procedimento Barcode Tab estabelece par metros de c digos de barras MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 3 2 Editando Tarefas de Procedimento Voc pode adicionar e administrar Macros Formul rios e Vari veis nos Procedimentos Siga suas pr prias ideias para editar as Tarefas de Procedimentos 1 Selecione Edit Procedure editar procedimento para editar o Procedimento selecionado Procedure Task Editor Free Task Editor Remote Settings Task Name TABLE SEC RNa tk Dona P New 0 open X delete Rename ERRAR Index Project Name Procedure Task Barcode Setting 1 SONG1 CATT Procedure Name owe Type Procedure 3 ADD Select Prompting CHECK UDF 1 E Append IE Modify IX Delete e as Edit Procedure Index Procedure Name Type UDF Select Prompting 2 SRHDATA Procedure 1 SEARCH 3 SHOWDATA Procedure
87. k Editor direita para adicionar modificar apagar ou editar Procedimentos na Tarefa Procedure Name APPEND Type Procedure Select Prompting scan UDF 1 E lt p Append Q Modify X Delete im Edit Procedure Index Procedure Name Type UDF Select Promptin APPEND Procedure Para mais detalhes consulte Trabalhando com Tarefas de Procedimentos 15 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 16 2 7 Criando uma Tarefa Livre Tarefas Livres s o teis para a realiza o de Tarefas simples como inser o e armazenamento de dados 2 7 1 Criando uma Nova Tarefa 1 Selecione a aba Free Task Editor no Menu Principal 47 WinTaskGen Net Evaluation v5 0 8 4 bematech O WinTaskGen Net Evaluation v5 0 8 4 BEMATECH SIA Full Port Settings com RME Baudrate 115200 v Procedure Task Editor Fr Remote Settings Language Default Task Name ADD E Open Save AS TSK um Make TSL Debug Link amp Download lt p New X Delete IE Rename Procedare Task Editor Index Project Name Procedure Barcode Settings 1 ADD 2 AllTask Procedure Name ADD Type Procedure v 3 append Select Prompting ADD_TEST UDF 0 y 4 ARG_Test j 5 DELRTST lt p Append He Modif
88. l WinT askGen Net v5 for yourself or for anyone who uses this computer C Everyone Just me Cancel lt Back f MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 5 Clique em Close quando terminar a instala o ig WinTaskGen Net v5 Installation Complete WinT askGen Net v5 has been successfully installed Click Close to exit Please use Windows Update to check for any critical updates to the NET Framework 1 4 Vis o Geral Consulte as seguintes ilustra es para se familiarizar com a interface de usu rio Menu Principal Configura es de Configura es de Conex o Idioma bematech Gg a 2 e aluatio 0 8 4 e BEMA A Full Port Settings com EEE v Baudrate 115200 Procedure Task Editor Free Task Editor Remote Settings Language Default e Task Name ADD E Open Z Save AS TSK as Make TSL Debug Link amp Download New K Delete It Rename Index Project Name LADD AllTask append ARG_Test DELRTST Demol TABLE Dokuplan 024 FileTest func_key func YN input IPFTEST loop Msio MUL Position SHAW DNS Procedare Task Editor Procedure Barcode Settings Procedure Name 4DD Type Procedure b Select Prompting ADD_TEST 7 uo lo w e Append J Modify TES Delete amp amp Z Edit Procedure Index Procedure Name Type UDF Select Prompt Procedure 0 Q 2012 07 23 16 40 46 Editor
89. l num rica OPERAND2 cadeia de caracteres vari vel Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracterese o TEMPCNT como vari vel num rica logo MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Opern 1 LEN TEMPVAR TEMPCNT 2 SUB 1 TEMPCNT RHT TEMPCNT TEMPVAR truncar o primeiro caractere do TEMPVAR 4 3 25 RSV Sintaxe Operator Source Operand Destination Operand RSV Descri o Reservado para um futuro comando MACRO Tipo de Dados Operand Nenhum 2 3 26 SEK Sintaxe Operator Source Operand Destination Operand SEK OPERANDI Descri o Deixa o indicador de registro atual indicar o n mero de registro do arquivo selecionado OPERANDI especifica o n mero de registro e o arquivo que dever ser selecionado pelo macro SEL primeiro Tipo de Dados do Operand OPERANDI constante num rica vari vel num rica Exemplos As seguintes macros Line No Operator Source Operand eee Operand 1 SEL PERSONALIZADO 2 SEK 10 selecionar o o arquivo de nome CUSTOM e mover o o indicador de registro do arquivo selecionado para o 10 arquivo MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 3 27 SEL Sintaxe Operator Source Operand Destination Operand SEL OPERANDI Descri o Seleciona o arqui
90. lete IDE OPERAND 1 PWDISABLE PRESS F1 VITEM VITEM 1000 VITEM CANNOT TURN OFF OPERAND 2 PWKM 1 17 a 16 pH 12 17 v 2 O Data Structure Editor editor de estrutura de arquivo aparece quando o Edit Form selecionado 43 Data Structure Editor Field Name Min Length 0 s Input Prompting scanl Input Mode Keyin Only Max Length 64 Es Store Into Field Data Check Editing Load Table clear Table Table String P Append Q Index FieldName Input Mode x A Mininum e Maxinurr 3 Insira o Field Name nome do campo 4 Selecione entrada leitura ou ambos para o seu Input Mode 5 Selecione Max Length e Min Length 6 Insira os textos a serem exibidos no Input Prompting alertas de entrada 7 Insira a Data check Editing para alertar quantos tipos de caracteres podem ser usados e quais s o eles Por exemplo se os dados que ser o inseridos em certo campo cont m 4 caracteres alfab ticos dos quais o primeiro um caractere de letra mai scula e os outros de letras min sculas voc colocar ull Para os s mbolos que podem ser usados consulte a seguinte tabela lt p Append D Insert ED Modify JX Delete Index Table String MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Edi o Significado n n
91. ma vari vel num rica o TEMPVAR ser dividido por 100 se for maior que 1000 e por 10 se n o for Destination Line No Operator Source Operand a 1 CMP TEMPVAR 1000 2 JMP GT 5 3 DIV 10 TEMPVAR 4 END 5 DIV 100 TEMPVAR 6 END 4 3 13 EXT Sintaxe Operator Source Operand Destination Operand EXT Descri o Sai da coleta de dados e vai para EXECU O DE TAREFAS MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Tipo de Dados do Operand NENHUM 4 3 14 GET Sintaxe Operator Source Operand Destination Operand GET OPERANDI OPERAND2 Descri o OPERANDI controla o n mero do campo e nome do registro atual Esta macro recebe os dados de campo do registro atual e os armazena em OPERAND2 Tipo de Dados Operand OPERANDI constante num rica nome do campo OPERAND2 vari vel num rica cadeia de caracteres vari vel Exemplos Quando o TEMPVAR for definido como uma vari vel ent o Destination Line No Operator Source Operand CRER 1 SEL ORDER 2 SEK 10 3 GET 3 TEMPVAR 4 3 13 GTO Sintaxe Operator Source Operand Destination Operand GTO OPERANDI Descri o Aponta o indicador de registro atual para um n mero de registro no formul rio especificado Tipo de Dados Operand OPERANDI constante num rica vari vel num rica Exemplo 1 Selecione o formul rio nomead
92. n Enable ST SP ABCD TN E v e Codabar Enable Enable or disable Codabar code e Send Start Stop Char Set whether to send the character e Send Check Digit Set whether to send check digit e Check Digit Verification Enable Set whether to enable CDV mode e ST SP select codebar start stop character i ABCD TN E iiabcd abcd ili abcd tn e iv DC1 DC2 DC1 DC2 or DC3 DC4 DC3 DC4 v ABCD ABCD MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 1 6 ITF25 DO ivF25 ITF25 Enable ITF 25 String Format 00012345678905 Send Check Digit C Check Digit Verification Enable e TF25 Enable Enable or disable reading ITF25 code Min Length 4 v Min Length 30 v e Send Check Digit To enable or disable sending the check digit string e Check Digit Verification Enable To enable CDV mode e Max Min Length The value in the range 2 64 4 1 7 Code 93 E code 93 Code93 Enable Code 93 String Format C Send Start Stop Character C Send Check Digit C Check Digit Verification Enable Disable Full Code93 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e Code93 Enable Enable or disable reading Code93 code e Send Start Stop Char To Set device Whether to allow send the character e Send Check Digit To enable or disable sending the check digit string e Check Digit Verification Enable To enable CDV mode e Disable Full Code39 To en
93. ndex Field_1 Field_2 H TABLE 130810171537 t 1 This is data 1 2 2 This is data 2 3 3 This is data 3 4 4 This is data 4 5 5 This is data 5 To manage data to be received e Select Form name to determine what kind of form needs to be received e Select Receive Data button to get the data and list view e Select Delete Data button to clear data in the device e Data Storage format txt determine the format of the file to be stored i File Header Save data include table header ii Field delimiter Users can set the two byte character to separate fields iii Record delimiter Users can set the two byte character to separate records MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 11 Barcode Settings 2 11 1 Remote Barcode Settings Learn how to customize the barcode settings for your data collector unit in this section To set up the barcode settings for the unit 1 Select Remote Settings on the Main Menu Procedure Task Editor Free Task Editor Remote Settings Barcode Items 2 UPC V EAN13 Enable V EANS Enable 3 EAN UPC EAN13 String Format EANS String Format 4 Code 39 5 Codabar 12345 12345 7 codes 4 10085 18327 4026 7654 8 Code 128 9 CPC 25 C Send EAN 13 Check digit v Send EAN 8 Ch
94. ngs 1 ADD 2 AllTask Procedure Name ADD Type Procedure 3 append Select Prompting ADD TEST UDF O 4 ARG Test 5 DELRTST Append 2 Modify x Delete t y z Edit Procedure 6 Demoi 7 TABLE Index Procedure Name Type UDF Select Prompt sao Procedure 0 ADO TEST 9 FileTest q 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHOW PNS j m Mi lt gt 9 2012 07 23 16 40 46 oO 2 oe h e k d li k k ee k Enter the Task Name and click New to create a new Task Task Name can be named anything you prefer up to 8 characters The new Task appears in the Project Name MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 7 WinTaskGen Net Evaluation v5 0 8 4 WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A O Full Port Settings COM fefeliphe Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default y Task Name ADD Open Z Save AS TSK mm Make TSL Debug Link amp Download e U Rename Procedare Task Editor Procedure Barcode Settings 1 2 Procedure Name ADD Type Procedure 3 Select Prompting ADD TEST UDF o x 4 ARG_Test 5 DELRTST lt p Append Q Modify X Delete Z Edit Procedure 6 Demoli 7 TABLE Index Procedure Name
95. o Command Name 1 MAC MENU 2 3 f 4 LOP 4 2 2 LST e LOP Syntax Command Name LST LOP Description To control process flow put LST at loop start point and put LOP into loop return point Return to Loop start point Examples Read customer name from keypad save to data field CUSTOMER LOP Line No Operator Source Operand 1 MAC MENU 2 LST 3 IPF CUSTOMER 4 5 NRC 6 109 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 2 3 IPF Syntax Command Name IPF Field Name Description Read data from keypad sca Examples Read customer name from keypad save nner to the field CUSTOMER to data field CUSTOMER Line No Operator Source Operand 1 MAC MENU 2 LST 3 IPF CUSTOMER 4 LOP 4 2 4 NCR Syntax Operator Source Operand Destination Operand NCR Description Save current record data and increment record pointer to next record Operand Data Type None Examples If TEMP Fis defined as a Form Field then program will store the number of characters of TEST 4 in TEMP F Line No Operator Source Operand MOV TEST Destination Operand TEMP_F NCR 4 2 5 SBF Syntax Command Name SBF Description Save buffer to field Examples Read customer name one time for each record MANUAL DO USU RIO DC 2000 PROGRAMA WINTAS
96. o command constant Examples If TEMPVAR is defined as a numeric variable then 121 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand P P Operand 1 CMP TEMPVAR 10 2 JMP GT 15 3 15 JMP UC 25 19 25 30 END will compare TEMPVAR with 10 if TEMPVAR is greater than 10 then execute the macro at line number 15 then do an unconditional jump to line number 25 if not execute macros from line numbers 3 to 14 4 3 17 LEN Syntax Operator Source Operand Destination Operand LEN OPERANDI OPERAND2 Description Store the length of OPERANDI in OPERAND2 Operand Data Type OPERANDI string variable string constant OPERAND2 numeric variable Examples If TEMPVAR is defined as a variable then Destination Line No Operator Source Operand e 1 LEN TEST TEMPVAR will store the number of characters of TEST 4 in TEMPVAR MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 3 18 LFT Syntax Operator Source Operand Destination Operand LFT OPERANDI OPERAND2 Description Retrieve the leftmost characters of n length of OPERAND2 and store the sub string back in OPERAND2 where length n is specified by OPERANDI Operand Data Type OPERANDI numeric constant numeric variable OPERAND2 st
97. o como ORDEM e v para o ltimo registro o MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 54 RECORDP possui o ltimo n mero de registro Line No Operator Source Operand a erand 1 SEL ORDEM 2 GTO 10 3 GET 3 TEMPVAR 4 3 14 INP Sintaxe Operator Source Operand Destination Operand INP OPERANDI Descri o Analisa os dados do leitor de c digo de barras ou teclado e armazena os em OPERANDI O formato de dados depende da configura o do formato de campo Quando o OPERANDI for um campo vari vel Tipo de Dados do Operand OPERANDI vari vel num rica vari vel da cadeia de caracteres vari vel do campo nome do campo Exemplos Quando o TEMPVAR for definido como uma vari vel num rica ent o Line No Operator Source Operand Destination Op erand 1 INP TEMPVAR 2 CMP TEMPVAR 1000 3 JMP LT 5 4 5 Se um ITEM definido como um nome do campo ent o Line No Operator Source Operand Destination Op erand 1 INP ITEM 2 MSG ITEM 1 3 MSG ITEM 6 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 4 3 15 INX Sintaxe Operator Source Operand Destination Operand INX OPERANDI Descri o Obt m um caractere do teclado e armazena em OPERANDI Os dados de entrada n o s o exibidos na tela Tipo de Dados Operand OPERANDI vari v
98. o de dados somente por digita o Somente Leitura Inser o de dados somente por leitura Digita o Leitura Inser o de dados por digita o e leitura Adiciona o carimbo de tempo MMDDYYYY hhmmss automaticamente Adiciona o carimbo de tempo MMDDhhmm automaticamente Tempo Longo Tempo Curto Adiciona o formato de Data Hora personal Formato de Tempo izado automaticamente 5 Selecione Max Length e Min Length 6 Insira os textos a serem exibidos no Input Prompting 7 Verifique o S Store into Field para especificar se o s mbolo de formato como dever ser armazenado como parte dos dados a serem inseridos no campo Por exemplo 123110 inserido como data ser exibido como 12 31 10 se MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 esta op o for marcada 8 Insira a Data check Editing para alertar quantos tipos de caracteres podem ser usados e quais s o eles Por exemplo se os dados que ser o inseridos em certo camp caractere de le ulll Para os s o cont m 4 caracteres alfab ticos dos quais o primeiro um tra mai scula e os outros de letras min sculas voc colocar mbolos que podem ser usados consulte a seguinte tabela Edi o Significado N n mero0 9e n mero 0 9 todos os caracteres AlfaA Z a z caracteres alfab ticos em letra mai scula A
99. ocedimentos para suas necessidades de invent rio ou usar o Editor de Tarefas Livres para criar comandos simples para coleta de dados Em seguida use as fun es de comunica o do WinTaskGen para fazer o download das Tarefas para a unidade do Coletor de Dados Al m disso as Configura es Remotas fornecem meios r pidos e convenientes para configurar seus coletores de dados e c digo de barras O software suporta diferentes taxas de baud para a transfer ncia e download de dados A maior taxa de baud de 115200 bps Ao transferir os dados para um PC voc poder escolher se ir ou n o apagar os dados da unidade do Coletor de Dados Tamb m poss vel adicionar uma variedade de s mbolos separadores aos dados transferidos 1 1 Caracter sticas e Grande habilidade para desenvolver e estender Tarefas sob uma estrutura de sistema aberto e Compat vel com Windows XP Vista 7 e 8 32 e 64 bits e Suporta configura es de dispositivo e c digo de barras em tempo real e Suporta pop ups de di logos para criar comandos de Procedimentos e Macros e Suporta opera es num ricas como e compara opera es e Suporta formul rios de transfer ncia de dados fazer download de Tarefas Livres e vincula o de tarefas compila o MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 1 2 Requisitos de Sistema e WinTaskGen exige um PC com as especifica es a seguir e Windows XP Service Pack 2
100. om custo de transporte sob responsabilidade de usu rio de acordo com os termos desta garantia acompanhado da respectiva nota fiscal emitida no Brasil O reparo a crit rio da Bematech poder incluir a substitui o de pe as ou placas por novas ou recondicionadas equivalentes Este produto e as pe as restitu das ser o garantidos pelo restante do prazo original Todas as pe as substitu das s o de propriedade da Bematech Caso o consumidor deseje que o atendimento seja realizado em sua empresa dever entrar em contato com a RAT mais pr xima e consult lo sobre a taxa de visita Para a identifica o da RAT mais pr xima e habilitada ligar para a nossa Central de Relacionamento com o Cliente 0800 644 BEMA 2362 Modelo EEE de S rie Data da Compra Numero da N F fof MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 ndice Notifica o Importante 1 Apresenta o 11 Caracter sticas 1 2 Requisitos do sistema 13 Instala o 1 4 Vis o Geral 2 Iniciando 2 1 Iniciando o WinTaskGen 2 2 Alte ando o idioma 2 3 Conectando o Coletor de Dados 2 4Con 2 5 Cria 2 6 Cria 2 6 figurando o Dispositivo ndo Tarefas ndo uma Tarefa de Procedimento 1 Criando uma nova tarefa 2 7 Criando uma Tarefa Livre 2 7 1 Criando uma nova tarefa 2 8 Download de Tarefas 2 9 Importando Tarefas 2 10 Recebendo Dados 2 11 Configura es de C digo de Barras 211 1 Configu
101. ou superior e Microsoft Internet Explorer 5 01 ou posterior e Microsoft Framework 2 0 e Espa o de disco de 280 MB x86 610 MB x64 1 3 Instala o Siga as instru es abaixo para instalar o WinTaskGen em seu computador 1 Encontre e clique no arquivo Setup em seu computador para iniciar a instala o 2 Siga as instru es na tela e clique em Next quando aparecer o aviso para continuar a instala o TE WinTaskGen Net v5 Welcome to the WinTaskGen Net v5 Setup Wizard s a The installer will guide you through the steps required to install WinT askGen Net v5 on your computer WARNING This computer program is protected by copyright law and intemational treaties Unauthorized duplication or distribution of this program ar any portion of it may result in severe civil or criminal penalties and will be prosecuted to the maximum extent possible under the law 3 Clique em Browse para selecionar o local onde voc deseja instalar o programa e clique em Next 4 Continue a seguir as instru es na tela e clique em Next para continuar a instala o ig WinTaskGen Net v5 E Le X Select Installation Folder EA a The installer will install WinT askGen Net v5 to the following folder To install in this folder click Next To install to a different folder enter it below or click Browse Folder C Program Files ZEBEX Win TaskGen Net v5 Browse Disk Cost Instal
102. quivo de Tarefas que deseja importar e clique em OK 4 As Tarefas importadas aparecer o em Project Name System Variables Asterisk isa temporary storage register representing the contents of the current data entry after using INP or INX macro It can be either numeric or string data type Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand i P E P Operand 1 INP a 2 ADD TEMPVAR which will add input data to TEMPVAR Date Stores date data with the format MMDDYY MM month DD date YY year Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand i P P Operand l MOVE DATE TEMPVAR which will move DATE data to TEMPVAR Dates Stores date data in the short format MMDD MM month DD date Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand P 5 P Operand 1 MOVE DATES TEMPVAR which will move DATES data to TEMPVAR Time Stores time data in Examples 1 When TEMPVAR is a variable then a p the format hhmmss hh hour mm min MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 ocedure could have ute ss second Destination Line No Operator Source Operand ee P 3 P Operand 1 MOVE TIME TEMPVAR Times Stores time data in E
103. ra es Remotas de C digo de Barras 3 Trabalhando com Tarefas de Procedimento 3 1 Editando Tarefas de Procedimento 31 3 1 3 1 4 Anexo 1Administrando a Macro 2 Administrando Formul rios 3 Administrando Vari veis 4 1Configura es de C digos de Barras 4 1 1EAN 4 1 2 UPC 4 1 3 UPC 4 1 4 EAN UPC 4 1 4 1 4 1 5 Code39 6 Codabar 7 ITF25 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 4 1 8 Code93 20 4 1 9 Code128 _ 4 4 1 10 CPC25 F 4 1 11 Sincronizador Inicial e Final 42 4 2 Comandos de Procedimentos 43 421 MAC 43 4 2 2 LST e LOP n1 43 4 2 3 PF 44 4 2 4 NCR _ 4 2 5 SBF 1 4 4 3 Comandos Macro 45 434ADD sss 4 3 2 BEP 8G 4 3 3 CDV 7 4 3 4 CKD S48 4 3 5 CKT asss iE 436CLlL SSS 48 43 7 CLS IM 4 3 8 CMP F 439DIY 50 4 3 10 DLE 5 4 3 11 DLY 2ZH_ _ _ 5 4 3 12 END WH WH_________ 5 4 3 13 EXT _ 9 4344GET gt gt gt 4 3 15 GTQ _ _ YY __ 53 4 3 16 INP 22 77 77 YA 53 4 3 17 NX 22 54 4 3 18 MP 2 27 55 4 3 19 LEN M 56 4 3 20 LET a 4 3 21 MOV Y7P YYHSHHY__ _ 57 4 3 22 MSG 58 4 3 23 M U L 59 4 3 24 NCR 59 4 3 25 PU
104. ring variable Examples TEMPVAR is defined as string and TEMPCNT as numeric variable then Destination Line No Operator Source Operand a 1 LEN TEMPVAR TEMPCNT 2 SUB 1 TEMPCNT 3 LFT TEMPCNT TEMPVAR will truncate the last character of TEMPVAR 4 3 19 MOV Syntax Operator Source Operand Destination Operand MOV OPERANDI OPERAND2 Description Copy the content of OPERANDI to OPERAND2 OPERANDI is not changed OPERAND2 becomes the same as OPERANDI Operand Data Type OPERANDI numeric constant numeric variable string constant string variable DATE string TIME string field name of current append record OPERAND2 numeric variable string variable field variable field name of current append record Examples If we want to add date to DATE _F field and display on LCD position MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Destination Line No Operator Source Operand Orea 1 MOV DATA DATE_F 2 MSG DATA 1 3 4 3 20 MSG Syntax Operator Source Operand Destination Operand MSG OPERANDI OPERAND2 Description Display the message held in OPERANDI at LCD position held in OPERAND2 Character used as new line control character Operand Data Type OPERANDI numeric variable string constant string variable OPERAND2 numeric constant numeric variable Examples If TEMPVAR is defined as a variable then Destination Line No Operator Sourc
105. s o 1 5 2 10 Recebendo Dados poss vel receber dados coletados de sua unidade coletora de dados Para receber dados 1 Consulte Conectando o Coletor de Dados para mais detalhes 2 Selecione Remote Settings configura es remotas no Menu Principal Procedure Task Editor Free Task Editor Remote Settings s Device Settings s Barcode Settings lise Receive Data Receive Data v Foci Namen TABLE Data storage formats TXT File Header Records Fields 5 2 Field Delimiter Hex 3B v NONE x E Eoee Record Delimiter Hex OD CR 0A LF he X Save To TXT Index Field_1 Field_2 H TABLE 130810171537 t 1 This is data 1 2 2 This is data 2 3 3 This is data 3 4 4 This is data 4 5 5 This is data 5 3 Selecione Receive Data receber arquivo para obter o status do dispositivo Para administrar os dados que ser o recebidos e Selecione Form name nome do formul rio para determinar qual tipo de formul rio necess rio receber e Selecione a tecla Receive Data receber dados para conseguir os dados e a lista de visualiza o e Selecione a tecla Delete Data apagar dados para limpar dados no dispositivo e Formato de Armazenamento de Dados txt determina o formato do arquivo a ser armazenado i Cabe alho do arquivo salve os dados e inclua o cabe alho da tabela ii Delimitadores de campo poss vel estabelecer um caractere
106. s valores adequados 6 As configura es s o comunicadas para a unidade coletora de dados imediatamente 2 11 2 Configura es de C digo de Barras de Procedimento Aprenda como customizar as configura es de c digos de barras para suas Tarefas de Procedimento nesta se o Para configurar as configura es de c digo de barras para suas Tarefas de Procedimento 1 Selecione a aba do Procedure Task Editor editor de tarefas de procedimento no Menu Principal 2 Selecione a aba Task Barcode Setting configura o de tarefa de c digo de barras para entrar nas configura es de c digo de barras MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Procedure Task Editor Free Task Editor Remote Settings Task Name stock lt p New E open X Delete Index N Save as Tsk K Make TSL T Rename F Procedare Task Editor V Code128 Enable Code 128 String Format Project Name Procedure Task Barcode Setting Tp 2 Task0001 EAN UPC EAN UPC Code39 Codabar ITF25 Code93 3 Taskooo2 Code128 CPC25 Pre Postamble Link amp Download DA CODE128TEST Send Check Digit FNC2 Enable s Check Digit Verification Enable 3 Selecione a Tarefa para as configura es de c digo de bar Name nome do projeto
107. t numeric variable OPERAND2 string variable Examples If TEMPVAR is defined as a string variable and TEMPCNT as a numeric Destination Line No Operator Source Operand ei 1 LEN TEMPVAR TEMPCNT 2 SUB 1 TEMPCNT RHT TEMPCNT TEMPVAR will truncate off the first character of TEMPVAR 4 3 25 RSV Syntax Operator Source Operand Destination Operand RSV Description Reserved for a future MACRO command Operand Data Type None MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 3 26 SEK Syntax Operator Source Operand Destination Operand SEK OPERANDI Description Let the current record pointer point to the record number of the selected file OPERANDI specifies the record number and the file must be selected by SEL macro first Operand Data Type OPERANDI numeric constant numeric variable Examples The following macros Line No Operator Source Operand a Operand 1 SEL PERSONALIZADO 2 SEK 10 will select file named CUSTOM and move the record pointer of the selected file to the 10th record 2 3 27 SEL Syntax Operator Source Operand Destination Operand SEL OPERANDI Description Select the file whose name is specified in OPERANDI The file name must be a FORM name loaded in the Data Collector unit Operand Data Type OPERANDI string constant Examples The following macros Line No Operator Source Operand Destination Operand
108. t to download in the Project Name 3 Click Link amp Download 2 9 Importing Tasks 7 WinTaskGen Net Evaluation v5 0 8 4 WinTaskGen Net Evaluation v5 0 8 4 BEMATECH S A Full Port Settings com ER Baudrate 115200 v Procedure Task Editor Free Task Editor Remote Settings Language Default x Task Name ADD Z Save AS TSK Jim Make TSL Debug Link amp Download lt p New x Delete O Rename Procedare Task Editor Index Project Name yp Procedure Barcode Settings 1 ADD 2 AllTask Procedure Name ADD Type Procedure 3 3 append Select Prompting ADD_TEST vor lov 4 ARG_Test 5 DELRTST lt p Append modify X Delete amp Z Edit Procedure s Tr de aprsra Ep too Poseta ice 7 TABLE Index Procedure Name Type UDF Select Prompt 8 Dokuplan 024 d Proc ADD TEST 9 FileTest 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHOW PNS pi s i gt lt 1 gt Q 2012 07 23 16 40 46 You can import existing Tasks to the WinTaskGen To import Tasks 1 Select Procedure Task Editor or Free Task Editor from the Main Menu 86 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 Click Open to browse Tasks in the computer 3 Encontre e selecione o ar
109. tion protocols you must set the same value with the device e COM options Select the COM port the device is connected to e Baudrate options 4800 9600 19200 38400 57600 115200 e Parity options Even Mark None Odd Space e DataBits options 8 7 e StopBits options None One OnePointFive Two 3 After the parameters are set the device is automatically detected 2 4 Setting up the Device To setup the device 1 Select the Remote Settings tab on the Main Menu Click the Device Settings to obtain the device status Procedure Task Editor Free Task Editor Remote Settings Language SES v E Device Settings e Barcode Settings IE Receive Data Device Information amp Devce Information Device Name Z 2121 Beep Volume Loud v FAW Version E111 Device ID Auto Power Off 10 mins he Ram Size 2048K Power Up Scan ON v Size of Free Ram 2046K Main Battery Normal Date Format MM DD YY S Back Battery Normal E Back Light ON Ma Use PC time to set device time 2011 08 26 10 06 15 E Get Device Tie E Setoevce Time MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 Select the options from the dropdown menus in Device Settings e Set beep volume options Quiet Low Medium Loud e Set auto power off options Disable 10mins 15mins 20mins 30 mins e Set power up scan options OFF ON e Set date format options MM DD YY DD MM YY MM DD YYY
110. to RUN TASK state Operand Data Type NONE 4 3 14 GET Sintaxe Operator Source Operand Destination Operand GET OPERANDI OPERAND2 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Description OPERANDI holds the field number or name of the current record This macro gets the field data of the current record and stores it in OPERAND2 Operand Data Type OPERANDI numeric constant fieldname OPERAND2 numeric variable string variable Examples Where TEMPVAR is defined as a variable then Destination Line No Operator Source Operand Onerene 1 SEL ORDER 2 SEK 10 3 GET 3 TEMPVAR 4 3 13 GTO Syntax Operator Source Operand Destination Operand GTO OPERANDI Description Point the current record pointer to a record number in the specified form Operand Data Type OPERANDI numeric constant numeric variable Example 1 Select the form named ORDER and go to the last record RECORDP holds last record number Destination Op Line No Operator Source Operand erand 1 SEL ORDEM 2 GTO 10 3 GET 3 TEMPVAR MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 120 4 3 14 INP Syntax Operator Source Operand Destination Operand INP OPERANDI Description Read data from the bar code scanner or keypad and store in OPERANDI The data format depends on the fields format setting When OPERANDlI is
111. twares 0800 644 7277 Sem prej b Modi desacord Uso do p possa cri e qualqu aplica o indevida u zo de ou fica es o com as roduto co ar uma si eparo mo co tras ressalvas contidas no corpo deste guia o usu rio ou terceiros assumir o todas as consequ ncias e responsabilidades em casos de a Uso intencional para qualquer n o direcionada ou n o autorizada inclusive para prop sitos particulares s ou altera es n o autorizadas do produto c Uso do produto em instru es de opera o e manuten o fornecidas pela Bematech S A d mponente em sistemas ou aplica es nas quais a falha deste produto tua o de risco pessoal ou material Nas hip teses acima a Bematech S A e seus administradores prepostos empregados subsidi rias afiliadas e distribuidores n o esponder o a qualque er outro preju zo direto ou indireto sejam de que natureza forem bem como por eclama es fundadas e abrica o do produto t tulo por qualquer reclama o custos perdas danos despesas m alega o de neglig ncia da Bematech S A em rela o ao projeto e A Bematech S A n o se responsabiliza por danos ou problemas decorrentes do uso de acess rios ou supri Qualque comercia Asgaran mentos que n o aqueles designados como produtos originais Bematech ou podutos aprovados pela Bematech S A nome de produto e seus logotipos mencionados nesta publi
112. unr ov 4 ARG_Test 5 DELRTST lt P Append modify X Delete P Z Edit Procedure 6 Demol 7 TABLE Index Procedure Name UDF Select Prompt 8 Dokuplan 024 E O DD TEST 9 FileTest 10 func_key 11 func_YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL 17 Position 18 SHNW PNS hd s I gt gt 20 MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 Clique Open para navegar pelas Tarefas no computador 3 Encontre e selecione o arquivo de Tarefas que deseja importar e clique em OK 4 As Tarefas importadas aparecer o em Project Name Consulte as Vari veis do Sistema Asterisco um registro de armazenamento tempor rio que representa os conte dos da atual entrada de dados ap s usar o macro INP e INX Pode ser do tipo num rico ou cadeia de caracteres Exemplos 1 Quando TEMPVAR for uma vari vel o procedimento dever possuir N da Linha Operador Operand Fonte Operand Destino 1 INP Ea 2 ADD E TEMPVAR que adicionar dados ao TEMPVAR Data Armazena dados de data no formato MMDDYY MM m s DD dia YY ano Exemplos N Linha Operador Operand Fonte Operand Destino 1 MOVE DATA TEMPVAR que mover os dados de data para o TEMPVAR Datas Armazena dados de data no formato curto MMDD MM m s DD dia Exemplos N Linha Operador Operand Fonte Operand Destino
113. upport add on barcode ii 2 Digits Allow 2bytes add on code iii 5 Digits Allow 5bytes add on code iv 2 5 Digits Allow 2bytes and Sbytes add on code 4 1 3 EAN UPC E EAN UPC UPC E to UPC A Enable ISBN ISSN Conversion IATA Code Enable e UPC EtoA Enable Enable or disable UPC Eto A e ISBN ISSN Conversion Enable or disable ISBN ISSN Conversion e IATA Code Enable Enable or disable IATA code reading 4 1 4 C digo 39 E code 39 Code39 Enable Code 39 String Format ZEBEX 39IUTEST O Send Start Stop Character C Send Check Digit C Check Digit Verification Enable 4 Disable Full Code39 C ITPR Transmit A Character ITPR Conversion C Concatenation Enable MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 e Code 39 Enable Enable or disable code UPC AE code e Send Start Stop Char Set whether to send the character e Send Check Digit Set whether to send check digit e Check Digit Verification Enable Set whether to enable CDV mode e Disable Full Code39 Set whether to disable full code39 mode e ITPRTransmit A Character Set whether to start ITPR transfer mode e TPR Conversion Set whether to enable ITPR transfer mode e Concatenation enable Set whether to enable Concatenation flag 4 1 5 Codabar E codabar Codabar Enable Codabar String Format D 99 9901238C Send Start Stop Character C Send Check Digit C Check Digit Verificatio
114. vo cujo nome especificado no OPERANDI O nome do arquivo deve ser o nome de um formul rio carregado na unidade Coletora de Dados Tipo de Dados do Operand OPERANDI Constante da cadeia de caracteres Exemplos As seguintes macros Destination Operand Line No Operator Source Operand 1 SEL ORDEM 2 3 28 SND Sintaxe Operator SND Descri o Envia os conte dos controlados pelo OPERANDI e um caractere terminador especificado no OPERAND da porta serial Tipo de Dados do Operand OPERANDI vari vel da cadeia de caracteres constante da cadeia de caracteres OPERAND2 constant num rica como O terminador CR retorno de carro 1 terminador LF avan o de linha 2 terminador CRLF retorno de carro e avan o de linha 3 sem terminador Exemplos Quando o TEMPVAR for definido como uma vari vel da cadeia de caracteres logo Source Operand OPERANDI Destination Operand OPERAND2 Destination Line No Operator Source Operand ds F P Operand 1 SND TEMPVAR 2 MANUAL DO USUARIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 enviar o conte do do TEMPVAR e um terminador CRLF da porta serial 2 3 29 SRH Sintaxe Operator Source Operand Destination Operand SRH OPERANDI OPERAND2 Descri o Procura pelo arquivo de dados selecionados determina se os mesmos dados s o controlados pelo OPERAND2 ou n o OPERANDI especific
115. xamples 1 When TEMPVAR is a variable then a p the short format h rocedure could have hmm hh hour mm minute Destination Line No Operator Source Operand ine No pe u p Operand 1 MOVE TIMES TEMPVAR Recordp A record pointer pointing at the current record of the selected FORM It could capture the current record number for other programming purposes Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand i P P Operand 1 MOVE RECORDP TEMPVAR Recordl This moves the record pointer to the end of file Examples 1 When TEMPVAR is a variable then a procedure could have Destination Line No Operator Source Operand ea E 5 P Operand 1 MOVE RECORDP TEMPVAR MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 2 10 Receiving Data You can receive data collected from your data collector unit To receive data 1 Select Remote Settings on the Main Menu 2 Select Receive Data to obtain the device status Procedure Task Editor Free Task Editor Remote Settings s Device Settings s Barcode Settings lise Receive Data Receive Data Data storage formats TXT File Header Form Name TABLE Records Fields 5 2 Field Delimiter Hex 3B NONE Ei Receive Data Record Delimiter Hex OD CR QA LF bi X Save To TXT I
116. y x Delete t y z Edit Procedure 6 Demol T TABLE Index Procedure Name Type UDF Select Prompt 8 Dokuplan 024 ADD Procedure 0 ADD TEST 9 FileTest 10 func key 11 func YN 12 input 13 IPFTEST 14 loop 15 Msio 16 MUL Position 2 Insira o nome da tarefa e clique em New para criar uma nova Tarefa A tarefa pode ser nomeada a seu crit rio com at 8 caracteres A nova Tarefa aparece no Project Name nome do projeto MANUAL DO USU RIO DC 2000 PROGRAMA WINTASKGEN Revis o 1 5 Full Port Settings com com30 Baudrate 115200 y E Procedure Task Editor Free Task Editor Remote Settings Language English ____ Task Name Demol E Open z Save AS TSF Link amp Download lt p New X Delete Rename Index Project Name Field Name Qty Input Mode Keyin Only _ amp Min Length 1 4 Qty Data Check Editing Max Length 64 E Input Prompting Store Into Field E Append 7 Modify JK Delete e 9 Index Field Name uun Input Mode Mininum Maxinum Inp Loc Keyin Scan 1 64 Loc Keyin Scan 1 64 Iten Keyin Only ES D iv 3 Insira o Field Name nome do campo 4 Selecione Input Mode modo de entrada Modo de Entrada Somente Digita o Significado Inser
Download Pdf Manuals
Related Search
Related Contents
2014年3月 春号(PDF:348KB) Siig CyberSerial ExpressCard User Manual LG RH-4820 DVD Recorder GREER INSIGHT Manual operativo Whirlpool 1172397 Air Conditioner User Manual SD Logo is a trademark of SD-3C, LLC HT-S3500 - Fast Shop Un mois chez Sato N°8 Copyright © All rights reserved.
Failed to retrieve file