Tally Arbiter to Decimator Quad #403
Replies: 5 comments 6 replies
-
If you have a USB relay you could make it work with the relay listener? Just short the right cable to ground and it will light the tally |
Beta Was this translation helpful? Give feedback.
-
You could do something where you send tsl to a pi with a usb to rs485 adapter attached, which listens for the tsl data and then sends it over the serial connection as needed. But obviously that would have to be custom coded. It would keep it as a separate process from the TA server though and make it easier to relocate the quad or the server as needed |
Beta Was this translation helpful? Give feedback.
-
Hi, I mocked this up today using a USB to 485 dongle and some free software from Commfront to create a serial server. https://www.commfront.com/collections/serial-tcp-ip Configure the software as a server, set up a tsl client pointing at the ip and port shown in the bottom right, and add actions for each multiviewer window to trigger the tally and label. I don't want to run the software forever, so I ordered a ethernet to 485 module on Amazon to do the same thing. Something like this. Now I want to figure out how to get the source names from my videohub to show up on the decimator based on the outputs assigned to the inputs. Best Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I did not. I used the TSL module in Companion to drive an Ethernet 485
converter, which is working. The 485 converter did work to drive the
Decimator UMD.
Best.
Allen
…On Wed, Aug 7, 2024 at 2:37 PM T.J. Heideman ***@***.***> wrote:
Hi Allen - Just wondering if you were successful in that endeavour? Did
the 485 module work for you?
—
Reply to this email directly, view it on GitHub
<#403 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPLQOOBGQIRTSDVBMD46YTZQJLMXAVCNFSM6AAAAABME32ZBCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRWG4ZDSMQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I've successfully been able to use a WaveShare PoE TCP to RS422/485 device and it works with the Decimator. I used the reference documentation from TSL on the serial tech specs for TSL 3.1 and it worked like a charm. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was looking into have Tally Arbiter feed a Decimator DMON-QUAD to provide tally for a multiviewer.
Right now it seems TSL in Tally Arbiter is network based, so I'm wondering if there's a box that would have Ethernet for networking and a RJ422 over rj45? Or is there a way to do this over USB if plugged into the tally arbiter server?
Here's what the Decimator manual says. This is pinouts of an RJ-45 connector:

Beta Was this translation helpful? Give feedback.
All reactions