GithubHelp home page GithubHelp logo

bruegth / node-opcua Goto Github PK

View Code? Open in Web Editor NEW

This project forked from node-opcua/node-opcua

0.0 0.0 0.0 31.94 MB

an implementation of a OPC UA stack fully written in javascript and nodejs - http://node-opcua.github.io/

License: MIT License

JavaScript 99.79% XSLT 0.10% Makefile 0.03% Batchfile 0.03% Shell 0.05%

node-opcua's People

Contributors

allatrue avatar bitdeli-chef avatar enobufs avatar erossignon avatar everhardt avatar germanbluefox avatar gilesb2 avatar gilesbradshaw avatar glumb avatar hanskhe avatar huazh avatar janschatz avatar jdecuyper avatar johnyesberg avatar jugglingcats avatar kubat avatar lukashechenberger avatar marcelwinh avatar mathias-luedtke avatar mboorstin avatar michikuehne avatar perok avatar rashandan avatar roccomuso avatar sriharshav avatar stevewillard avatar thatkaiguy avatar tomsoftware avatar vincentgijsen avatar

Watchers

 avatar  avatar

node-opcua's Issues

Failed to change event filter

When changing EventFilter the method ModifyMonitoredItemsRequest will failed because of AssertionError:

EXCEPTION CAUGHT WHILE PROCESSING REQUEST !! ModifyMonitoredItemsRequest
{ /*ModifyMonitoredItemsRequest*/
 requestHeader                 /* RequestHeader                    */: {
   authenticationToken         /* NodeId                           */: ns=0;b=56e5537810df2a386d3a292d60171622
   timeStamp                   /* UtcTime                          */: 2018-03-23T12:37:15.736Z
   requestHandle               /* IntegerId                        */: 1011191               0xf6df7
   returnDiagnostics           /* UInt32                           */: 0               0x0
   auditEntryId                /* UAString                         */: null
   timeoutHint                 /* UInt32                           */: 10000               0x2710
   additionalHeader            /* ExtensionObject                  */: null
 }
 subscriptionId                /* IntegerId                        */: 414511               0x6532f
 timestampsToReturn            /* TimestampsToReturn               */: Both ( 2)
 itemsToModify                 /* MonitoredItemModifyRequest    [] */: [
   { /*0*/
     monitoredItemId           /* IntegerId                        */: 2               0x2
     requestedParameters       /* MonitoringParameters             */: {
       clientHandle            /* IntegerId                        */: 10               0xa
       samplingInterval        /* Duration                         */: 500
       filter                  /* ExtensionObject                  */: { /*EventFilter*/
 selectClauses                 /* SimpleAttributeOperand        [] */: [
   { /*0*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: EventId
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*1*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: EventType
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*2*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: SourceNode
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*3*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: SourceName
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*4*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: Time
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*5*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: Message
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*6*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: Severity
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*7*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: ConditionName
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*8*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: BranchId
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
   { /*9*/
     typeId                    /* NodeId                           */: ns=0;i=2041
     browsePath                /* QualifiedName                 [] */: [
       { /*0*/
         namespaceIndex        /* UInt16                           */: 0
         name                  /* String                           */: Retain
       }
     ]
     attributeId               /* IntegerId                        */: 13               0xd
     indexRange                /* NumericRange                     */: NumericRange:<Empty>
   },
  ..... ( 20 elements )
 ]
 whereClause                   /* ContentFilter                    */: {
   elements                    /* ContentFilterElement          [] */: null []
 }
};
       queueSize               /* Counter                          */: 4294967295
       discardOldest           /* Boolean                          */: true
     }
   }
 ]
};
 display_trace_from_this_project_only =
_.isNumber(node_minimumSamplingInterval,"expecting a number")

 messages  EXCEPTION CAUGHT WHILE PROCESSING REQUEST !!! ModifyMonitoredItemsRequest
_.isNumber(node_minimumSamplingInterval,"expecting a number")
AssertionError [ERR_ASSERTION]: _.isNumber(node_minimumSamplingInterval,"expecting a number")

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.