¿ªÔÆÌåÓý

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

Re: How to get C# trigger a method based on event from Simpl+

 

Trying to create logic similar to the game Othello. this has been causing the following error: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in Simpl+
?
C#
public class myGame
{
? ? ?public ushort BUTTONID { get; set;}
? ? ?public ushort ButtonId? ? ? // being populated from Simpl+
? ? ?{
? ? ? ? ? ?get { return BUTTONID; }
? ? ? set { BUTTONID = value; }
? ? ? }

? ? ? ?public RootButtons[] _buttons = new RootButtons[64]; // set board array 8x8 playing grid
? ?
? ?public void ButtonPresses()
? ? {
? ? ? ? ButtonClickLogic(ButtonId); // call method
? ? ?}

? ? ?public bool ButtonClickLogic(ushort buttonPress)
? ? {
? ? ? ? ? If( _buttons[buttonPress].BUTTON_FB = 0)
? ? ? ? ? ?{
? ? ? ? ? ? ? ? _buttons[buttonPress].BUTTON_FB = 1;
? ? ? ? ? ?}
? ? ? ? ? else
? ? ? ? ? ?{
? ? ? ? ? ? ? _buttons[buttonPress].BUTTON_FB = 0;
? ? ? ? ? ?}
? ? ?}
}
public class RootButtons
? ? {
? ? ? ? public ushort BUTTON_FB { get; set; }
? ? }


Simpl+

push Button
{
? ? ?x = getlastmodifedarrayindex();
? ? ?myGame.ButtonId = x;
? ? myGame.ButtonPresses();
}

I have an EventHandler for return values from C#


Re: How to get C# trigger a method based on event from Simpl+

 

¿ªÔÆÌåÓý

Bool is not a datatype understood by SIMPL+ so you won¡¯t have access to those methods.

?

You can wrap it in a ushort equivalent method but SIMPL+ also doesn¡¯t generally deal well with one method having multiple signatures.

?

e.g.

?

public void doSomethingForSimpl(ushort i)

{

????????????? doSomething((I != 0));

}

?

Public void doSomething(bool b)

{

????????????? // original method

}

?

In theory

?

Public void doSomething(ushort i)

{

????????????? doSomething((I != 0));

}

?

Should also work. Until it doesn¡¯t. Usually defining it first makes things happy..until something changes.

--

Lincoln King-Cliby

Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070?
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] <[email protected]> On Behalf Of Brad Wykoff via groups.io
Sent: Tuesday, February 28, 2023 6:33 PM
To: [email protected]
Subject: Re: [crestron] How to get C# trigger a method based on event from Simpl+

?

what if method in C# is public bool?


Re: How to get C# trigger a method based on event from Simpl+

 

what if method in C# is public bool?


Re: 3 Series Comparison

 

¿ªÔÆÌåÓý

I have an MC3 for sale if it¡¯s going to get anyone out of a jam. Location NZ

Tim Greenbank

Control Systems Engineer


On 1 Mar 2023, at 07:56, Mike Moso via groups.io <AV_Programmer@...> wrote:

?The thing I find most troubling is that Crestron provides no mention of processor other than "3 Series". I have used every 3 Series available, and each one feels like it operates differently, and the MC3 is the worst performer.

But we cannot quantify those experiences other than referring to system ram, as that is the only metric Crestron provides us to compare (and IO too).

The PRO2 has been a top contender for my projects and has also given me zero issues. Before moving to the RMC3 for my house, I used the PRO2.

Mike -



Re: How to get C# trigger a method based on event from Simpl+

 

When your Simpl+ sees a change you call the method in your C# application if it¡¯s a public method. ?So example

in C#

public void DoSomething(ushort I)
{
? ? Your code here?

}


in simpl

change Input
{

Dosomthing(Input);

}


How to get C# trigger a method based on event from Simpl+

 

I am able to use EventHandler in Simpl+ to watch for changes from C# but how do you reverse that logic??
Example: I have an integer (16bit) value that periodically changes in Simpl+ that is being sent to C# via public ushort somename;

Need C# to watch for changes to somename then do something, like trigger a method.?


Re: 3 Series Comparison

 

The thing I find most troubling is that Crestron provides no mention of processor other than "3 Series". I have used every 3 Series available, and each one feels like it operates differently, and the MC3 is the worst performer.

But we cannot quantify those experiences other than referring to system ram, as that is the only metric Crestron provides us to compare (and IO too).

The PRO2 has been a top contender for my projects and has also given me zero issues. Before moving to the RMC3 for my house, I used the PRO2.

Mike -



Re: 3 Series Comparison

 

On Mon, Feb 27, 2023 at 07:43 PM, Mike Moso wrote:
MC3 is more like 2.50 series (MC2.5)
Agreed!...


Re: Doorbird D1101V1

 

On Tue, Feb 28, 2023 at 12:07 PM, MSTC wrote:
Camera server does not support many simultaneous streams, so on a large system you might want to mount Doorbird to an NVR and then point the touch panels to the particular NVR channel stream rather than pointing them to the Doorbird.? I leave the Doorbird out of the ¡°cameras¡± list as it is available on the ¡®gate¡± page.? AV LinkPro also has NVR capability, so it might do the trick, check with them for features ¨C but NVR is an additional option ($).
MSTC,
That's a brilliant idea!! Thanks!!? (why didn't I think of that??...)


