Command line from the console #16
-
We couldn't seem to find a way to do this yesterday, but I would like to get a little text box that reflects the command line of the EOS console on my workspace. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 2 replies
-
@NewAspectDesign To confirm, you are referring to having a view that can display a log of any OSC messages received, in this case, from an EOS console? |
Beta Was this translation helpful? Give feedback.
-
Kind of. A button that will display text from the command line of the console.
If the button were to receive and display "• “/eos/out/cmd”, <string argument with current command line text> “
Then I would be able to see the command line updated on my remote.
Thanks,
Clint Allen
New Aspect Design LLC
713-540-9867
***@***.***
www.newaspectdesign.net <http://www.newaspectdesign.net/>
IG <https://www.instagram.com/newaspectdesign/> | FB <https://www.facebook.com/newaspectdesign/?view_public_for=109789367436880> | IN <https://www.linkedin.com/in/clint-allen-nadesign/> | CODA <https://www.codaworx.com/profile/?clintnewaspectdesign-net/>
… On Apr 19, 2021, at 6:04 AM, Matt Didon ***@***.***> wrote:
@NewAspectDesign <https://github.com/NewAspectDesign> To confirm, you are referring to having a view that can display a log of any OSC messages received, in this case, from an EOS console?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATCKH6EOLVO5FAMITRERA5TTJQE4XANCNFSM427XIJRA>.
|
Beta Was this translation helpful? Give feedback.
-
@NewAspectDesign Would you be able to sketch a basic diagram so I can get a better idea? |
Beta Was this translation helpful? Give feedback.
-
This is what the command line looks like in ETC Nomad software.
using the /eos/out/cmd, I would like CTRL to listen to port xxxx from EOS and populate a “text" button with the text sent from the eos out OSC.
In the above image I would see in CTRL “text” box: group when I type group on the eos, then @ when I type @, then 100 when I type 100.
The /eos/out/cmd sends whatever is typed on the commandline out to whatever is listening to the Tx port.
I don’t know if you have the EOS software hanging around. It’s free to use, just need a dongle to output DMX.
Here’s a link.
https://www.etcconnect.com/Support/Consoles/Eos-Family/Eos-Ti/Software.aspx <https://www.etcconnect.com/Support/Consoles/Eos-Family/Eos-Ti/Software.aspx>
Clint Allen
New Aspect Design LLC
713-540-9867
***@***.***
www.newaspectdesign.net <http://www.newaspectdesign.net/>
IG <https://www.instagram.com/newaspectdesign/> | FB <https://www.facebook.com/newaspectdesign/?view_public_for=109789367436880> | IN <https://www.linkedin.com/in/clint-allen-nadesign/> | CODA <https://www.codaworx.com/profile/?clintnewaspectdesign-net/>
… On Apr 20, 2021, at 4:55 AM, Matt Didon ***@***.***> wrote:
@NewAspectDesign <https://github.com/NewAspectDesign> Would you be able to sketch a basic diagram so I can get a better idea?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATCKH6DNJCB3MNYTTTEBRALTJVFPJANCNFSM427XIJRA>.
|
Beta Was this translation helpful? Give feedback.
-
It’s the area in orangish
Clint Allen
New Aspect Design LLC
713-540-9867
***@***.***
www.newaspectdesign.net
… On Apr 21, 2021, at 12:51 PM, Matt Didon ***@***.***> wrote:
Thanks for info, unfortunately the image does not appear to have been included.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
@NewAspectDesign Thanks for all info, I understand what you are aiming to do now. 1. Set the OSC TX settings to the IP address of iPad and Ctrl for iPad OSC port number (default is: 53000) 2. Create a new Title control in workspace, this is located under the Descriptors section. 3. In the Properties tab, set the Label Alignment to left 4. In the OSC tab under API Methods, tap Create Custom Binding. 5. Set the Command Parameter to Label and enter 6. Once you tap save and return to interface you can resize your control. Updating the command line in EOS should now be reflected in the control. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Create custom binding!!!!!
Dang. I gotta get better at reading manuals.
Thanks,
Clint Allen
New Aspect Design LLC
713-540-9867
***@***.***
www.newaspectdesign.net
… On Apr 22, 2021, at 7:24 AM, Matt Didon ***@***.***> wrote:
@NewAspectDesign Thanks for all info, I understand what you are aiming to do now.
I've tested this process with EOS and Ctrl for iPad to make sure this works. Follow the steps below to setup.
1. Set the OSC TX settings to the IP address of iPad and Ctrl for iPad OSC port number (default is: 53000)
2. Create a new Title control in workspace, this is located under the Descriptors section.
3. In the Properties tab, set the Label Alignment to left
4. In the OSC tab under API Methods, tap Create Custom Binding.
5. Set the Command Parameter to Label and enter /eos/out/cmd into the Custom Command String field and tap save.
6. Once you tap save and return to interface you can resize your control. Updating the command line in EOS should now be reflected in the control.
Hope this helps!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Works great. I have a tendency to create a title for every button, but as soon as I removed it we were in business.
Awesome. Thank you.
Clint Allen
New Aspect Design LLC
713-540-9867
***@***.***
www.newaspectdesign.net <http://www.newaspectdesign.net/>
IG <https://www.instagram.com/newaspectdesign/> | FB <https://www.facebook.com/newaspectdesign/?view_public_for=109789367436880> | IN <https://www.linkedin.com/in/clint-allen-nadesign/> | CODA <https://www.codaworx.com/profile/?clintnewaspectdesign-net/>
… On Apr 22, 2021, at 7:24 AM, Matt Didon ***@***.***> wrote:
@NewAspectDesign <https://github.com/NewAspectDesign> Thanks for all info, I understand what you are aiming to do now.
I've tested this process with EOS and Ctrl for iPad to make sure this works. Follow the steps below to setup.
<https://user-images.githubusercontent.com/16917736/115712335-8f3f0700-a36c-11eb-836c-b63809933754.PNG>
1. Set the OSC TX settings to the IP address of iPad and Ctrl for iPad OSC port number (default is: 53000)
<https://user-images.githubusercontent.com/16917736/115712472-b85f9780-a36c-11eb-87dd-725bf9d5051e.PNG>
2. Create a new Title control in workspace, this is located under the Descriptors section.
<https://user-images.githubusercontent.com/16917736/115712706-fd83c980-a36c-11eb-8d00-dcfb9e5d0b17.PNG>
3. In the Properties tab, set the Label Alignment to left
<https://user-images.githubusercontent.com/16917736/115712887-43d92880-a36d-11eb-9309-ad25c1530a74.PNG>
4. In the OSC tab under API Methods, tap Create Custom Binding.
<https://user-images.githubusercontent.com/16917736/115713063-7daa2f00-a36d-11eb-8260-50edea083fdc.PNG>
5. Set the Command Parameter to Label and enter /eos/out/cmd into the Custom Command String field and tap save.
<https://user-images.githubusercontent.com/16917736/115713242-b21deb00-a36d-11eb-90b5-e50e484bcbe3.PNG>
6. Once you tap save and return to interface you can resize your control. Updating the command line in EOS should now be reflected in the control.
Hope this helps!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATCKH6BY6T5QAOEWVV3Q3P3TKAIQXANCNFSM427XIJRA>.
|
Beta Was this translation helpful? Give feedback.
@NewAspectDesign Thanks for all info, I understand what you are aiming to do now.
I've tested this process with EOS and Ctrl for iPad to make sure this works. Follow the steps below to setup.
1. Set the OSC TX settings to the IP address of iPad and Ctrl for iPad OSC port number (default is: 53000)
2. Create a new Title control in workspace, this is located under the Descriptors section.
3. In the Properties tab, set the Label Alignment to left
4. In the OSC tab under API Methods, tap Create Custom Binding.
5. Set the Command Parameter to Label and enter
/eos/out/cmd
into the Custom Command String field and tap save.6. Once you tap save and return to interface you can resize y…