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

Transmitting Data out the Serial Port from MS Fox Pro

The following procedure demonstrates how to transmit a string out the serial port by sending a DDE command from FoxPro to WinWedge

PROCEDURE TransmitTesting

CmdString="[SENDOUT('testing 123',13)]"
*** transmit the string "testing 123" followed by a carriage return (ascii 13)
gnChanNum = DDEInitiate('WinWedge', 'COM2')
IF gnChanNum != -1
glExecute = DDEExecute(gnChanNum, CmdString)
= DDETerminate(gnChanNum)
&& Close the channel
ENDIF

RETURN

*** the following procedure is a variation of the above procedure that transmits a

*** string passed as a parameter to the procedure (gData)


PROCEDURE TransmitData

PARAMETERS gData
cmdstring="[SENDOUT(' " & gData & " ' )]"
*** transmit the string passed in the variable gData
*** note the use of both single and double quotes around the gData variable
*** refer to the syntax for the SENDOUT command in the Wedge manual for details
gnChanNum = DDEInitiate('WinWedge', 'COM2')
IF gnChanNum != -1
glExecute = DDEExecute(gnChanNum, CmdString)
= DDETerminate(gnChanNum)
&& Close the channel
ENDIF
RETURN

 

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