Page 7 of 8 FirstFirst ... 345678 LastLast
Results 61 to 70 of 79

Thread: Laser emergency stop over ethernet

  1. #61
    Join Date
    Apr 2008
    Location
    Amsterdam, NL
    Posts
    2,098

    Default

    With your solution you will need extra LAN cable to the projector for the shutter/power control.

    The advantage is you do not need to modify the switch and QM.net, but I have allready put the QM and switch in a box with Neutrik RJ45 sockets (good stuff) and a DOUBLE ILDA port with XY invert switches so this modification was easy for me.

    I do not have the knowledge to mak a IP polling switch, and I also like to keep it simple.
    But the idea is good, but will it affect the network if you need to poll 10 or more QM.nets?

  2. #62
    Join Date
    May 2007
    Location
    Romania
    Posts
    1,041

    Default

    It will not effect the network as all the devices are all slaves that respond to the same IP source. Ie they are all waiting for the same info, keyswitch, power on/off.

    the idea is they only sit there listening and dont send any data.

  3. #63
    Join Date
    May 2007
    Location
    Romania
    Posts
    1,041

  4. #64
    Join Date
    Oct 2005
    Location
    Melbourne, Australia
    Posts
    678

    Default

    Quote Originally Posted by andyf97 View Post
    It will not effect the network as all the devices are all slaves that respond to the same IP source. Ie they are all waiting for the same info, keyswitch, power on/off.

    the idea is they only sit there listening and dont send any data.
    Okay.. so the master control box sends multicast packets out... the recievers listen for them..

    pretty easy. the only problem is, even THIS is a little complex.. i mean, you're relying on software being coded in such a way that will never result in the reciever mistakenly believing it's receiving the watchdog codes when it ain't...

    The other thing, i think turning off a projector is a little over kill, i think hitting hte shutter button should just drop the shutters int he lasers...

    turning off teh qmnets when you hit the stop button is bad becuase it may crash livepro... or make it a little unhappy
    Now proudly stocking and offering the best deals on laser-wave

    www.lasershowparts.com
    http://stores.ebay.com.au/Lasershow-Parts

  5. #65
    Join Date
    May 2007
    Location
    Romania
    Posts
    1,041

    Default

    Hi Aijii

    The idea here is to have a kill all "option" and I think in Europe it must be like that.

    The shutter will be off anyway if you activate it from live pro.

    The key switch is a manual operation that usually doesn’t take off the main power to a projector so it can be like a function of the remote power unit that means just replacing the projector key switch with a socket and the remote power has a relay to toggle the key switch input.

    Also with this system, you can add other features, maybe turning off specific parts of the projector. It should never be used as a show function selector as that should be done with DMX, but for a few features that are required for every projector, it could be handy, just as a thought during setup and alignment of zones you might want to use 10% power on all projectors for safety especially if many CCD devices are in the Hall.

    In the code for the master module it could be coded based on option switches that are fixed on the main PCB. Like DMX address switches.

    Based on what option switches are set, what actions do we take when the red button is pressed, power off all, power off just the QMNET, power off only the projector, when the key is switched, what to do , re-boot all QMNET, key switch off the projectors, the possibilities are endless as the code is quite simple.


    Regarding what the master sends out, this needs to be a very short packet almost like a ping, but in this case the remotes do not reply, I think they can even all have the same IP but as they do not broadcast there presence on the LAN. I am not so sure about this part but if I remember, you can have many simple coded microchips connected to a LAN that sit there only listening for specific data. Don’t think that is too complex for a coder and there is tons of packet sniffing code out there.

    So the system I believe will be very safe, as safe as using your QMNET on the LAN is.

    Last edited by andyf97; 04-09-2009 at 23:10.

  6. #66
    Join Date
    May 2008
    Location
    nerdtown, USA
    Posts
    1,165

    Default

    You can't give them all the same IP address since that will upset the switch. IP addresses are resolved to MAC addresses by a thing called an ARP table. Multiple MAC addresses for a single IP address will lead to the switches getting confused, desynced, and either delivering all the traffic to one host or not delivering it at all.

    However, there's no real reason to use IP at all in a product like this. Why not just use raw ethernet frames? They are not routable, but if you're routing this traffic you need to think seriously about end-to-end reliability anyway.

  7. #67
    Join Date
    May 2007
    Location
    Romania
    Posts
    1,041

    Default

    I suppose its actually cleaner to give them there own IPs. I guess that way will result in less overall network traffic or collisions. I think also the wiznet modules in QMnets can have all there IPs set easy enough so why not. At least then its all a standard on the LAN.

    The idea is the projectors do not work unless correct data is being received by the remotes. So when we think like this, its harder to make them work than to not work.

    Just had another thought, this can also help to check the LAN, lets say that master pings these remotes now and then for a LAN health check. A simple LED on the master control can show if any packets were lost and also from which remote. This would be great as it could help to identyfy dodgy connections in the installation.

    Oh here we go, and now we need a small lcd to show connected remote power controllers, then a touch screen to switch individual projectors off.

    You know you could have several estop switches located around an arena, maybe one on the stage.

    I smell a new product in the air.

  8. #68
    Join Date
    Oct 2005
    Location
    Melbourne, Australia
    Posts
    678

    Default

    ip multicast will solve the issue. so have the transmitter transmit multicast packets, and the receivers listen out for the specific multicast address. That is if the wiznets support multicast.

    which they should
    Now proudly stocking and offering the best deals on laser-wave

    www.lasershowparts.com
    http://stores.ebay.com.au/Lasershow-Parts

  9. #69
    Join Date
    Oct 2005
    Location
    Melbourne, Australia
    Posts
    678

    Default

    Now proudly stocking and offering the best deals on laser-wave

    www.lasershowparts.com
    http://stores.ebay.com.au/Lasershow-Parts

  10. #70
    Join Date
    Oct 2005
    Location
    Melbourne, Australia
    Posts
    678

    Default

    Quote Originally Posted by andyf97 View Post
    Just had another thought, this can also help to check the LAN, lets say that master pings these remotes now and then for a LAN health check. A simple LED on the master control can show if any packets were lost and also from which remote. This would be great as it could help to identyfy dodgy connections in the installation.
    this is easy to achieve... i have a few ideas

    Quote Originally Posted by andyf97 View Post
    I smell a new product in the air.
    so do i nice...
    Now proudly stocking and offering the best deals on laser-wave

    www.lasershowparts.com
    http://stores.ebay.com.au/Lasershow-Parts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •