The options available in the WinCC OA to use HTTP GET and HTTP POST
- maherhodali
- Posts:27
- Joined: Tue Aug 07, 2018 10:21 am
The options available in the WinCC OA to use HTTP GET and HTTP POST
Which is the best approach to implement HTTP GET and HTTP POST in the WinCC OA control scripts?, where can we find one example?
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: The options available in the WinCC OA to use HTTP GET and HTTP POST
if you have 3.13 or greater you can use:
netPost()
netHead()
netDelete()
netPut()
netGet()
for older WinCC OA Versions you can use:
tcpOpen()
tcpWrite()
tcpRead()
tcpClose()
check the help for examples
netPost()
netHead()
netDelete()
netPut()
netGet()
for older WinCC OA Versions you can use:
tcpOpen()
tcpWrite()
tcpRead()
tcpClose()
check the help for examples