Skip to content

Commit

Permalink
Merge pull request #721 from synnaxlabs/eislam/sy-958-opc-ua-process-…
Browse files Browse the repository at this point in the history
…review

Eislam/sy 958 opc ua process review
  • Loading branch information
Lham42 authored Jul 14, 2024
2 parents a57da3e + c446c76 commit a649cd7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,13 @@ I can successfully:
- [ ] Array Sampling - Read from multiple channels in array-sampling mode.
- [ ] Array Sampling - Auto-generate timestamps on the driver.
- [ ] Array Sampling - Read timestamps from the OPC UA server.
- [ ] Array Sampling - The driver will not crash if I specify an improper array
size.
- [ ] Array Sampling - The driver will not crash if I specify an improper array size.
- [ ] Channel Selection - The read task dialog will recommend synnax channels
based on the configured OPC UA node.
- [ ] Connect to a physical device and read data from it.
- [ ] Maintain operation of the driver when a device is disconnected or a channel is
removed from the device while it is running.
- [ ] Enable and disable data saving at will.

### National Instruments

Expand All @@ -243,6 +246,7 @@ I can successfully:
- [ ] Recognize and connect to a National Instruments devices available on
network.
- [ ] Recognize and connect to physcial and simulated devices.
- [ ] Disconnect a physical device from the machine with a task running without faulting.
- [ ] Save device configuration.
- [ ] Not see chassis devices connected to the machine
- [ ] See devices connected to a chassis
Expand All @@ -259,6 +263,7 @@ I can successfully:
- [ ] Begin several tasks at different times and see them all plotting live
data.
- [ ] Enable and disable data saving at will.
- [ ] verify there is no lag between sensor input and data written to sever.

##### Special Purpose Channels

Expand Down Expand Up @@ -346,5 +351,4 @@ I can successfully:
### Other

I can successfully:

- [ ] Toggle the color theme from the command search bar.

0 comments on commit a649cd7

Please sign in to comment.