Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
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: 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: How is Crestron Fusion different from Xio Cloud?
#crestron
On Thu, Apr 16, 2020 at 12:01 PM, Random Guy wrote:
we have theThis 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). (of course i'm not doing it on a friday) Thank you very much! |
Re: Fusion Email Templates
#Fusion
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? ![]() ?
?
|
Re: Essentials Open Source Template UI
#simplsharppro
#simplsharp
#opensource
#smartgraphics
#framework
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
toggle quoted message
Show quoted text
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:
|
Re: Essentials Open Source Template UI
#simplsharppro
#simplsharp
#opensource
#smartgraphics
#framework
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:
|
Essentials Open Source Template UI
#simplsharppro
#simplsharp
#opensource
#smartgraphics
#framework
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
|
to navigate to use esc to dismiss