Skip to content

Commit

Permalink
Update readme (#368)
Browse files Browse the repository at this point in the history
* Cosmetic

* Add info
  • Loading branch information
luiscantero authored Jun 19, 2024
1 parent 592443d commit 619cea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ More information about this feature can be found [here](deterministic-alarms.md)
- `0`: Slow and Fast nodes are not updated
- `> 0`: Slow and Fast nodes are updated the given number of times, then they stop being updated (the value of the configuration node is decremented at every update).
- Nodes with deterministic random GUIDs as node IDs: `--gn=<number_of_nodes>`
- Node with opaque identifier (free-format byte string)
- Nodes of type NodeId and ExpandedNodeId with IdType:
- String
- Numeric
- GUID
- Opaque
- Nodes with 1 kB (ByteString) values: `--vf1k`. The first byte cycles from 0 to 255 in a configurable rate in ms: `--vf1kr`. The values are deterministic but scrambled to ensure that they are not efficiently compressed.
- Load binary *.PredefinedNodes.uanodes file(s) compiled from an XML NodeSet: `--unf=<PredefinedNodes_uanodes>`
- Load *.NodeSet2.xml file(s): `--ns2=<NodeSet2_xml>`
Expand Down
1 change: 0 additions & 1 deletion tests/OpaqueAndNodeIdTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace OpcPlc.Tests;
[TestFixture]
public class OpaqueAndNodeIdTests : SubscriptionTestsBase
{

[Test]
public void TestNodeIdNodes()
{
Expand Down

0 comments on commit 619cea4

Please sign in to comment.