Git Product home page Git Product logo

opcuawebplatformunict's People

Contributors

marcostefanoscroppo avatar msalafia avatar opcuaunict avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opcuawebplatformunict's Issues

Set the "Security Mode".

Is it possible to configure the client to connect to the server using the "Security Mode" of type "Sign" (no Cryptography) instead of "SignAndEncrypt" that is the mode that you are using by default?
I mean... Where do I set the "Security Mode" to use?

Thanks

Question about Main Step

I am writing my graduation thesis with regards to your project. Would you mind letting me know the main steps in carrying out your project? Thank you for your time!

Getting error: Unexpected signature algorithm

Congratulation for your pioneer job.
I'm getting the error...
Unexpected signature algorithm: ...//www.w3.org/2000/09/xmldsig#rsa-sha256
As shows attached image.
signatureerror

I'm using ...
true

My other question is: If I have to send a certificate to the server, where do I put the file?

OPCUAServer in TiaPortal V16

I want connect Platform with OPCUA Server in S7-1500 (Tia Portal). But I can't add Certificate of Platform to OPCUA Server in S7-1500

Deploy to Azure Cloud

Hello. I can connect Server in localhost but when i deploy project to azure cloud, message is "Data Set Not Available"

Move This project to .net >5

he guys ,
first of all great project i love , i have a quick question do you have any plans to move this projet to a higher version of dotnet ?

Read Multiple Variable Values from object node

We are able to get variable node with individual tags but we cannot read multiple tag values using one GET call. Also, we are having issues with Datatype as our variable node datatype is Long and not able to cast to BuiltInType. How can we read multiple tag values using one GET request?

How to run web platform OPCUA

After I Clone the project and run it .the local page appear
image
How can I fix it, I just newbie to research about OPCUA webplatform.

Question About "DataSet Not Available" - Not a Bug But Asking for help

I am using the UA sample Server or NetCoreConsoleServer (https://github.com/OPCFoundation/UA-.NETStandard ), when I run the project in the Visual Studio,It can connect the Server and read values well. But When I Publish it , when I run OPCUA_Web_Platform.exe by itself, or I run the service through IIS , it shows "DataSet Not Available".
I've been suffering this problem for 5 days.
So could u describe "Troubleshooting-You may occur in error like "DataSet Not Available" even if all the ip addresses or your OPC UA Server are perfectly configured. Be aware you have configured the platform Instance Certificate in the OPC UA Servers Trusted certificate store." more clearly ?
I'm wondering how to configure the platform Instance Certificate in the OPC UA Servers?
I'm very appreciate If u can provide a example, or show me the way where to find the solution.
thanks.

Monitor with websocket

I started the Monitor using http://{{base_url}}/api/data-sets/{{dataset-id}}/monitor
and I used a HTML javascript code...

ws = new WebSocket(url);
url = signalr:http://localhost:8080

and I´ve got
Uncaught DOMException: Failed to construct 'WebSocket': The URL's scheme must be either 'ws' or 'wss'. 'signalr' is not allowed.

Do you have an exemple of javascript code to receive monitored data?

Thanks.

Something wrong with authorization

Hello, when i run the application, "An unhandled exception occurred while processing the request"

It seems like that "System.NullReferenceException:“Object reference not set to an instance of an object.”

if (context.Request.Path.StartsWithSegments("/api"))
            {
                string authorization = context.Request.Headers["Authorization"];
                string token = "empty";

                if (authorization.StartsWith("Bearer ", StringComparison.OrdinalIgnoreCase))
                {
                    token = authorization.Substring("Bearer ".Length).Trim();

authorization is null
what should I do to solve this problem, I would appreciate it.

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.