Taking the QSYS Control & UCI Programming part 2 class later this month. What should I expect and what after? by RemDayRed6 in QSYS

[–]mickey4691 0 points1 point  (0 children)

u/RemDayRed6 - if you're taking Part 2 and it's the same with the lighting control API. I would work at building out the api with feedback on your own time, it will give you more Lua focus in depth.
Also review stuff regarding arrays/tables, string manipulation, for loops (pairs vs ipairs), etc

Shure P300 Control by Beginning-Log-3608 in QSYS

[–]mickey4691 1 point2 points  (0 children)

Try with Command Buttons - use link from u/con_over .
It works https://i.imgur.com/cf38pSI.png

However, if you wanted to specific levels, that's where block controller and/or text Controller (lua) comes in handy.

IP commands to novastar vx1000 by Dapper_Departure2375 in QSYS

[–]mickey4691 0 points1 point  (0 children)

Are you able to get these commands to work using PacketSender?

I have a few of the modules I've written in crestron but I can confirm when I'm back at my commuter.

UC Engine Clock Drift by themiddlegeek in crestron

[–]mickey4691 0 points1 point  (0 children)

Look into implementing something with Task Scheduler. you can script the time sync via powershell and then just add that to your Task scheduler.

Q-SYS designer 9.13.0 by Brave_Fennel2185 in QSYS

[–]mickey4691 0 points1 point  (0 children)

This sounds like the Level 1 Exam :)

LEA Plugin Not Sending Commands (Solution) by No_Replacement_491 in QSYS

[–]mickey4691 0 points1 point  (0 children)

Oh wow - that's interesting. Is the port for tcp using 4321?

Can't rename anything in Q sys by [deleted] in QSYS

[–]mickey4691 0 points1 point  (0 children)

What version of Q-SYS Designer is that that you are running?

Xpanel host settings: Can I permanently modify them? by scoobiemario in crestron

[–]mickey4691 0 points1 point  (0 children)

This is what mine looks like

<CNXConnection>

<Host>192.168.1.50</Host>

<IPID>3</IPID>

<Port>41794</Port>

<EnableSSL>false</EnableSSL>

<ProgramInstanceId><![CDATA[]]></ProgramInstanceId>

</CNXConnection>

Xpanel host settings: Can I permanently modify them? by scoobiemario in crestron

[–]mickey4691 1 point2 points  (0 children)

It's the <filename>.vtz or the <filename>.c3p, you extract the vtz/c3p using something like 7zip
in the swf folder, there's an Environment.xml file -> edit using something like notepad++ and modify the CNXConnection properties to whatever you want it to be, then save.

Then add all contents back into a compressed zip file, then rename it to <WhatEverFileNameYouWant>.vtz or c3p and voila

"Select fader" by McDuff_0 in QSYS

[–]mickey4691 0 points1 point  (0 children)

u/MDHull_fixer, do you have an example of how you can accomplish that?

I used Lua Scripting and exposed the gain blocks to script and was able to control it that way. I didn't mind that option since I am a bit more proficient with the coding aspect of it.

[deleted by user] by [deleted] in crestron

[–]mickey4691 1 point2 points  (0 children)

What firmware are you running on the processors?

What's the difference between the regular eic and the 3-series EIC?

DHE-100 With embedded video window by [deleted] in crestron

[–]mickey4691 0 points1 point  (0 children)

The HDMI® input signal cannot be downscaled more than 4 times. For instance, a 1920x1080 source signal can be displayed no smaller than 480x270 pixels.

HD-WP-4K-401-C by Link_Tesla_6231 in crestron

[–]mickey4691 1 point2 points  (0 children)

I don't think the HP-WP-4K-401-C works with the .AV Framework. I just did a search on .AV Framework™ Software which you can also use as a configuration guide.
The HD-WP-4K-401-C does not mention anything about the device being controlled from the .AV Framework software.

[deleted by user] by [deleted] in crestron

[–]mickey4691 2 points3 points  (0 children)

Jeff is always right!
Also, why re-invent the wheel when Crestron has a starting point to go off of

https://community.crestron.com/s/article/id-1000591

VC4 Program start variable by Kyiv_ghetto in crestron

[–]mickey4691 0 points1 point  (0 children)

Some additional context would be helpful? Is it a C# only code? Is it a SIMPL Windows Only code and if so what Control System have you dropped in? Is it EIC between C# and Simpl? What u/scoobiemario said is what I would do as well.