¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Fusion Email Templates #Fusion

 

You dont put a number you find the actual serial Join in the attributes tab a from there select the email template you created with the tag and that is what links the serial tag and the actual serial join number. Follow the instuction I wrote and focus on the part about the join number from the attributes tab (that's how it knows which data)


CH5 - Zero to button

 

Happy Friday everyone I made a thing: https://youtu.be/yLsk4NZ5ZYc
It's a quick video to show how to put together the toolchain and get a very down and dirty angular project running and get a button to talk to a control system with CH5. Enjoy! And please tell me if I got anything wrong.


Re: System design / connection software (like dtools)

 

Visio is a good start and dTools is/was i don't know now if it is still Visio based.

If you're looking for a signal flow line diagramming an alternate solution that some don't think of:?Biamp Tesira.?
Yes its a DSP software. But you can make your own labels on everything and offset the heights of inputs and outputs. Color the blocks, lines, patterns, etc.
Then save your custom blocks drag and drop to new files.




Re: Epiphan Pearl Module

 

I think you have to enable control on the Epiphan Built In web portal.


Re: 2 dimensional array

 

2x4 would be 8.? Is that your thoughts on the RoomInput[8]?

#DEFINE_CONSTANT FirstIndexSize? 2
#DEFINE_CONSTANT SecondIndexSize 4
ANALOG_INPUT
Room01_Display_Input[SecondIndexSize]
,Room02_Display_Input[SecondIndexSize]
//manually grow this by FirstIndexSize;
;
?
?
ANALOG_OUTPUT
Room01_Display_Output[SecondIndexSize]
,Room02_Display_output[SecondIndexSize]
//manually grow this by number of first array index size;
;
?
STRUCTURE _Room
{? ? ? ? ??
DisplayInput[SecondIndexSize];
}
_Room Rooms[FirstIndexSize];
?
CHANGE Room01_Display_Input
{? ??
integer x;
integer y;
x = 01; // because this event is Room01
y = getlastmodifiedarrayindex();
Rooms[x].DisplayInput[y] = Room01_Display_Input[y];
}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?
CHANGE Room02_Display_Input
{? ??
integer x;
integer y;
x = 02; // because this event is Room02
y = getlastmodifiedarrayindex();
Rooms[x].DisplayInput[y] = Room02_Display_Input[y];
}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?
//change events as one single line, use another editor like notepad++ to edit 01 columns and increment.
//CHANGE Room01_Display_Input {integer x;integer y; x = 01;y = getlastmodifiedarrayindex();Rooms[x].DisplayInput[y] = Room01_Display_Input[y];}
//CHANGE Room02_Display_Input {integer x;integer y; x = 02;y = getlastmodifiedarrayindex();Rooms[x].DisplayInput[y] = Room02_Display_Input[y];}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?


Re: display Ring/Next cams on TSW panels

 

http://avlinkpro.com/


Re: display Ring/Next cams on TSW panels

 

There is one way, but its expensive.
There is a box that will take ring, nest and any other video and let you stream it to your panel.
AVlink Pro.

Crestron approved.


Re: display Ring/Next cams on TSW panels

 

Hi Trey
Can you please share your doorbird module with me?
THanks


Re: Good Doorbell Option - Ring/Doorbird/2N/Other

 

Hi Matt
Can you share your Doorbird driver ?

Thanks
Michael


Provision ISR NVR and Camera

 

Hi
Anyone integrated??not IR but IP?
Thanks
Michael


Re: How is Crestron Fusion different from Xio Cloud? #crestron

 

On Thu, Apr 16, 2020 at 12:01 PM, Random Guy wrote:

we have the
licensing for on-prem Fusion, but last I was aware it could only do basic room
control (ie on, off) and would alert you if something went wrong (but you
would have to use other software or go to the room to fix it).
This is not totally true. Out of the box, Fusion's standard commands let you do room on/off. But with the right programming, you can make Fusion do all sorts of things. We have separate controls for "system" on/off and "display" on/off. There are also ways to monitor/log just about any attribute you can have in SIMPL Windows and tell Fusion what to do when certain conditions occur. A simple example would be to have Fusion email you if lamp hours in a room got too high.

You can also link to system xPanels in Fusion for greater room control. My techs have access to the DMPS3 system xpanels as well as control xpanels at their fingertips if they get a call. We're often able to switch a source for a guest presenter, or detect if the PC doesn't have sync (because they didn't turn it on...).

I've been told that eventually, most Fusion features will migrate to XiO Cloud. The future is XiO Cloud.

Keep in mind:
If everything you have is 3-series or newer, you should be able to use either or depending on what you want to do. If you have 2-series controllers, they only work with an on-premises Fusion server.


TSS -> TLS 1.1 to 1.2

 

Hi people, good TOD$!

This is the first time i come across a TSS panel.

They are asking me to update its TLS connection from 1.1 to 1.2 (Office 365 platform is complaining about it).
Is it damn easy as i guess (connect, upgrade fw, change a setting, and done) or is there anything i should be aware of before going to site?

(of course i'm not doing it on a friday)

Thank you very much!
Stay safe.


Re: Serial ICONS

 

Any chance you figured this out or would like to share your module?? Was looking to do affect the Icon Style also.

Jonathan


Re: Fusion Email Templates #Fusion

 

image.png
I guess what I am asking is, in the above template,? there are two options in the drop down menu "select tag to insert"? . first one is "Join: [%Join%]" second is "[%Serial%]".
If my serial join was 50, how would I enter that?? [%50%], [serial 50] or something else?
?
?


 

Thank you Neil!


Re: Ashly 24.24M / ne24.24M module available

 

Hi Josh

I'll be very pleased if you can share this module (Ashly 24.24M).
my e-mail gabrys5@...

Cheers
Andrzej


Re: Latest Simpl release yesterday.

 

Put simply, if you have the USP file, you have the source code, it
just may be encrypted. But SIMPL+ modules store the last used target
platform info in the USH header file. Using the context menu compiling
I provided the script for bypasses the USH file and tells the compiler
directly what platform to compile for. The compiler has no problem
compiling protected modules without the password. You do it every time
SIMPL Windows compiles a program with a protected module in it. And if
you use the context menu compiling method, you can select multiple
files and do them all at once. Yes Crestron botched the update. But if
this is all it takes to get over the hump, I say do it and be done
with it.

On Thu, Apr 23, 2020 at 12:26 PM Jason Mussetter <j.mussetter1@...> wrote:

Wow, just wow. This latest update set seems like a slow motion train wreck looking at the thread here.

I'm glad I don't update software very often, every time when I start to think I'm paranoid, Crestron pulls something like this to remind us. My versions are getting a bit long in the tooth after finishing some projects that lasted a while, and now I don't want to update until WAY after Crestron sorts all this stuff out...

Now we have people making scripts to fix the issues, and having to roll back our time in windows, and botched Adobe AIR and S+ and file associations? Yikes!

I agree with what was said about the re-compile of project modules, that was a problem and no-go from the get go. Not only is it time consuming, but there are several reasons that one might not have the source code to re-compile from, whether it be lost, not distributed with the module, password locked, a purchased module, or a take over project where you can't even go to the original maker and get an update. That was a non-started from the get-go, and Crestron should have realized this was not going to fly.

I'm grabbing some popcorn and watching to see how this plays out.
--
Jason Mussetter

Control Systems Designer

Mussetter Programming Services
www.mpsav.com


 

thanks



--
Joshua B Zimmerman

The beginning of knowledge is the discovery of something we do not understand.
? - Frank Herbert

This message, including any attachments, may include privileged, confidential and/or inside information. Any distribution or use of this communication by anyone other than the intended recipient(s?? The information contained in this e-mail and any attached documents may be privileged, confidential and protected from disclosure. If you are not the intended recipient you may not read, copy, distribute or use this information. If you have received this communication in error, please notify the sender immediately by replying to this message and then delete it from your system.? ? This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited.? If you are not the intended recipient please contact the sender and delete all copies.


On Thu, Apr 23, 2020 at 5:25 PM Neil Dorin <neildorin@...> wrote:
Hey Everyone,
?
Wanted to send out a quick update. Since we launched Essentials as an open source GitHub project, there were quite a few requests for an example SmartGraphics panel that works with the standalone SIMPL#Pro logic.
?
We just release v1.4.35 that includes a submodule reference to just such an example XPanel project (based on a TSW-760).
?
Have a look if you're so inclined, and enjoy!
?
(Please make sure if you're cloning the repo for the first time to make sure you used the recurse submodules option to make sure you pull down the UI repo as well)
?


 

Hey Everyone,
?
Wanted to send out a quick update. Since we launched Essentials as an open source GitHub project, there were quite a few requests for an example SmartGraphics panel that works with the standalone SIMPL#Pro logic.
?
We just release v1.4.35 that includes a submodule reference to just such an example XPanel project (based on a TSW-760).
?
Have a look if you're so inclined, and enjoy!
?
(Please make sure if you're cloning the repo for the first time to make sure you used the recurse submodules option to make sure you pull down the UI repo as well)
?
https://github.com/PepperDash/Essentials


Re: DMF-CI-8 slot 1 reporting a cresnet error

 

I contacted TB, and the engineer pretty much immediately said it would need to be returned.