• 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

    Radiation detector send to trigger lights

    How To... ?
    6
    24
    16180
    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.
    • J
      JetJaguar last edited by

      Let's just say I had a radiation detector that had outputs that could somehow be translated through a device to a signal Izzy (or a computer for that matter) could receive. What would a potential patch look like in it to receive that signal and have it be able to in real time manipulate the stage lights (on off, dim for starters)?

      Portland, Oregon
      Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
      iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

      1 Reply Last reply Reply Quote 1
      • dbini
        dbini last edited by

        like this?

        John Collingswood
        taikabox.com
        2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
        plus an old iMac and assorted Mac Minis for installations

        1 Reply Last reply Reply Quote 0
        • Skulpture
          Skulpture Izzy Guru last edited by

          I think an arduino of some kind is needed to get an 'electronic' signal into it and then convert it into a digital format. 

          Thoughts?

          Graham Thorne | www.grahamthorne.co.uk
          RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
          RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
          RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

          GertjanB 1 Reply Last reply Reply Quote 0
          • GertjanB
            GertjanB Beta Platinum @Skulpture last edited by GertjanB

            If I'm not mistaken, a Geiger counter also produces sound so maybe is has some sort of a headphone output or you can make one. and use the sound to activate things.

            @Skulpture, there is even an Geiger counter arduino shield. Than you only have to take the input of that shield an use this line:

            Serial.print(1,DEC);
            Serial.println(Sensor data);

            Than connect arduino to isadora using serial. And with the Serial in watcher you can use the info to manipulate other stuff by using this line:

            "1"
            serValue : integer = 4 digits

            You can change the 1 for other data you want to send.

            @dbini, osc and arduino is a bit mor difficult. But also possible and easer for longer distances. Together with some smart people on and off this forum I made a simple way for osc between isadora and arduino but it can also be used the other way around in this post.

            www.gertjanbiasino.be

            J 1 Reply Last reply Reply Quote 0
            • J
              JetJaguar @GertjanB last edited by

              Thank you all for your input so far. I will know more tomorrow what the unit is I may have to work with and what the output is. I'll reply with that info then. 

               

              Portland, Oregon
              Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
              iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

              J 1 Reply Last reply Reply Quote 0
              • J
                JetJaguar @JetJaguar last edited by

                @joejdrums: Ok folks more info. This is for a student project and I just received more crucial info. They will already have converted the geiger readings into a data file through a piece of software. I don't know what file types Izzy reads. I'm guessing they would need to put the data into a data table actor of sorts? That Izzy can read continuously/or once per trigger? Is that possible? 

                The "data table" actor would then need to send to Izzy to manipulate light parameters in whatever meaningful way is both possible and/or the student chooses.

                Make sense? Thanks again in advance.

                Portland, Oregon
                Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                GertjanB 1 Reply Last reply Reply Quote 0
                • GertjanB
                  GertjanB Beta Platinum @JetJaguar last edited by

                  @joejdrums

                  Do you mean data array? If I'm not mistaken that actor can only read data in a format made by a data array (= numbers with a space in between and a character return at the end of every data line, I think)

                  What you need to know is: if the software also sends real time data or it only saves it in a file.

                  If it only saves it as a text file maybe you can read that text file with a javascript actor and use java to read whatever information is in that file. Best would be Json data.
                  Every time the Javascript acter is triggered it reads the file again. So if the data change in the text file you should have a "nearly live" connection (is that correct @DusX ?).

                  www.gertjanbiasino.be

                  J DusX 2 Replies Last reply Reply Quote 0
                  • J
                    JetJaguar @GertjanB last edited by

                    @gertjanb: It sounds like a data array actor then. I do not know, but thanks for pointing me in the right direction. As I'm understanding it currently the software the student is using will save it as a file, not sending in real time but that would be even cooler. 

                    If a file then that into javascript actor. confused about json data. are you saying to somehow turn a .text file into json data and then into javascript actor?

                    Also, lets just say the software that was converting the geiger send could send real time. Would that be back to the OSC solution that first came in?

                    Portland, Oregon
                    Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                    iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                    GertjanB 1 Reply Last reply Reply Quote 0
                    • GertjanB
                      GertjanB Beta Platinum @JetJaguar last edited by

                      @joejdrums

                      I'm not an expert on Json data (DusX is) but from what I know, you can save Json data in a text file and read it with the javascript actor.
                      I think there are other ways of importing Json but i never had the need of using it before.

                      OSC would only be possible if the other software can send osc. And if it is an industrial software i doubt it will have an osc function.

                      www.gertjanbiasino.be

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        JetJaguar @GertjanB last edited by

                        @gertjanb: so the javascript actor inserted in place of the OSC Listener in the patch shown above?

                        Portland, Oregon
                        Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                        iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                        GertjanB 1 Reply Last reply Reply Quote 0
                        • GertjanB
                          GertjanB Beta Platinum @JetJaguar last edited by

                          @joejdrums 

                          Your javascript will have an array it sends out, so you will have multiple outputs. These outputs can be a value or text. 

                          If its a value you can swap it for the osc listener in the patch above. (you probably won't be needing the limit scale value because you can do that in your javascript.)

                          www.gertjanbiasino.be

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            JetJaguar @GertjanB last edited by

                            @gertjanb: Looks like the software the student is using does send OSC information. Real time looks possible if desired. 

                            Portland, Oregon
                            Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                            iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              JetJaguar @JetJaguar last edited by

                              Update. The workflow is as follows. Homemade Gieger meter is sending analog signal through a digital converter into a computer running LabView. LabView can run NI OSC library in it so we should be able to get a live send from LabView into Izzy!

                              Questions- How to pull in the OSC message via the network into the OSC Listener? Izzy will more than likely be running on one machine and LabView will be sending on another. I recall an actor called OSC Receiver but cannot find it?  How does Izzy "receive" the send from LabView's OSC output?

                              Portland, Oregon
                              Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                              iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                              1 Reply Last reply Reply Quote 0
                              • DusX
                                DusX Tech Staff @GertjanB last edited by

                                @gertjanb said:

                                Every time the Javascript acter is triggered it reads the file again

                                 The reading of external files can be done 2 ways. Using the Read() and Include() functions.

                                Include must be the first line of your code, and will simply include the text in the file passed to it as additional Javascript. (parsed inline with your code after).

                                Read can put the text content of a file into a variable. This one can be used on command.

                                If using Include(), the command is run on Initialization of the javascript actor (this can be triggered via a User Actor on/off if within an user actor)

                                Read() can be called as part of a function. I wouldn't suggest calling it constantly (this will be a slowdown to the system), rather use a trigger input to call the function containing Read() when required.

                                Either of these can help you with reading JSON, but I would recommend Read() for getting data, and Include() for code Libraries (CSV parsing libs, XML parsing libs etc..)

                                Troikatronix Technical Support

                                • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                                • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                                • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                                Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                                J 2 Replies Last reply Reply Quote 0
                                • J
                                  JetJaguar @DusX last edited by

                                  @dusx: Thanks! That will be very helpful if we deal with files. Trying to understand how to have OSC listener "hear" the network send from LabView in real time?

                                  Portland, Oregon
                                  Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                                  iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

                                  Michel Skulpture 2 Replies Last reply Reply Quote 0
                                  • Michel
                                    Michel Izzy Guru @JetJaguar last edited by

                                    @jetjaguar

                                    open the communication menu --> stream setup --> and click on auto-detect input. The source machine has to send to the IP address of the receiving computer.

                                    Best Michel

                                    Michel Weber | www.filmprojekt.ch | rMBP (2019) i9, 16gig, AMD 5500M 8 GB, OS X 10.15 | located in Winterthur Switzerland.

                                    1 Reply Last reply Reply Quote 0
                                    • Skulpture
                                      Skulpture Izzy Guru @JetJaguar last edited by

                                      @jetjaguar said:

                                      @dusx: Thanks! That will be very helpful if we deal with files. Trying to understand how to have OSC listener "hear" the network send from LabView in real time?

                                      You basically need to know the IP address and the port number it is sending to.

                                      It's a little hard to explain how this work over text/written words.

                                      Graham Thorne | www.grahamthorne.co.uk
                                      RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                                      RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                                      RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

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

                                        also> check the OSC port number in Preferences. it needs to be the same as the one being used by your interface application to send the OSC. i think i remember correctly that the default is 1234. if you change it in Izzy, you need to restart Izzy for it to take effect. and> OSC coming into Izzy needs to start with a forward slash.

                                        John Collingswood
                                        taikabox.com
                                        2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
                                        plus an old iMac and assorted Mac Minis for installations

                                        1 Reply Last reply Reply Quote 0
                                        • Skulpture
                                          Skulpture Izzy Guru last edited by

                                          A tutorial I did for TouchOSC and Isadora. The methods are the same, just pretend Touch OSC is instead LabView (....kinda)

                                          Graham Thorne | www.grahamthorne.co.uk
                                          RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
                                          RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
                                          RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                                          1 Reply Last reply Reply Quote 2
                                          • J
                                            JetJaguar last edited by

                                            Excellent! Will play with all of this over next week or so, great community of support for Izzy. 

                                            Portland, Oregon
                                            Mac Pro Retina 2013: 2.6 GHz Intel Core i7, 16 GB DDR3 Ram
                                            iMac 5K: 4 GHz quad-core Intel Core i7, 32 GB DDR3 SDRAM

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