Search found 30 matches: opc

Return to advanced search

Re: Write to OPC

Damiano, This may provide you some idea to do it: https://www.fernhillsoftware.com/help/data-access/opc/using-opc-from-c.html https://documentation.unified-automation.com/uasdkc/1.8.0/html/clientgettingstarted1.html Also google for IID_IOPCServer ...
by Antonio Linares
Thu Jan 20, 2022 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to OPC
Replies: 3
Views: 431

Re: Write to OPC

Hello,

Unfortunately I have not found any info to do it via FW.
by Marc Vanzegbroeck
Thu Jan 20, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to OPC
Replies: 3
Views: 431

Re: Write to OPC

Hi,
no news?
can it be done with FW?

thank you
by damianodec
Thu Jan 20, 2022 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to OPC
Replies: 3
Views: 431

Write to OPC

Hi,

Does anyone already had to write to, or read from, a OPC server with FW?

If so, can you give an example?
by Marc Vanzegbroeck
Mon Nov 29, 2021 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to OPC
Replies: 3
Views: 431

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Hola, rterraz. Me alegro que hayas podido hacerlo funcionar!!! :lol: :lol: :lol: . Te cuento que actualmente tengo un cliente utilizando la funcion tal cual la publique en 2018 sin drama. Asi que dale gass sin dudas! como decimos aca...Los unicos problemas que tengo son en realidad cuando Afip se ca...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4974

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Hola Amigos Aqui les dejo como uso la HB_cms_SignFile() en mi sistema para pedir un Ticket de Acceso a AFIP y emitir una factura electrónica en Agentina //----------------------------------------------------------------------------// FUNCTION Opc_PidoNuevoTA() Local cBat, cOpenSSL,nError Local nHand...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4974

PDFCreator en modo "silencioso"

... hacen mención a versiones de PDFCreator muy antiguas, y con todo y con eso, miro de utilizarlo via ActiveX, pero no me encuentra el ActiveX, TRY oPC := CreateObject( "PDFCreator.clsPDFCreator" )//"Pdfcreator.Application" ) CATCH MsgStop("No Pdf Creator.", "No ...
by Xevi
Wed Feb 14, 2018 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDFCreator en modo "silencioso"
Replies: 6
Views: 1398

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

... LOCAL cFilTe2 := cNomba1+'.CDX' LOCAL cPatLoc := "C:\TEMP\" LOCAL cNroOpc := "" IF !lUsaTab(M->cPatSis+"\","OPCIONES.DAT","OPC",{"OPCIONES.CDX"},.T.) IF !EMPTY(cAliAct) SELECT &cAliAct ENDIF RETURN ENDIF SELECT OPC DBSETORDER(1) ...
by russimicro
Tue Aug 13, 2013 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3464

Re: RED local - detectar pc's que la componen

...  local oWMI := oLoc:ConnectServer()   local aPCs := oWMI:ExecQuery( "Select * FROM Win32_NetworkLoginProfile" )   local oPC      MsgInfo( Len( aPCS ) )      for each oPC in aPCs      MsgInfo( oPC:Caption )   next      return nil Mira toda la información ...
by Antonio Linares
Thu Jun 13, 2013 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RED local - detectar pc's que la componen
Replies: 9
Views: 3732

Re: Harbour Ole error

... 2 | Not supported, workaround obj._name(param, value) In effects I found this in : C:\Harbour\contrib\hbwin\tests\pdfcreat.prg with Harbour oPC:_cOption( "AutosaveDirectory", "c:\temp" ) oPC:_cOption( "AutosaveFilename", "pdfcreat.pdf" ) with xHarbour ...
by Maurizio
Wed Apr 17, 2013 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole error
Replies: 25
Views: 5086

Re: ¿Qué me recomendais?

como tu app estan con dbf, entonces la opc. 2 es la indicada, WINDOWS TERMINAR SERVER,

si instalas ADS en el servidor tu aplicacion es muy rapido,

necesitas windows server 2003

saludos...
by sysctrl2
Thu Dec 01, 2011 2:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué me recomendais?
Replies: 9
Views: 3226

Re: Disable controls in folders

Dear Dondrew

Try :

REDEFINE GET oPC_InvDate VAR dPC_InvDate ID 2101 of oFld:aDialogs[PCashFldr] update


when disable control ,do :

ofld:setoption[PCashFldr]
oPC_InvDate:Disable()
oFld:aDialogs[PCashFldr]:refresh()

or

ofld:setoption[PCashFldr]
oPC_InvDate:Disable()
oFld:Update()


Regards,

Kok
by kok joek hoa
Sun Oct 09, 2011 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable controls in folders
Replies: 6
Views: 1149

Disable controls in folders

I'm unable to disable any of the controls in my folders. I create the control in the usual way: REDEFINE GET oPC_InvDate VAR dPC_InvDate ID 2101 of oFld:aDialogs[PCashFldr] Added: oPC_InvDate:lUpdate=.t. oFld:lUpdate=.t. Then attempt to disable the get control: oPC_InvDate:Disable() oFld:Update() It...
by DonDrew
Sun Oct 09, 2011 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable controls in folders
Replies: 6
Views: 1149

Estructura para auditoria interna

... Name  Type       Width    Dec    1  IDENTIF     Character      4    2  FECHAC      Date           8    3  HORA        Character     10    4  OPC         Character     60** Total **                      83 Donde IDENTIF es el código del usuario que hace la actividad, FECHAC es la fecha en ...
by jllinas
Wed Apr 14, 2010 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estructura para auditoria interna
Replies: 11
Views: 2217

Schneider PLCs (OPC) + FWH

Hi,

does anybody work with Schneider PLCs (OPC) and FWH ?

Any small example ?

Best regards,

Felix
by Baxajaun
Wed Apr 23, 2008 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Schneider PLCs (OPC) + FWH
Replies: 0
Views: 327
Next

Return to advanced search

cron