Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Or Symbol Faulty
Are you jamming the output with something else?? Is the output connected to the input of a module that is jamming it with something else? On Thu, Aug 12, 2021 at 2:05 PM Gregory Oldacre <grego@...> wrote: Or gate seems pretty simple to me,? I have bunch of signals going into or gate and if any of them go high then output goes high.? that is not happening |
Re: Or Symbol Faulty
Or gate seems pretty simple to me,? I have bunch of signals going into or gate and if any of them go high then output goes high.? that is not happening.??
This problem was happening way before these versions
? ? ? ? Crestron Database..................:? 206.05.004.00??
? ? ? ? Device Database....................:? 200.90.002.00?
? ? ? ? SIMPL Windows......................:? 4.1700.03.01?
? ? ? ? SIMPL Windows Library..............:? 508? ? ? ? ?
? ? ? ? SIMPL+ Cross Compiler..............:? 1.3? ? ? ?
? ? ? ?
? |
Re: Or Symbol Faulty
I have had or's and they a not work for me once. In the logic, it is normal signals and one of them was high but yet or logic produced no high signal on the output when I replaced it with a buffer (which I thought was terrible to do but was my quick fix for issue) it worked fine.? I have also had Simpl break down on me many many years ago I had to remove logic to get going again, I think the file was too big back then.? Don't think trans gate won't work in these cases because of the application.
|
Re: Or Symbol Faulty
FYI I have found issues over the years that no one else has had or noticed, some I pointed out and have gotten fixed but I usually just find a way around it and don't say anything but this time was annoying because it cost me some time when I didn't have it.? nVision is huge with a lot going on in there and lots of modules etc, IP ID's etc, so I am not sure you will see this problem in an average project.??
|
Re: Or Symbol Faulty
I have had a few or symbols over the years where they or just don't work. The cases are not a lot over the years and almost all of them have been working for years or long period of time and something is not working an then after debugging find out the or is broken replace with buffer and everything works fine again.? Makes me hesitant to use or's in important cases.? The program is huge don't know if that has anything to do with it but it happens for sure.? I have had other weird issues over the years but worked my way around them.? I agree that Crestron Simpl symbols are rock-solid but this does exist.
|
Re: Skipping Program Slots
My past experience with programming slots is that each additional program does take some extra RAM overhead just to exist.?
If you use too many programs, it appears you end up with less RAM when comparing with the single-program approach.
I don't remember the numbers exactly, but I remember playing with different scenarios and the difference was sufficient enough to make me keep the number of program slots to a minimum in certain cases. It is essentially a game of "separation of concerns" versus "memory resources". This is more noticeable in small processors like MC3's (may rest in peace!) or CP3's...? This is not much of a problem on PRO3's and AV3's. Just something to keep in mind when dealing with processors that don't have much RAM...
edit: now I remember when I noticed this... I was trying to do a half dozen of programming slots on an RMC3... which by definition is just plain wrong...ran out of memory quickly. On a decent processor this should not be a problem. |
Re: Debugger and 4-series
¿ªÔÆÌåÓýThanks Steve.? I just checked my CP4 and when I type in the console command the response is: Logoff Idle Time (minutes): infinite Jay On 8/11/2021 9:46 PM, Steve Kuehn
wrote:
On Wed, Aug 11, 2021 at 08:49 PM, MSTC wrote: |
Samsung QM75R LAN shutdown
#samsung
Has anyone else had issues with the LAN port on Samsung QM displays going to sleep?? I have two QM75R displays controlled over LAN as Crestron Connected Devices.? I had no trouble controlling them initially, but two days later I found them not responding and not connected in the IP table.? After I manually turned display power on they showed as connected again, and showed as connected the rest of the day, even when power was off.? A few days later I found the same situation.? I have disabled every energy saving function I can find in the menu.?
|
Re: OT: IR Controlled Window AC or Mini-Split AC or Mini-Split Heat Pump
toggle quoted message
Show quoted text
Hi Jay,? |
Re: Samsung Flip2
Do not wait for it!
The Samsung MDC protocoll works fine. Tcp/IP client port: 1515d Samsung Flip ID: 01 (set in samsung menu) power on: \xAA\x11\x01\x01\x01\x14 power off: \xAA\x11\x01\x01\x00\x13 in HDMI1: \xAA\x14\x01\x01\x21\x37 in HDMI2: \xAA\x14\x01\x01\x23\x39 in HDMI3: \xAA\x14\x01\x01\x31\x47 IWB mode: \xAA\x14\x01\x01\x64\x7A I hope this help! Regards, ±õ²õ³Ù±¹¨¢²Ô |
Re: File /NetCFSetupv35.msi uploaded
#file-notice
SIMPL team is actively working to resolve the 404 error since Microsoft removed .NET CF 3.5 msi from their servers. It can currently be downloaded from Crestron from this OLH article:
|
Re: Or Symbol Faulty
I've never encountered a truly "faulty" logic symbol in 8+ years of providing support. When it isn't a programming mistake, the symptom is most often attributed to mismatched signal file version version. In rare cases where this symptom's encountered I've found the signal behavior is fixed with a Recompile All (ALT+F12). |
Re: Skipping Program Slots
On Thu, Aug 12, 2021 at 08:16 AM, @johnmax wrote:
"Bypass auto stop/start of dependent programs" handles this automatically Ideally, yes, the on-site technician knows to use those settings in ?if needed (I almost always keep it checked along with Send SIG). Personally, I wouldn't avoid best practices taught to me because of it though...I wouldn't trust every tech to be aware of those options during deployment or service calls. |
Re: Skipping Program Slots
On Wed, Aug 11, 2021 at 02:31 PM, Dave H - Crestron TS wrote:
Due to slot hierarchy (ex. loading to slot 4 may progreset slots 5-10, loading to slot 8 may progreset slots 9-10, etc.) I've always been told it's generally advised to place things like Security, Lighting, HVAC in Slots 1/2/3/etc. and less critical subsystems like AV in lower slots.Dave I thought the checkbox in Toolbox transfer window "Bypass auto stop/start of dependent programs" handles this automatically? |
Re: Or Symbol Faulty
As others have stated, crestron logic symbols simply work.
Check all driving logic! It's easy to get caught out if you are using the or to sum a bunch of pulsed signals and just one signal gets maintained hi. If you are expecting a pulse output from the or make sure all inputs go through a one shot of some sort, mos, wpulse etc. If your driving signals are maintained and the or is not behaving as expected then you may need to re-think your logic. |
Re: Or Symbol Faulty
¿ªÔÆÌåÓý+1 for Lindsay. ? Many many ORs all working as expected for me ¨C from the CNMS(X) [though TBH it¡¯s been a long time for those] through the 4-series (this morning) and never seen one not doing what it was supposed to. (About 12 years ago I had an odd case with the NOT not working in a particular corner case in particular circumstances on early(er) PRO2 firmware but¡ ? Very curious about the circumstances/logic flow where you¡¯re seeing issues. ? An OR and a BUFFER (assuming the outputs of the buffer have the same signal name) should not be behaving anywhere near the same ¨C if you¡¯re finding that a BUFFER with jammed outputs yields the behavior you expect/need for an application an TRANS or NTRANS (negated) might be a better option than either an OR or a BUFFER ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] <[email protected]> On Behalf Of
l_codd
Sent: Thursday, August 12, 2021 12:56 AM To: [email protected] Subject: Re: [crestron] Or Symbol Faulty ? What is the fault? |
Re: Debugger and 4-series
¿ªÔÆÌåÓý?However, I¡¯ve seen some ?disconnects much faster than 20 minutes?¡° Yep, same here. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von jbasen ? ? Thanks.? Good to know. ? However, I¡¯ve seen some ?disconnects much faster than 20 minutes? ? Jay ? On Wed, Aug 11, 2021 at 7:49 PM MSTC <kol.mstc@...> wrote:
|