-
Updated
Jul 29, 2021 - Python
manufacturing
Here are 176 public repositories matching this topic...
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
Is this a bug or feature request?
FR
What is the current behavior?
not in the tree
What is the expected or desired behavior?
should be under the section "System"
-
Updated
Jul 29, 2021 - Java
-
Updated
Jul 29, 2021 - Perl
-
Updated
Dec 29, 2020 - HTML
-
Updated
Jan 12, 2020
-
Updated
Jul 28, 2021 - Python
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jul 29, 2021 - C++
-
Updated
Oct 21, 2017
-
Updated
Sep 12, 2018 - C#
-
Updated
Dec 7, 2017 - C#
-
Updated
Feb 4, 2018 - C#
-
Updated
Jul 28, 2021 - Rich Text Format
-
Updated
Jul 28, 2021 - PHP
-
Updated
Feb 27, 2021 - Python
-
Updated
May 17, 2020 - Scala
-
Updated
Feb 24, 2021 - Jupyter Notebook
-
Updated
Jul 10, 2021 - Python
WHAT: Add a new Task type for a shutdown/reboot task.
WHY: An automated TaskList might want to reboot the DUT in the middle of the task flow. Currently, you would need to finish a TaskList, reboot via the API, then resume the TaskList.
HOW: Add a new Task type, which is used for Shutdown or Reboot. When executed as part of a TaskList, the reboot operation is performed and then th
-
Updated
Mar 17, 2021 - Python
-
Updated
May 24, 2021 - Jupyter Notebook
-
Updated
Jul 22, 2021 - Java
-
Updated
Jan 24, 2020
-
Updated
Jul 11, 2017 - C#
-
Updated
Jun 16, 2021 - TypeScript
Improve this page
Add a description, image, and links to the manufacturing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the manufacturing topic, visit your repo's landing page and select "manage topics."
Environment
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
Expected behaviour
Connection to Redis server running on unixsocket, configured within Lua scr