How to Create API send data to external system?

Hi sir
i need to send tag value to external system.
how to create api url from igntion?

thank you

You can use the system.net scripting functions to hit external APIs.

Another option would be to use the webdev module and have the other systems request the data.

1 Like

Use WebDev, not system.net.

1 Like

can you explain more?
how to use the webdev?

thank you sir.

For example see our RWS (Restful Web Services) module that allows reading/writing tags from an external application into Ignition. This is used inside our another module ARSCADA but is also available as a separate module as well. This is based on WebDev module for corresponding version of Ignition.

1 Like