• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    How to control Barco RLM-W8 shutter with TCP protocol ?

    How To... ?
    2
    3
    3944
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Clement
      Clement last edited by

      Hi Izzy users,

      I am looking for some help about TCP messages because I would like to control the internal shutter of the Barco RLM-W8 projector through network link.
      I tried Projector Midi Remote but it doesn’t support PJLink protocol… (the connection computer/projector works because I can access to the control page on a web browser)

      So I thought about TCP Stream Control and TCP Send Data actors to communicate with the projector.
      I found on the forum an user actor made by @keftaparty which allows to control Sanyo projector shutter (I tried and it works fine), and I would like to do the same for the Barco RLM-W8 projector.

      On another forum someone succeed with the same projector by creating a TCP client connection and sending the commands :

      • Shutter off : TCPSend,Connection ID,op picture.mute = 0[CR]
      • Shutter on : TCPSend,Connection ID,op picture.mute = 1[CR]
        http://forum.coolux.de/viewtopic.php?t=1694&p=9110

      I tried unsuccessfully to put messages into edition of TCP Send Data actor, but I am not common with TCP command lines ; moreover I don’t know if TCP protocol is the good one or if I have to try with Serial data actors, but according to the one who succeed and to documentation where it is explain that « Barco protocol has been used on serial communication but is now also used for network based communication », a solution may exist for Isadora…

      Attached pictures group informations about barco protocol, maybe commands have to be converted in hexadecimal code, or have to be written from commands lines above…
      (for shutter / open it is the same structure except Command[0] \x22 and Checksum \x65)

      Thanks a lot for any help.
      Best wishes.
      Clement

      8c1288-patch-tcp-send-data.jpg 8cfbb0-protocol-barco-rlm-w8.jpg

      https://clementbardet.wordpress.com
      MBP retina late 2013 l 2,3GHz Core i7 l 16GB Ram l 2GB VRAM l OSX 10.12.6 l Latest Isadora version

      1 Reply Last reply Reply Quote 0
      • Clement
        Clement last edited by

        Hello all,

        I made some tests but it doesn't work...
        According to people who succeed with Pandoras Box in the link above, I would like to know if using TCP Stream Control and TCP Send Data actors is equal creating a TCP client connection / socket ?

        I think the command which have to be sent is one of these :

        • TCPSend,Connection ID,[hfe h00 h23 h42 h00 h66 hff]
        • TCPSend,Connection ID,op picture.mute = 0[CR]

        I tried with "hfe h00 h23 h42 h00 h66 hff" and "\xfe \x00 \x23 \x42 \x00 \x66 \xff" but maybe the syntax is wrong...
        Any suggestion ?
        Thanks by advance
        Clement

        https://clementbardet.wordpress.com
        MBP retina late 2013 l 2,3GHz Core i7 l 16GB Ram l 2GB VRAM l OSX 10.12.6 l Latest Isadora version

        1 Reply Last reply Reply Quote 0
        • G
          Gonzalo_Soldi last edited by

          Hi Clement, I have the same problem. Did you got the problem solved?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post