Code Monkey home page Code Monkey logo

propc's People

Contributors

engelthalerzat avatar engycz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

propc's Issues

Commercial Version

Is there still Commercial Version of this library?
Where can I found that?

GetItemValue called twice

What steps will reproduce the problem?
1. Create a group with just one item and 5000 secs frecuency
2. Insert a breakpoint into getitemvalue or getitemVQT
3. For each 5000 secs getitemvalue is called twice

What version of the product are you using? On what operating system?

lastest from repository.... windows 7



Original issue reported on code.google.com by [email protected] on 7 Sep 2013 at 8:51

Dont Get or Write TAG on Proficy iFix 5.8 and error "Invalid Instruction" and stop OPC20iFIX.exe

What steps will reproduce the problem?
1. On try connect ClientDemo2.exe to Intellution.OPCiFIX (image capturar1.png)
2. On sync write tag (image capturar2.png)
3. Error "Interface not supported" (image capturar3.png)
4. On try again connect ClientDemo2.exe to Intellution.OPCiFIX (image 
capturar4.png) error "Invalid Instruction" and stop OPC20iFIX.exe

What is the expected output? What do you see instead?
I dont get value tag on OPCServer.
I dont write value tag on OPCServer.

What version of the product are you using? On what operating system?
Delphi 7 Enterprise
Windows 7 Pro x64.
Proficy iFix 5.8 => download demo version at 
https://onedrive.live.com/redir?resid=22B769070B13E60B%2159925

Please provide any additional information below.
Thank por your help.

LRFreitas
Brazil

Original issue reported on code.google.com by [email protected] on 10 Oct 2014 at 5:22

Attachments:

Error compiling Win64

What steps will reproduce the problem?
1.Compile prOpcDA using Win64 get (E2100 Data Type too large: exceeds  2GB)

Line 448:
  OPCITEMATTRIBUTESARRAY = array[0..MaxArraySize] of OPCITEMATTRIBUTES;

at prOpcDa

Seems that MaxArraySize is too large in Win64

What version of the product are you using? On what operating system?
Using latest version under Windows7 64bits and Delphi XE7

All the best
ilde


Original issue reported on code.google.com by [email protected] on 11 Oct 2014 at 10:01

Missing Opc Server Wizard in RAD XE6

What steps will reproduce the problem?
1. Compile and install prOpcKit
2. Select "File->New->Other..."
3. Notice missing prOpcKit folder and "OPC Server" wizard.

Work around :

4. Uninstall prOpcKit.
5. Open prOpcCompilerDirectives.inc and add the following D9UP lines.

{$DEFINE D6UP}
{$DEFINE D9UP} <-- Add this line

// Test Delphi 5
{$IFDEF VER130}
  {$UNDEF D6UP}
  {$UNDEF D9UP} <-- Add this line
{$ENDIF}

6. Compile and install prOpcKit.
7. Check that the prOpcKit folder can be found under 
"File->New->Other...->Delphi Projects."

What version of the product are you using? On what operating system?

RAD XE6.



Original issue reported on code.google.com by [email protected] on 22 Sep 2014 at 10:33

How to add tag quality and timestamp

Hi, @engycz
Please, review my code at OPC306, I wonder, how to set tag quality and timestamp? By default tag_quality is OPC_QUALITY_GOOD and tag_timestamp is just current system time. But, I'd like to:

  1. set tag dateTime from DBF file dateTime field
  2. set tag quality as OPC_QUALITY_NOT_CONNECTED if DBF server is not pings
  3. set tag quality as OPC_QUALITY_BAD bad if difference of DBF dateTime and system dateTime 3 or 5 min
  4. and optimize code as
type
  TTag = class
    Value: variant;
    Quality: word;
    dateTime: TDateTime;
  end;
...
 Tag: TTag;the dictionary. }
  TagList := TDictionary<String, TTag>.Create;
  Tag := TTag.Create;
  { Add some key-value pairs to the dictionary. }
  Tag.Quality := OPC_QUALITY_BAD;
  Tag.Value := 0;
  Tag.dateTime := now();
  Dictionary.Add('FSO.Drum.Drum1.T_Burner', Tag);

but I can not init tags and so on ...

Compiling in newer Delphi versions, or Lazarus/FPC

It would be great to be able to use this excellent OPC library in something newer than D6 (latest mentioned in the docs) or D7 (where I have successfully got it working).

I've had no success in current Delphi versions, nor in Lazarus (FreePascal). It's a long shot but has anyone else tried/succeeded with this?

Error: Could not convert variant of type (Array Double) into type (String)

What steps will reproduce the problem?
1. Compile Example1 (from prOpc_r52.zip)
2. Press [Connect], then [Browse]
3. Select some node.

What is the expected output? What do you see instead?

Expected: no error, display node info.
Actually: info displayed, error occurs.

What version of the product are you using? On what operating system?

prOpc_r52.zip, Windows XP SP3

Please provide any additional information below.

Delphi 7

Original issue reported on code.google.com by [email protected] on 27 Aug 2012 at 11:16

Error Write Tags IGS and Proficy iFix

My name is Levi. I am from Brazil. 
I'm developer in Delphi 7.
I'm using prOPC to communicate with IGS 
(http://www.ge-ip.com/products/i-o-drivers/p2822) = 
ftp://ftp.automacao.com.br/Suporte/DRIVERS/Drivers/IGS/IGS_7.511/IGS_7.511.zip 
and Proficy iFix (http://www.ge-ip.com/products/proficy-hmi-scada-ifix/p3311).
I'm reading the tags normally.
I can't write in tags. I can not add and activate Group to write.
Error: operation not supported!
Annex a Visual C++ Custom VS2008 Interface Example, the driver documentation.
Can you help me, please?
Levi

Original issue reported on code.google.com by [email protected] on 19 May 2014 at 2:03

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.