Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPC DA: Switch to OPCClientToolKit with 64bit support #32

Closed
wants to merge 5 commits into from

Commits on Mar 2, 2024

  1. OPC DA: Switch to OPCClientToolKit with 64bit support

    Modified version of OPCClientToolKit as FORTE sub project:
    https://github.com/kumajaya/OPC-Client-X64/tree/master
    kumajaya committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6fdee26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba4ee4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    2814412 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. OPC DA: Parse OPC data item with lower overhead

    Upstream WS2LPCTSTR is buggy because on the initial 64bit port I
    can write but cannot read the OPC data values until I fix it.
    
    This local WS2LPCTSTR method is safe as it will always allocate the
    exact ammount of space needed for the conversion, resulting parsing
    OPC data item faster.
    kumajaya committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    db4b8d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    bb53e7d View commit details
    Browse the repository at this point in the history