The goal of this FAQ is to show how to use the Custom Widget Web Browser with EcoStruxure Machine SCADA Expert.
This article is applicable for EcoStruxure Machine SCADA Expert 2020 & 2023.
Video:
During the video, a code is mentionned, to replace the current one.
The code is the following:
This article is applicable for EcoStruxure Machine SCADA Expert 2020 & 2023.
Video:
During the video, a code is mentionned, to replace the current one.
The code is the following:
// Subscribes to receive property changes
cwidget.on("URL", function() {
window.location = cwidget.URL;
});
cwidget.on("URL", function() {
window.location = cwidget.URL;
});
Released for:Schneider Electric India
The goal of this FAQ is to show how to use the Custom Widget Web Browser with EcoStruxure Machine SCADA Expert.
This article is applicable for EcoStruxure Machine SCADA Expert 2020 & 2023.
Video:
During the video, a code is mentionned, to replace the current one.
The code is the following:
This article is applicable for EcoStruxure Machine SCADA Expert 2020 & 2023.
Video:
During the video, a code is mentionned, to replace the current one.
The code is the following:
// Subscribes to receive property changes
cwidget.on("URL", function() {
window.location = cwidget.URL;
});
cwidget.on("URL", function() {
window.location = cwidget.URL;
});