Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Logic Engine Error
This error usually means a loop in a Simpl+ module; unfortunately it doesn't tell you which one. It's usally a while loop that has some condition <while(condition)> and the condition is never met, and the loop has no delay(s) within it, ultimately resulting in a lockup of that module, and eventually SIMPL.
|
Re: Stepper Bug?
¿ªÔÆÌåÓýI have not seen this behavior **except** if there¡¯s a transfer program dialog box lurking in the background (annoying ¡®feature¡¯ of SIMPL for a couple decades is that this dialog acts as a modal most of the time but certain circumstances it can drift to the background but still inhibit SIMPL functionality) ¨C but it¡¯s not just a Stepper in those cases any kind of ALT++ functionality and some others like the signal completion, F2/F6/F9 to either not work at all or to work differently than normal. ? Usually, the lowest stress way to report a bug is via OLH. And anything unique to your install that may help to pinpoint it would probably be helpful (e.g. which OS version? What language? Is there a particular sequence you can use to reproduce it, etc.) ? Lincoln ? -- Lincoln King-Cliby Commercial Market Director ? From: [email protected] <[email protected]> On Behalf Of
lo@...
Sent: Monday, April 3, 2023 2:44 AM To: [email protected] Subject: [crestron] Stepper Bug? ? Anyone come across this problem in SIMPL?
|
Stepper Bug?
Anyone come across this problem in SIMPL?
|
Re: ALTERNATIVE CLOCK SOURCE
It definitely causes problems when your shitter is unlevel. On Sun, Apr 2, 2023 at 11:38?AM AVMaster <AVMaster619@...> wrote: Ok I give up.? I searched far and wide for a ¡°level shitter¡± and couldn¡¯t find anything. Where does one find such a device? |
Crestron Certified Drivers Display Ethernet
I'm using?Crestron Certified Drivers Display Ethernet to control my Epson projector, managed to turn it on and off with no problem, but I have one feature that I needed badly -- adjust the ASPECT RATIO of the projector. I have tried various parameters to no avail. Anyone can help? ? Just wondering if anyone successfully issued certain commands through this Crestron Certified Ethernet Driver to make the projector works? |
Re: ALTERNATIVE CLOCK SOURCE
I've been playing with ESP32's recently and made a custom compass display for my motorcycle. I ended up adding a clock since the?GPS NEO-6M module spit the clock info out anyway and it updates every second, and you really can't get a more accurate time readout than from the GPS stream. It's a crapload of data coming out of it and it might be easier to use an ESP32 to do the heavy lifting since there are ready made libraries to decode it, then spit it out through the ESP's serial port. I don't think it would be too tough to whip up a module to read the data and set the clock, though I've never tried to do anything like that. You'd also need a level shitter to convert the TTL output to 232 levels whether you use an ESP or not.
FWIW I still have a PRO2 I keep around for testing, and its clock is useless. I don't remember how far it goes off but it's like 10 minutes a day, and has been like that forever. That was a known issue with some PRO2's way back when. |
Re: Cisco CBS350 with Crestron NVX
#nvx
I just did a deployment with that switch. It's NVX and Dante all on the same switch and is working well. Can you share exactly what you configured? Do you have a configuration of the switch you can share?
Mark |
Re: Cisco CBS350 with Crestron NVX
#nvx
I cannot speak for the CBS350, but I have successfully used the lower cost CBS250 series with NVX.? Although it was a pretty simple NVX system with all NVX on the same switch.
I should note that the first time I used one, I pulled my hair out.? All the Cisco training videos omitted a very important point that you must be in Advance Mode View to set up IGMP snooping correctly.? After I figured it out, I rewatch the Cisco video and found they made a jump from default basic view mode in one frame and then suddenly they were in Advance Mode View without mentioning that fact. To get in Advance mode, open the Web GUI and at the upper right corner of the page, you will see a box that has "Basic" display.? Click on that box and changed it to Advance.? You may need to refresh the web page afterwards. After you get in Advance Mode View, you go to "Multicast>Properties" and enable "Bridge Multicast Filtering".? Otherwise the setup was pretty straight forward. An added plus to these switches is that they also support IGMP v3 -- Although I haven't tried to implement that yet. Good luck, Steve |
TSW-1052 issue
Hi All,
Anyone seen this issue, and have a fix for it? After aprox. 5-6 project load/updates, the 1052 panels go to eternal 'Loading Interface' state. I tried INITIALIZE and then a reload, same condition. My only solution to get out of this is to factory default (RESTORE) the panels. Which doesn't fix it this time... |
Re: Crestron GO and iOS 16.x
FINALLY!...
From my case: "Apple has released the latest version of Crestron Go which addresses the crashes associated with the rotation issues on later versions of iOS.? If the phones or tablets are not showing the update immediately, I would recommend refreshing the app store if you do not see the update (while under updates, pull the screen information down for a Refresh).? Thank you for your patience while this was reviewed. ?" My iPhone app has automatically updated, but I'd check |
Cisco CBS350 with Crestron NVX
#nvx
Hi all,
we initially planned on using Cisco CBS350-series switches?as a switching backbone for Crestron NVX (being the "recommended follow-up" of the SG350X series for which Crestron's answer ID?1000314 provides configuration samples, and they are very interesting in terms of pricing and availability). But even after configuring a factory-default switch with minimum configuration according to the SG350X configuration sample, we ran into an issue where stopping the stream on a NVX decoder would have the formerly connected NVX encoder appear to "remain connected" (NV-led on the encoder remains lit), resulting in the network becoming sluggish up to the point where the network basically became inaccessible, even on a single-switch deployment. Disconnecting the NVX encoder from the LAN would restore the LAN-network, and replugging the NVX encoder AFTER its NV-led turned off, would return everything to normal (up to the point when a stream to a decoder was disconnected again). So we're considering different switches now to overcome this issue on a short term, but for the long term, I would like to see if I can get this issue tackled with the CBS350 series and have NVX operate reliably on them.?Being the SG350X's follow-up, I can imagine my issue resulted from a simple/small configuration flaw, but I'm wondering if anyone has any experience with issues similar to the one described above, hoping to get to a solution faster. Because although the switch appears to support minimum NVX requirements, with the switch not being in Crestron's answer ID 1000314 and the issues noted with the SG350X, they suggest moving to another series of switches.? If anyone has any suggestions, I'd be happy to hear! |
Re: Projector Dilemma
Sorry, I need to take a step back. Previously I claimed that the socket connection was successful, I was actually wrong.
I had an IP-ID TCP/IP set previously, thus the connection was successful. Now I commented this duplicate session out, I could not connect at all through the Crestron Certified Ethernet Driver. I checked the IP and the port number, they were all correct, what else could cause the socket connection not successful? Is there a way to retrieve the errror? |