¿ªÔÆÌåÓý

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

Re: Alternative to 2N and Doorbird

 

+1 for mobotix.?
Highly configurable and includes sip server as well.
-s


Re: Alternative to 2N and Doorbird

 

+1 for HoloVision. Their stuff looks good, has options that are a more traditional look, and seems to stand up over time.
Also, Jeff-O is a hoot for tech support also!!


Re: H.264 Streaming on TSW-1052

 
Edited

Using with Luma user and password only contains letters and numbers, it stream fine to iPad and TSW-770 but the TSW-1050's won't work


Re: Alternative to 2N and Doorbird

 

You could also take a look at Mobotix.


Re: Alternative to 2N and Doorbird

 

¿ªÔÆÌåÓý

Siedle.?


On Jul 9, 2021, at 1:46 PM, zac.sparrow@... wrote:

?ClareVision may be. I haven't used them though.


differences between Critical Section and Mutex

 

I have a general question regarding differences between Critical Section and Mutex.
?
From what I understand?both allow you to "lock" pieces of code into an atomic operation by allowing access to only a single thread at-a-time, therefore preventing race conditions.
The difference seems to be that a Critical Section can only synchronize threads inside a single process, while a Mutex will synchronize between processes.?
Critical Section is also faster than a Mutex.
Are the statements above correct?
If yes, then here is my question: on a Simpl windows program with simpl+ and simpl# modules, what is a "process"? Is it just the module instance or is it the whole program?(the aggregate of simpl, simpl+ and simpl# altogether) ?
?
Case in point:?
I have a simpl# module that logs a bunch of strings to a file, lets call it Module A.?Then I have a separate module that sends the file to an email as an attachment, lets call it Module B.
Module A currently has a critical section to protect the "write-to-file" piece of code so multiple threads don't fight over it. More specifically, it's a streamwriter with a proper try-catch-finally, all wrapped around a Critical Section.
Module B simply grabs the file produced by Module A and sends out as an email attachment. Module B is totally decoupled from Module A and a request to send an email can come at anytime. The only shared resource they have in common is "the file".
For now, there is no protection in case Module B tries to grab the file while Module A happens to be writing to it.
?
What is the best practice here? is a Mutex the way to go about protecting the file from ever getting corrupted??
?
Thanks in advance,
Fabio


Re: NSW Banco

 

Hi Kempton,

You are correct to a degree, all courts are the same and I actually handle them at present. However, the Banco court was completely custom and unfortunately no code was handed over on completion.

Regards,
Pete


Re: HR-310 remote battery life

 

I think its the same as the 3-series...
1. FTP the FW to the proc
2. with console, use the following command:? PUF <FirmwareVersion.puf> ALL

EX: CP4>PUF?cp4_2.5001.00006.puf ALL

Anyone else have a better solution??


Re: H.264 Streaming on TSW-1052

 

One thing I found with Luma and Hikvision is that your password must not contain any characters, only letters and numbers.

Here is the RTSP url I am using to pull in the second stream.

rtsp://admin:[email protected]:554/Streaming/channels/102


Re: H.264 Streaming on TSW-1052

 

Tried all those recomendations unsuccessful


Re: H.264 Streaming on TSW-1052

 

On the product page it says that the recommended resolution and maximum frame rate and resolution is?1280x720@15fps.

On Fri, Jul 9, 2021, 2:53 PM AV Ninja via <avprogram=[email protected]> wrote:

[Edited Message Follows]

Can anyone tell me what the deal is with H.264 streaming for TSW-1052's.? Doesn't seem to work.? Trying to stream rtsp cameras to them unsuccessfully.? works with Ipad and newer touchpanels but having issue with TSW-1052's.? I believe I had streaming working in past with TXRX but streaming straight from LUMA camera server


H.264 Streaming on TSW-1052

 
Edited

Can anyone tell me what the deal is with H.264 streaming for TSW-1052's.? Doesn't seem to work.? Trying to stream rtsp cameras to them unsuccessfully.? works with Ipad and newer touchpanels but having issue with TSW-1052's.? I believe I had streaming working in past with TXRX but streaming straight from LUMA camera server


Re: Looking for some lighting programs written in 2013 for a client.

 

¿ªÔÆÌåÓý

That does not look familiar.

2013, it may be Ed Mana or it was done in house @ Crestron.

Do you have any more info on the system?

Note, at one point they lost a number of projects off their server.

?

Paul

?

From: [email protected] <[email protected]> On Behalf Of Mark Jervis
Sent: Tuesday, June 29, 2021 11:48 AM
To: [email protected]
Subject: [crestron] Looking for some lighting programs written in 2013 for a client.

?

I am looking for someone who may have written lighting programs for a client in 2013.
One of the program files is?959349 GCC GLPAC 3 Room 159 EIS 12 v4.smw.

Any assistance would be appreciated.


Re: Alternative to 2N and Doorbird

 

ClareVision may be. I haven't used them though.


Re: Samsung QB75R 232 module

 

have you tried Crestron Inside?


Re: Alternative to 2N and Doorbird

 

¿ªÔÆÌåÓý

Check out Holovision?

Tim Riordan
Riordan Brothers Integration
Principal, CTS | Riordan Brothers Integration
www.riordanbrothers.com


From: [email protected] <[email protected]> on behalf of Brad Wykoff via groups.io <bradwykoff@...>
Sent: Friday, July 9, 2021 11:38:40 AM
To: [email protected] <[email protected]>
Subject: [crestron] Alternative to 2N and Doorbird
?
Looking for a Doorbell that is an alternative to 2N and Doorbird. Client doesn't like the look of either, looks to commercial. Looking for something that is small, elegant and integrates well with Crestron.

Any suggestions?


Alternative to 2N and Doorbird

 

Looking for a Doorbell that is an alternative to 2N and Doorbird. Client doesn't like the look of either, looks to commercial. Looking for something that is small, elegant and integrates well with Crestron.

Any suggestions?


Re: HR-310 remote battery life

 

Thanks Crestron for not putting 4 series archives on the ftp site yet.? I was unable to download 2.4617.00032 from their website, it gets a 404 error.? Luckily, I had a copy of the firmware on one of my machines.

Does anyone know how to force the firmware to rollback or revert to an older version?


Re: Logic excluded as a result of #if_series3 directive #if_series3

 

Yea just the hassle of having to update all the old S+ modules. The main problem is that if you just compile your Simpl as normal you dont even know these S+ errors are happening! So you end up deploying systems with broken or not optimal S+ module behavior when building for 3 series. The compiler should not break any logic under a if_series3 just because you have 4 series checked in S+. It should still be valid for 3 series but it instead breaks it. I have a case open and they have confirmed this broken behavior and filed a bug report.?


Re: NSW Banco

 

Hi Peter,

From memory all NSW count programs are very similar. The only different is the IP addresses in the program. If you can get the IP table from the Pro2 then you have a high chance to be able to recreate the program with another count program.

Regards,
Kempton