Same function with different parameters
Command | Command Type | Description | Command,Script, Return(Supported) |
---|---|---|---|
ClosePage("Page Name")Â | Display Control | Close the specified page from the screen. | Y,Y,N |
ClosePage("URL address“) | Display Control | Close the specified URL address from the screen. (Make sure to include the exact URL). | Y,Y,N |
OpenPage("Page Name") | Display Control | Displays the specified page in a pop-up screen. | Y,Y,N |
OpenPage("URL address,position:top,left,width,height") | Display Control | Displays the specified URL address in a popup screen.',position:' allows you to place the popup screen at the desired location.',position:' it will be positioned at (0,0,1920,1080). (Make sure to include the exact URL). | Y,Y,N |
ReplacePage("Page Name") | Display Control | Displays the specified page on the screen. | Y,Y,N |
ReplacePage("URL address") | Display Control | Displays the specified URL address on the screen. (Make sure to include the exact URL). | Y,Y,N |
CommClearCount("")Â | Communication | Clears all communication counters associated with the specified device driver, station, or system-wide. | Y,Y,N |
CommClearCount("Device Driver Name")Â | Communication | Clears all communication counters associated with the specified device driver, station, or system-wide. | Y,Y,N |
CommClearCount("Device Driver Name.StationName")Â | Communication | Clears all communication counters associated with the specified device driver, station, or system-wide. | Y,Y,N |
CommRxCount("")Â | Communication | Outputs the number of tag values received from the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommRxCount("Device Driver Name")Â | Communication | Outputs the number of tag values received from the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommRxCount("Device Driver Name.StationName")Â | Communication | Outputs the number of tag values received from the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommStatus("")Â | Communication | Outputs the communication status of the specified device driver or station. | Y,Y,Y |
CommStatus("Device Driver Name")Â | Communication | Outputs the communication status of the specified device driver or station. | Y,Y,Y |
CommStatus("Device Driver Name.StationName")Â | Communication | Outputs the communication status of the specified device driver or station. | Y,Y,Y |
CommTxCount("") | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommTxCount("Device Driver Name")Â | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommTxCount("Device Driver Name.StationName")Â | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide (including errors). | Y,Y,Y |
CommTxErrCount("") | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide that resulted in a transmission error. | Y,Y,Y |
CommTxErrCount("Device Driver Name")Â | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide that resulted in a transmission error. | Y,Y,Y |
CommTxErrCount("Device Driver Name.StationName")Â | Communication | Outputs the number of tag values written by the specified device driver, station, or system-wide that resulted in a transmission error. | Y,Y,Y |