-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BinaryTests for: Obsidian RDM10 FW 2.9.2 & 2.9.4 ENTEC DIN Ethergate 2 FW 2.1 & FW 2.5
- Loading branch information
1 parent
3eacda1
commit 19aeb4a
Showing
8 changed files
with
305 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
ArtNetTests/Binary Tests/Elation/Obsidian/Elation_Obisdian_RDM10_2_9_2.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
using ArtNetSharp; | ||
using RDMSharp; | ||
|
||
namespace ArtNetTests.Binary_Tests.Luminex | ||
{ | ||
internal class Elation_Obisdian_RDM10_2_9_2 : AbstractArtPollReplyBinaryTestSubject | ||
{ | ||
private static readonly byte[] DATA= [ | ||
0x41, 0x72, 0x74, 0x2d, 0x4e, 0x65, 0x74, 0x00, | ||
0x00, 0x21, 0x02, 0x6a, 0x4e, 0x13, 0x36, 0x19, | ||
0x02, 0x5e, 0x00, 0x00, 0x2a, 0x1e, 0x00, 0xe2, | ||
0xa6, 0x22, 0x50, 0x6f, 0x72, 0x74, 0x20, 0x31, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x4e, 0x45, 0x54, 0x52, | ||
0x4f, 0x4e, 0x20, 0x52, 0x44, 0x4d, 0x31, 0x30, | ||
0x28, 0x34, 0x32, 0x3a, 0x34, 0x43, 0x3a, 0x41, | ||
0x32, 0x3a, 0x32, 0x32, 0x3a, 0x34, 0x45, 0x3a, | ||
0x31, 0x33, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x40, 0x00, | ||
0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x42, 0x4c, 0xa2, 0x22, 0x4e, 0x13, 0x02, | ||
0x6a, 0x4e, 0x13, 0x01, 0xdd, 0xc0, 0x00, 0x00, | ||
0x00, 0x3c, 0x22, 0xa6, 0x06, 0xd3, 0x02, 0x28, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ]; | ||
|
||
private static readonly PortTestSubject[] PORTS = | ||
[ | ||
new PortTestSubject(EPortType.InputToArtNet,(Universe)0,(Universe)0) | ||
]; | ||
public Elation_Obisdian_RDM10_2_9_2() : base( | ||
"Elation Obsidian RDM10 (FW 2.9.2)", | ||
DATA, | ||
0, | ||
"Port 1", | ||
"NETRON RDM10(42:4C:A2:22:4E:13)", | ||
new MACAddress("42:4c:a2:22:4e:13"), | ||
new IPv4Address("2.106.78.19"), | ||
new IPv4Address("2.106.78.19"), | ||
0x2a1e, | ||
0x22a6, | ||
EStCodes.StNode, | ||
PORTS, | ||
true, | ||
majorVersion: 2, | ||
minorVersion: 92) | ||
{ | ||
} | ||
} | ||
} |
63 changes: 63 additions & 0 deletions
63
ArtNetTests/Binary Tests/Elation/Obsidian/Elation_Obisdian_RDM10_2_9_4.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
using ArtNetSharp; | ||
using RDMSharp; | ||
|
||
namespace ArtNetTests.Binary_Tests.Luminex | ||
{ | ||
internal class Elation_Obisdian_RDM10_2_9_4 : AbstractArtPollReplyBinaryTestSubject | ||
{ | ||
private static readonly byte[] DATA= [ | ||
0x41, 0x72, 0x74, 0x2d, 0x4e, 0x65, 0x74, 0x00, | ||
0x00, 0x21, 0x02, 0x5e, 0x4a, 0x67, 0x36, 0x19, | ||
0x02, 0x5c, 0x00, 0x00, 0x2a, 0x1e, 0x00, 0xe2, | ||
0xa6, 0x22, 0x50, 0x6f, 0x72, 0x74, 0x20, 0x31, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x4e, 0x45, 0x54, 0x52, | ||
0x4f, 0x4e, 0x20, 0x52, 0x44, 0x4d, 0x31, 0x30, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x00, | ||
0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x80, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x42, 0x4c, 0x4a, 0x16, 0x4a, 0x67, 0x02, | ||
0x5e, 0x4a, 0x67, 0x01, 0xdd, 0xc0, 0x00, 0x00, | ||
0x00, 0x3c, 0x22, 0xa6, 0x06, 0xd3, 0x01, 0x67, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ]; | ||
|
||
private static readonly PortTestSubject[] PORTS = | ||
[ | ||
new PortTestSubject(EPortType.OutputFromArtNet,(Universe)0,(Universe)0) | ||
]; | ||
public Elation_Obisdian_RDM10_2_9_4() : base( | ||
"Elation Obsidian RDM10 (FW 2.9.4)", | ||
DATA, | ||
0, | ||
"Port 1", | ||
"NETRON RDM10", | ||
new MACAddress("42:4c:4a:16:4a:67"), | ||
new IPv4Address("2.94.74.103"), | ||
new IPv4Address("2.94.74.103"), | ||
0x2a1e, | ||
0x22a6, | ||
EStCodes.StNode, | ||
PORTS, | ||
true, | ||
majorVersion:2, | ||
minorVersion:94) | ||
{ | ||
} | ||
} | ||
} |
63 changes: 63 additions & 0 deletions
63
ArtNetTests/Binary Tests/Entec/Din Ethergate 2/Entec_Din_Ethergate_2_FW_2_1.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
using ArtNetSharp; | ||
using RDMSharp; | ||
|
||
namespace ArtNetTests.Binary_Tests.Luminex | ||
{ | ||
internal class Entec_Din_Ethergate_2_FW_2_1 : AbstractArtPollReplyBinaryTestSubject | ||
{ | ||
private static readonly byte[] DATA= [ | ||
0x41, 0x72, 0x74, 0x2d, 0x4e, 0x65, 0x74, 0x00, | ||
0x00, 0x21, 0x02, 0x00, 0x00, 0x55, 0x36, 0x19, | ||
0x02, 0x01, 0x00, 0x00, 0x01, 0x90, 0x00, 0x02, | ||
0x4e, 0x45, 0x45, 0x74, 0x68, 0x65, 0x72, 0x67, | ||
0x61, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x44, 0x49, 0x4e, 0x20, | ||
0x45, 0x74, 0x68, 0x65, 0x72, 0x67, 0x61, 0x74, | ||
0x65, 0x20, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0xd0, 0x9f, 0xd9, 0x90, 0x45, 0x16, 0x02, | ||
0x00, 0x00, 0x55, 0x01, 0x0d, 0x00, 0x00, 0x80, | ||
0x80, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ]; | ||
|
||
private static readonly PortTestSubject[] PORTS = | ||
[ | ||
new PortTestSubject(EPortType.OutputFromArtNet,(Universe)0,(Universe)0) | ||
]; | ||
public Entec_Din_Ethergate_2_FW_2_1() : base( | ||
"ENTEC DIN Ethergate 2 (FW 2.1)", | ||
DATA, | ||
0, | ||
"Ethergate", | ||
"DIN Ethergate 2", | ||
new MACAddress("d0:9f:d9:90:45:16"), | ||
new IPv4Address("2.0.0.85"), | ||
new IPv4Address("2.0.0.85"), | ||
0x0190, | ||
0x454e, | ||
EStCodes.StNode, | ||
PORTS, | ||
false, //[215] GoodOutputB RDM Flag on port 3 & 4 set, but should be 0 | ||
majorVersion: 2, | ||
minorVersion: 1) | ||
{ | ||
} | ||
} | ||
} |
Oops, something went wrong.