Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nevion Sublime router input not detected #90

Open
J-FB opened this issue Oct 29, 2020 · 3 comments
Open

Nevion Sublime router input not detected #90

J-FB opened this issue Oct 29, 2020 · 3 comments

Comments

@J-FB
Copy link

J-FB commented Oct 29, 2020

Hi there,
I'm testing a Nevion router (Sublime 32x32) and found that TVplay cannot control it. The Nevion router (modular) you tested has a controller (MULTICON), while this is not available on the SUBLIME router range.
The Protocol available on the SUBLIME range is only a subset of the MULTICON (Modular) protocol.
Yet, it is still the Nevion MRP protocol.
"inlist" and "si" commands are not available with the SUBLIME range, however, "sspi" and "sl" are implemented.

1- Would replacing the "si" commands by "sl" (that gives full level crosspoint status, instead of a range only) work? I noticed that there's an IF statement in NevionCummonicator.cs that should filter out the non-required outputports :line 253 lineParams[3] == _router.OutputPorts[0].ToString() .
"sl" command takes only 1 parameter : level, e.g. "sl l1"

2- Could "inlist" be replaced by "sspi"?, Although Inputs ports' names won't be available, sspi will still list down all the available input ports. This may require to replace (line 70) lineParams[3] with a string (such as "Out", or Output"), since sspi will return the status of the port as 4th parameter.

I have no competences in C#, I would appreciate your help on this

@jaskie
Copy link
Owner

jaskie commented Oct 29, 2020

Good job, @J-FB. Can you participate on testing the plugin with the router? I don't have access to any router of Sublime family. I'm in process of redesigning the plugin stuff with configuration user interfaces, so it can take a week or two.
If not, I'll try to borrow one from local distributor, they should have a demo.
Thanks,
Jurek

@J-FB
Copy link
Author

J-FB commented Oct 30, 2020

Hi Jurek, for sure I can test it.
Thanks a lot for your very good job.
Jean-Francois

@J-FB
Copy link
Author

J-FB commented Nov 15, 2020

We managed to compile the DLL with the changes described earlier and it seems working fine.
We'll start some more intensive testings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants