GithubHelp home page GithubHelp logo

IM Data Cannot Set about p-net HOT 1 OPEN

widavies avatar widavies commented on August 11, 2024
IM Data Cannot Set

from p-net.

Comments (1)

pyhys avatar pyhys commented on August 11, 2024

Hi, thanks for the input.
I can make it work from Proneta with these changes:

in pf_cmdev_check_ar_type() replace

if (ar_type == PF_ART_IOCAR_SINGLE)

with

if (ar_type == PF_ART_IOCAR_SINGLE || ar_type == PF_ART_IOSAR)

and in pf_cmwrr_write()
replace

   if (
      (pf_cmdev_get_subslot_full (
          net,
          p_write_request->api,
          p_write_request->slot_number,
          p_write_request->subslot_number,
          &subslot) == 0) &&
      (((subslot->ownsm_state != PF_OWNSM_STATE_IOC) &&
        (subslot->ownsm_state != PF_OWNSM_STATE_IOS)) ||
       (subslot->owner != p_ar)))
   {
      p_result->pnio_status.error_code = PNET_ERROR_CODE_WRITE;
      p_result->pnio_status.error_decode = PNET_ERROR_DECODE_PNIORW;
      p_result->pnio_status.error_code_1 = PNET_ERROR_CODE_1_ACC_ACCESS_DENIED;
      p_result->pnio_status.error_code_2 = 0;
   }
   else if (p_write_request->index <= PF_IDX_USER_MAX)

with

(void)subslot;
if (p_write_request->index <= PF_IDX_USER_MAX)

I have not studied the consequences of making these changes.

from p-net.

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.