Code Monkey home page Code Monkey logo

Comments (1)

jpo-stx avatar jpo-stx commented on September 1, 2024

Hello @zacharyalutz ,

  1. I will upload a new version of the manual where the example is fixed. The example should be:
C0 27 89 FF 00 16		(Req. Start Charging; ReqID: 255; Payload: 22 byte)
00 00 01 F4			(Timeout 500 ms)
00 01				(Selected schedule ID: 1)
02				(2 EV power profiles)
00 00 00 00			(Start of the 1st profile from now on in seconds)
00 16 03			(Power used in this entry)
00 00 0E 10			(Start of the 2nd profile from now on in seconds)
00 0B 03			(Power used in this entry)
01				(AC)
00 C1
  1. "Schedule tuple ID" is 2 byte, as you can see in the example above.
    We use sint16 because the DIN spec uses a short for the ID without a definition of the range. But you only need to expect the values that you set in your schedule for the ID.

  2. "Charging profile entries count" is a uint8.

Hopefully this clarifies your confusion.

BR
Jan

from freev2g.

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.