-
Updated
Jun 21, 2021 - Python
manufacturing
Here are 173 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
Jun 21, 2021 - Java
-
Updated
Jun 21, 2021 - Perl
-
Updated
Dec 29, 2020 - HTML
-
Updated
Jan 12, 2020
-
Updated
Jun 12, 2021 - Python
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 18, 2021 - C++
-
Updated
Oct 21, 2017
-
Updated
Sep 12, 2018 - C#
-
Updated
Dec 7, 2017 - C#
-
Updated
Feb 4, 2018 - C#
-
Updated
Jun 20, 2021 - Rich Text Format
-
Updated
Jun 14, 2021 - PHP
-
Updated
Feb 27, 2021 - Python
-
Updated
May 17, 2020 - Scala
-
Updated
Feb 24, 2021 - Jupyter Notebook
-
Updated
Mar 17, 2021 - Python
-
Updated
Apr 28, 2021 - Python
-
Updated
May 24, 2021 - Jupyter Notebook
-
Updated
Jan 24, 2020
-
Updated
Jun 21, 2021 - Java
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
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