Please enable JavaScript.
Coggle requires JavaScript to display documents.
Additional Temperature warnings (Status Bar (Replace BRKLN-3339 …
Additional Temperature warnings
SIS Commands
[ESC]20stat
Additional Temperature Warning - SIS Command - View internal temperatures of the device
Given the telnet client is connected to the device
When the user sends the <SIS Command> to view the internal temperatures of the device
Then telnet client will receive the <Response>
And <Verbose Response> will be returned if verbose mode is set to 2/3
SIS Command:
Esc20stat<CR>
Response:
25<CRLF>
Verbose Response:
20Stat 25 <CRLF>
(
https://usa-jira2.extron.com/browse/BLTMSW-2637
)
Unsolicited Response
Additional Temperature Warning - SIS Command - Over temperature unsolicited SIS response will be sent to the clients with verbose mode 2/3
Given the telnet client is connected to the device
And verbose mode is set to 2/3 in the telnet client
When the internal <Type> temperature crossed the ceiling limit in the device
Then telnet client will receive the <Unsolicited Response>
And response will be in the below format
|| Type || Unsolicited Response ||
| Ambient | Temperature CRLF |
| SBC | Temperature 1 CRLF |
| Input/output Boards | Temperature 2 CRLF |
(
https://usa-jira2.extron.com/browse/BLTMSW-2638
)
command s to know the status
Additional Temperature Warning - SIS Command - View device status
Given the telnet client is connected to the device
When the user sends the <SIS Command> to view the status of the device
Then telnet client will receive the <Response>
And <Verbose Response> will be returned if verbose mode is set to 2/3
SIS Command:
s<CR>
Response:
1 1 1 1 25<CRLF>
Verbose Response:
Sts1 1 1 1 25<CRLF>
(
https://usa-jira2.extron.com/browse/BLTMSW-2636
)
Status Bar
Replace BRKLN-3339
Additional Temperature Warnings - Status Bar - Balloon popup will appear on mouse over on Temperature Warning status bar message
Given number of devices are connected to the project
And <Temperature> crossed the ceiling limit in the device(s)
And "Temperature Warning" appears in the status bar
When the user mouse hovers on the "Temperature Warning"
Then balloon popup will appear with the list of temperature raised device(s)
And message will have the device name
And temperature type will appear next to the device name
Example Balloon Popup message:
Temperature Warning:
QuantumUltra-##-##-##: Ambient
QuantumUltra-##-##-##: SBC
QuantumUltra-##-##-##: Ambient
QuantumUltra-##-##-##: SBC
QuantumUltra-##-##-##: Input/output Cards
|| Temperature ||
| Ambient |
| SBC |
| Input/Output Boards |
(
https://usa-jira2.extron.com/browse/BRKLN-11341
)
BRKLN-3340 Device Faults - Status Bar - When temperature turns back to normal in one device
(
https://usa-jira2.extron.com/browse/BRKLN-3340
)
Additional Temperature Warning - When one of the internal temperature turns back to normal in the device
Given a device is connected to the project
And all internal temperatures are gone up in the device
And status bar is updated with temperature warning message
And balloon popup displayed all temperature types on mouse over
When one of the temperature type turns back to normal in the device
Then that temperature type will be removed from the balloon popup
And other temperature types will be displayed in the balloon popup
And "Temperature Warning" message remains in the status bar
(
https://usa-jira2.extron.com/browse/BRKLN-11342
)
BRKLN-3341 Device Faults - Status bar - Temperature turns back to normal on all devices
(
https://usa-jira2.extron.com/browse/BRKLN-3341
)
BRKLN-3945 Device Fault - Status Bar - Mouse leave "Temperature Warning" status bar message
(
https://usa-jira2.extron.com/browse/BRKLN-3945
)
BRKLN-3969 Device Faults - Status bar - Temperature warning status bar message disappear if device is disconnected
(
https://usa-jira2.extron.com/browse/BRKLN-3969
)
BRKLN-5993 Device Faults - Status bar - Temperature warning status bar message disappear if device is removed
(
https://usa-jira2.extron.com/browse/BRKLN-5993
)
Warning Popup
Replace BRKLN-3355
Additional Temperature Warnings - Warning Popup - Popup will appear when temperature alert event triggered
Given number of devices are connected to the project
And internal <Type> temperature crossed the ceiling limit in the device(s)
When the temperature alert event triggered
Then warning dialog will appear with the warning message
And warning message will show high temperature device name and IP address
And will show what temperature raised on the device
|| Type ||
| Ambient |
| SBC |
| Input/Output Boards |
Note: Warning dialog should appear regardless of which task the user is on
(
https://usa-jira2.extron.com/browse/BRKLN-11343
)
Replace BRKLN-3915
Additional Temperature Warnings - Warning Popup - Click OK in the temperature warming popup will update status bar
Given internal <Type> temperature crossed the ceiling limit in the connected device
And warning dialog appeared on the event triggered
When the user clicks on 'OK' in the warning dialog
Then warning dialog disappears
And 'Temperature Warning' message appears in the status bar
|| Type ||
| Ambient |
| SBC |
| Input/output Boards |
Note: Warning dialog should appear regardless of which task the user is on
(
https://usa-jira2.extron.com/browse/BRKLN-11344
)
BRKLN-3916 Device Faults - Warning popup - When temperature is high on multiple devices
(
https://usa-jira2.extron.com/browse/BRKLN-11344
)
BRKLN-5973 Device Faults - Warning Popup - Temperature warning should appear after project file exists and hardware configuration dialog if any
(
https://usa-jira2.extron.com/browse/BRKLN-5973
)
Replace BRKLN-4059
Additional Temperature Warning - Warning Popup - Warning popup will appear when reconnect to the device with high internal temperature
Given a device is added to the project
And is connected to VCS software
And temperature crossed the ceiling limit in the device
And device is disconnected
When the device is reconnected with the fault
Then warning dialog will appear with the warning message
And warning message will show internal temperature failed device name, IP address and temperature type
Note: The below cases should be considered for re-connection.
◾Auto-Connect
◾Connect
◾Connect All
◾Reconnect from dropped connection pop up
◾Consider connection keep dropping out
◾Consider when need to push the project - connection workflow
(
https://usa-jira2.extron.com/browse/BRKLN-11345
)
Device Details
Replace BRKLN-3337
Additional Temperature Warning - Device Details - Display internal temperatures of the connected devices
Given one or more devices are added to the project
When the device is connected
Then VCS should read the internal <Type> temperature from the connected devices
And display both Celsius and Fahrenheit values in the below format
Example:
Internal temp: Ambient: 45 C (113 F)
SBC: 45 C (113 F)
I/O Boards: 45 C (113 F)
|| Type ||
| Ambient |
| SBC |
| Input/output Boards |
(
https://usa-jira2.extron.com/browse/BRKLN-11339
)
BRKLN-3338 Device details -Temperature detail should be blank when device disconnected
(
https://usa-jira2.extron.com/browse/BRKLN-3338
)
Replace BRKLN-3917
Additional Temperature Warning - Device Details - Temperature will be displayed in red color when the temperature type is gone up in the device
Given one or more devices are connected to the project
And internal <Type> temperature crossed the ceiling limit in the device(s)
When the device settings tab is opened
Then internal <Type> temperature should be updated with the current value
And will display in red color
Example:
Internal temp: Ambient: 45 C (113 F)
SBC: 69 C (162 F)
I/O Boards: 45 C (113 F)
|| Type ||
| Ambient |
| SBC |
| Input/output Boards |
(
https://usa-jira2.extron.com/browse/BRKLN-11338
)
Replace BRKLN-3918
Additional Temperature Warning - Device Details - Temperature will be displayed in black color when the temperature turns back to normal in the device
Given one or more devices are connected to the project
And internal <Type> temperature crossed the ceiling limit in the device(s)
And device settings is updated with temperature warning
When the device settings tab is opened
When the internal <Type> temperature is brought back to normal in the device(s)
Then internal temperature value should be updated
And will display in black color in device settings for that device
|| Type ||
| Ambient |
| SBC |
| Input/output Boards |
(
https://usa-jira2.extron.com/browse/BRKLN-11340
)