Search found 157 matches

by nizer
Mon Sep 17, 2018 10:29 pm
Forum: LXConsole Support
Topic: Odd OSC and Applescript issue
Replies: 9
Views: 4847

Works

per usual your genius comes thru. Applescript works now. Still have no clue why OSC is broken. I will roll back to QLab 3 and see if I can get it to work.

THANK YOU!!!!
by nizer
Mon Sep 17, 2018 9:47 pm
Forum: LXConsole Support
Topic: Odd OSC and Applescript issue
Replies: 9
Views: 4847

OSC and script issues

I will try that in a few minutes. Does OSC work for you from Q lab for sending those commands? It is so strange that it works for Channel levels but not for changing the dimmer.
by nizer
Mon Sep 17, 2018 3:14 pm
Forum: LXConsole Support
Topic: Odd OSC and Applescript issue
Replies: 9
Views: 4847

OSC applescript oddness

So I check the preferences and they are set to defaults. Oddly there are 2 keys for "u" one is "unmark" and one is for "up". So I messed around some more. If I route the OSC from QLab to Osculator port 8889 then have Osculator forward to LXConsole port 8888 it works. /k...
by nizer
Mon Sep 17, 2018 1:52 am
Forum: LXConsole Support
Topic: Odd OSC and Applescript issue
Replies: 9
Views: 4847

Odd OSC and Applescript issue

Try to have LXConsole go to the next dimmer when in dimmer mode (m1) via QLab 4 I can turn on the mode with: tell application "LXConsole" setMode the front document to "live" set startdimmertest to "dimmer:1af" set dimmernumber to 1 tell the front document to do...
by nizer
Tue Sep 11, 2018 4:19 am
Forum: LXConsole Support
Topic: Get command line into Qlab
Replies: 2
Views: 2614

Thank you so much.

Got it!!!
by nizer
Tue Sep 11, 2018 1:03 am
Forum: LXConsole Support
Topic: Get command line into Qlab
Replies: 2
Views: 2614

Get command line into Qlab

Is there a way to have QLab get the current command line info.

I need to get the number that is there.

tell application "LXConsole"
tell the front document to get currentCommand
set mytest to currentCommand
say mytest
end tell
by nizer
Mon Sep 10, 2018 4:32 pm
Forum: LXConsole Support
Topic: Easy one. How to clear Command Line via applescript
Replies: 3
Views: 2912

one more question

Is there a way to have QLab get the current command line info.

I need to get the number that is there.

tell application "LXConsole"
tell the front document to get currentCommand
set mytest to currentCommand
say mytest
end tell
by nizer
Sun Sep 09, 2018 9:34 pm
Forum: LXConsole Support
Topic: Easy one. How to clear Command Line via applescript
Replies: 3
Views: 2912

Wow too easy

I knew it was too simple for me to figure out. ;-)
by nizer
Sun Sep 09, 2018 3:27 pm
Forum: LXConsole Support
Topic: Easy one. How to clear Command Line via applescript
Replies: 3
Views: 2912

Easy one. How to clear Command Line via applescript

Having a brain fart here. I have tried ALL the commented out lines. I just want to clear the command line in LX after I patch the light. The first part works for the string mypatch tell application "LXConsole" set mypatch to "@436" set mylight to "Left L.E.D. Intensity Patch...
by nizer
Tue May 01, 2018 5:35 pm
Forum: LXConsole Support
Topic: DMX from both QLab and LX Console
Replies: 3
Views: 2557

Great info...

I don't have the channel patched that I am sending from QLab in LXConsole so I thought that that would keep it from messing with it.

Maybe I should patch it to something NOT the same?
by nizer
Tue May 01, 2018 1:58 am
Forum: LXConsole Support
Topic: DMX from both QLab and LX Console
Replies: 3
Views: 2557

DMX from both QLab and LX Console

I am trying to simplify and create some redundancy with QLab and LX Console. If I set up a couple relay cues (i.e. SUBS) in QLab they fire fine via my ODE and Artnet out of QLab 4. If I open an existing file with cues and artnet hooked up to the same ODE it makes the DMX relays flash. Do I need to m...
by nizer
Thu Jan 04, 2018 2:54 pm
Forum: LXConsole Support
Topic: Enttec ODE(not mk2 version) to 2 universes?
Replies: 3
Views: 2576

Enttec ODE(not mk2 version) to 2 universes?

I am going to a venue with 2 universes. Can I set up my file to have 1024 channels, then send out the 2 DMX outputs on the Enttec ODE to each universe.

As another option I have a entice DMX-USB device. Can I have the ODE handle universe 1 and the USB handle universe 2?

Thanks in advance. :-)
by nizer
Sun Jul 23, 2017 2:23 am
Forum: LXConsole Support
Topic: copy movers from on file to another
Replies: 7
Views: 3655

WORKS PERFECTLY

Thank you so much. Totally works and saves me hours of time.
by nizer
Mon Jul 17, 2017 3:03 pm
Forum: LXConsole Support
Topic: copy movers from on file to another
Replies: 7
Views: 3655

That is a great addition...one more thing...PATCH?

That is great. My dream would be that the range could also include the Patch data for those channels as an option. I have 23 channels for each mover. That ends up that I have to patch 92 channels. I actually patch them in a odd way. I have all lights share the main values and just uniquely patch the...
by nizer
Mon Jul 17, 2017 1:28 am
Forum: LXConsole Support
Topic: copy movers from on file to another
Replies: 7
Views: 3655

That worked

I deleted all the patch data in the old file except for the unique movers for that venue.

when I fire cue X in the new file it also fires cue x in the old.

Is that a good work around?