I am using WINCCOA version 3.12.
DataPoint used in real time in WINCCOA
I am trying to read and write in a C # program. How do I do it?
(Is there a way to access it directly from C # besides the API Manager?)
WINCCOA (3.12) <-> C # data read / write
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: WINCCOA (3.12) <-> C # data read / write
In WinCC OA 3.12 you cannot use C# in API manager. Using C# in the WinCC OA API or a CTRL extension is possible since WinCC OA 3.15.
You can probably use one the standard interfaces which WinCC OA supports to read data with an external program, e.g. via HTTP or XML RPC.
Best Regards
Leopold Knipp
Senior Support Specialist
You can probably use one the standard interfaces which WinCC OA supports to read data with an external program, e.g. via HTTP or XML RPC.
Best Regards
Leopold Knipp
Senior Support Specialist
- SMT_SOL
- Posts:23
- Joined: Fri Feb 07, 2020 2:04 am
Re: WINCCOA (3.12) <-> C # data read / write
Thank you for your kind reply.
Where can I find manuals using XML RPC or HTTP?
Where can I find manuals using XML RPC or HTTP?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: WINCCOA (3.12) <-> C # data read / write
Information for the CTRL functions httpServer() and the XML RPC (search for XML RPC) in the WinCC OA Documentation.
The documentation is part of the WinCC OA installation.
Best Regards
Leopold Knipp
Senior Support Specialist
The documentation is part of the WinCC OA installation.
Best Regards
Leopold Knipp
Senior Support Specialist