convertersystems / opc-ua-samples

Sample HMIs using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
107 stars 43 forks source link

two way communications possible in this example? #18

Closed tejasklodha closed 7 years ago

tejasklodha commented 7 years ago

Hi,

Can we do two way communication between Mobile app(Mobil Hmi) to OPC server? Can you demonstrate in exiting example? Example: i want give parameters to axis by mobile app n axis changed on given parameters. Or I want to stop machine by mobile app, Or I want to start again machine by mobile app?

awcullen commented 7 years ago

Yes, two way communications is possible. In the sample MobileHmi.Droid, if the sample NodeServer is also running, then you can change the robot Mode to 'Hand' and then adjust the sliders to write the Axis values to the server.

tejasklodha commented 7 years ago

Thanks... 👍