Merged PR 15600: Switch to InfinityQS server messa04ec.infineon.com to allow the SPC MI to sav...

Switch to InfinityQS server messa04ec.infineon.com to allow the SPC MI to save locally
This commit is contained in:
Mike Phares 2025-04-28 18:13:16 +02:00
parent d626ebdf3c
commit b2edf6f288

View File

@ -2406,8 +2406,7 @@ Service GetIQSViolations()
Response = 0
ParsedIQSData = ''
Pass = 1
//URL = "https://oi-metrology-viewer-prod.mes.infineon.com:4432/product-thick-and-res-health-reduced-web.html"
URL = "https://messa020ec.infineon.com:4438/product-thick-and-res-health-reduced-web.html"
URL = "https://messa04ec.infineon.com/product-thick-and-res-health-reduced-web.html"
TimeoutDuration = HTTPClient_Services('GetTimeoutDuration')
If TimeoutDuration NE 30 then Httpclient_Services('SetTimeoutDuration', 30)
IQSResponse = Httpclient_Services('SendHTTPRequest', 'GET', URL, '', '', '', '', '', '', '')