home

prodotti download novità assistenza tecnica contatti

chi siamo

     

presentazione

modalità di lavoro

hardware supportato

tabella caratteristiche

esempi applicazioni

supporto tecnico

domande e risposte

NOVITA' VERSIONE 4

 

PER SAPERNE DI PIU'

scarica brochure

richiedi maggiori info

richiedi un preventivo

contatta PATRUCCO

 

PRODOTTI COLLEGATI

CE-Wedge
acquisizione dati da porta seriale in applicativi Windows CE

BC-Wedge
acquisizione dati da lettori codici a barre

TCP-Wedge
acquisizione dati da TCP/IP in applicativi Windows

TCP-Com
convertitore RS232 in TCP/IP

COM-File
acquisizione dati da porta seriale su file

TCP-File
acquisizione dati da TCP/IP su file

 

REQUISITI DI SISTEMA

WinWedge può operare con QUALSIASI applicativo per Windows e con qualunque versione di Windows (98/Me/2000
/NT/XP/Vista/7)

WinWedge supporta un ampio intervallo di dispositivi seriali compresi la maggior parte degli strumenti di tipo industriali e di laboratorio

Tutte le versioni di WinWedge sono applicazioni di piccole dimensioni che possono operare anche con requisiti di sistema minimi

 

ACQUISIZIONE DATI

WinWedge
Software per acquisizione dati da porta seriale in applicativi Windows

DDE Examples for InTouch 5

Controlling WinWedge from InTouch
(i.e. to send commands and data out the serial port from InTouch)

InTouch 5.0 (and above) introduced the WWExecute function. This function can be used to automate other Microsoft Windows programs from Wonderware InTouch. WinWedge can be used to send data out the PC serial port directly from InTouch.

For example, to send the ASCII Char 27 out of port COM1, use the following InTouch script:
WWExecute (" Winwedge "," Com1 "," {SENDCODE(27)} " ) ;

To Toggle the DTR signal which is usually used to hang up on a modem, execute the following InTouch statement:
WWExecute (" WinWedge ", " Com1 ", " {TOGGLEDTR} " ) ;


Once the modem is off the hook, the following InTouch statement can be execute to dial the modem : WWExecute (" WinWedge ", " Com1 ", " {SEND(ATDT 555-1212)} " ) ;
WWExecute (" WinWedge ", " Com1 ", " {SENDCODE(13)} " ) ;
WWExecute (" WinWedge ", " Com1 ", " {SENDCODE(10)} " ) ;

The above three statements can also be combined into the following single statement:
WWexecute ("WinWedge", "Com1", "{SEND(ATDT 555-1212" + StringChar(13) + StringChar(10) + " ) } " ) ;

Refer to WinWedge manual under the WinWedge DDE Command Set for other commands.

 

Copyright © PATRUCCO snc. Tutti i diritti riservati. Riproduzione o copia proibita.