Giter VIP home page Giter VIP logo

Comments (7)

jadamcrain avatar jadamcrain commented on August 25, 2024

Great. Let's figure out the qualifier/objects combinations that need to be sent and where we expose this in the API.

from opendnp3.

atmurray avatar atmurray commented on August 25, 2024

Happy to put that together and make some proposals.

On Tue, Mar 11, 2014 at 9:33 AM, Adam Crain [email protected]:

Great. Let's figure out the qualifier/objects combinations that need to be
sent and where we expose this in the API.

Reply to this email directly or view it on GitHubhttps://github.com//issues/64#issuecomment-37243268
.

from opendnp3.

jadamcrain avatar jadamcrain commented on August 25, 2024

Alan, the 2.0.x branch is very stable now. Do you want to look at this or the database stuff?

from opendnp3.

atmurray avatar atmurray commented on August 25, 2024

Absolutely, I'll start with the database stuff as I've already got code for
that.
I've got a train trip tomorrow so I'll get cracking.

On Sun, Jun 22, 2014 at 10:53 AM, Adam Crain [email protected]
wrote:

Alan, the 2.0.x branch is very stable now. Do you want to look at this or
the database stuff?


Reply to this email directly or view it on GitHub
#64 (comment).

from opendnp3.

atmurray avatar atmurray commented on August 25, 2024

This looks fairly straightforward, thinking of something like:

    request.SetFunction(FunctionCode::ASSIGN_CLASS);
    // write class object header to specify the class to assign points to
    WriteClassHeaders(request, classes);
    // write data object headers to specify the points to assign
    request.GetWriter().WriteRangeHeader<openpal::UInt16>(QualifierCode::UINT16_START_STOP, gvId, start, stop);
    request.GetWriter().WriteHeader(gvId,QualifierCode::ALL_OBJECTS);

Just need to work out how to expose the function as discussed in https://groups.google.com/forum/#!topic/automatak-dnp3/cblIlREiY58

from opendnp3.

jadamcrain avatar jadamcrain commented on August 25, 2024

Happy to help prototype this with one of the class assignment functions.

from opendnp3.

jadamcrain avatar jadamcrain commented on August 25, 2024

Implemented in 2.0.x-feature

from opendnp3.

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.