Code Monkey home page Code Monkey logo

Comments (6)

dmroeder avatar dmroeder commented on July 18, 2024

The fact that you have an alias involved is not really relevant. It's still a tag, it's just "linked" to another tag. My suspicion is that the tag you are referring to might created as a program scoped tag. Could you describe the tag you are trying to read, it's data type and the scope it was created in? If I'm correct that it is a program scoped tag, what is the name of the program that it is created in?

from pylogix.

dmroeder avatar dmroeder commented on July 18, 2024

Wait, I think I know what is happening. Can you successfully read or write the tag without performing the "GetTags" first? So only do the "ex_read() and see if it's successful.

from pylogix.

sla29970 avatar sla29970 commented on July 18, 2024

Yes. The ability to read a tag works if GetTags is not done first. Writing to an alias tag always fails.

from pylogix.

dmroeder avatar dmroeder commented on July 18, 2024

I just pushed a commit that should fix the issue (commit 107). See if that fixes your issue. If it does not, please tell me the tag name, scope and data type you are trying to read/write.

I should mention, the commit fixes "an" issue, hopefully the issue you are having is the same issue.

from pylogix.

sla29970 avatar sla29970 commented on July 18, 2024

Thanks. Reading and writing alias tags now works with and without doing getTags.

from pylogix.

dmroeder avatar dmroeder commented on July 18, 2024

Great, thanks for the update.

The issue had to do with the previous exchange of data taking multiple packets. The very next exchange of data would use the previous exchange of data's offest. This would have also happened after a read that took multiple packets (reading a large array).

from pylogix.

Related Issues (20)

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.