Ignition c sharp

Hello is it possible to read tag ignition directly from an external application .net c#
Thanks for answer

A couple options:

  1. use the WebDev module and make some kind of HTTP call from the C# app
  2. use an OPC UA SDK and connect from the C# app as an OPC UA client

hello thanks I install the module example hello word from github his state is loaded but I do not see it in the interface designer.howto see the component hello world

If it’s a web application you can use webdev to make a rest api call from a client in your application and if it’s a standalone application then opc client is possible