Re: 3 Series Comparison

 

I've just dropped it into the photos section but it doesn't mention processing.
MC3 is 2GB storage, RMC3 is 4GB


Re: Doorbird D1101V1

 

¿ªÔÆÌåÓý

My experience is Doorbird reliably integrates quite well with Crestron via the ControlWorks module in a small system, and also via the AV LinkPro SIP server in a larger scenario.? I have not tried other SIP servers.

?

A couple notes:

  1. The Doorbird accessory ringer sucks, so figure out how to do it through your automation system.? AV LinkPro can ring all the touch panels, or you could use a tone generator and run it through sound system.
  2. Doorbird does not place an outgoing call, it receives an incoming call.? So the SIP call only works for the first person to answer the notification from Doorbird that the call button has been pressed.? So if someone using the Doorbird app answers first, the touch panels will not be able to communicate.? Touch panels can still see camera and open gate, as can the app user.? AV LinkPro has a bit more flexibility.
  3. Camera server does not support many simultaneous streams, so on a large system you might want to mount Doorbird to an NVR and then point the touch panels to the particular NVR channel stream rather than pointing them to the Doorbird.? I leave the Doorbird out of the ¡°cameras¡± list as it is available on the ¡®gate¡± page.? AV LinkPro also has NVR capability, so it might do the trick, check with them for features ¨C but NVR is an additional option ($).
  4. Support from Doorbird, ControlWorks and AV LinkPro are all very responsive, I would rate them as excellent.
  5. There are a variety of metal and finishes available.? Holovision also integrates Doorbird into their products, and Jeffo can take care of integrating a phone system or whatever other magic you need.

?

Hope this helps;

Kol

?

?

?

From: <[email protected]> on behalf of bryan_d_garcia <bdgarcia@...>
Reply-To: <[email protected]>
Date: Monday, February 27, 2023 at 9:33 PM
To: <[email protected]>
Subject: [crestron] Doorbird D1101V1

?

Hi All,

I am considering DoorBird D1101V1 for my home, but the reviews I am finding don't look good.? ?I am curious what experience people have had with these Door Bird units.

Thx
Bryan


Re: Doorbird D1101V1

 

+1 for the ControlWorks module!

Note that I think the DoorBird will only support a single connection to its video stream at a time...


Re: 3 Series Comparison

 

The webpages for the MC3 and RMC3 are still available on the Crestron site. details like memory can be seen there...


Re: Samsung Flip Pro Series Touch Displays WM65B, WM75B, WM55B, etc Control?

 

Awesome, thank you


Re: Samsung Flip Pro Series Touch Displays WM65B, WM75B, WM55B, etc Control?

 

It is controlled by the classic MDC set of commands. I did it with a WM85A display.?


Samsung Flip Pro Series Touch Displays WM65B, WM75B, WM55B, etc Control?

 

Anybody control these yet?? Documentation on what the 232 port works for is sketchy and I haven't found anything regarding IP control.? Bonus, no IR remote!


ILuxDesigner

 

Has anyone tried to install iLuxDesigner recently? I am trying to install it on a fresh Windows 10 Parallels VM, but the install crashes saying "..unable to register the DLL/OCX. Regsvr32 failed with exit code 0x3". I tried a 32-bit (this one) and 64-bit OS, with Toolbox already installed and without. I also tried to manually register the DLL with regsvr32 but it give me a "side by side" error.

Something to do with Visual C++ 2005? I tried installing SP1 to no avail and am now out of ideas.

Can anyone shed any light?


Samsung IP QPA Series Control?

 

Has anyone had experience with Samsung QPA or similiar line of displays and IP control.? It will be on a DMPS3, but while I believe IR is more consistently reliable I don't really have the ports I can easily use for it.

Thoughts?

Jonathan


Re: Doorbird D1101V1

 

Hi,
I'm after buying doorbird and I'm implementing it with the module:

I got the intercom in 5 days. I reconfigured everything and now it seems to be working fine. But I'm still testing You have to wait a long time for 2N


Re: Doorbird D1101V1

 

¿ªÔÆÌåÓý

Hello,

?

We are the authors of the Crestron module. Happy to have a conversation about the module and product if you have any specific questions. Feel free to contact me directly.

?

Caleb

?

Caleb Radecky | Manager, Online Products & Services
Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K
ControlWorks Consulting, LLC | Crestron Services Provider | 8228 Mayfield Rd. #6B Rear Cleveland OH 44026
D. 440.771.4809 | O.440.449.1100 X1109 | F.440.449.1106 |

?

From: [email protected] <[email protected]> On Behalf Of bryan_d_garcia
Sent: Monday, February 27, 2023 23:34
To: [email protected]
Subject: [crestron] Doorbird D1101V1

?

[Edited Message Follows]

Hi All,

I am considering DoorBird D1101V1 for my home, but the reviews I am finding don't look good.? ?I am curious what experience people have had with these Door Bird units.? I am also looking into 2N IP Base units, but they seem to be on back order everywhere I look.

Thx
Bryan