Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: S+ module not updating in parent program
Hi Terry,
Also try the "Recompile All" from within Simpl+ (located on the "Build" menu). Again, this is within SImpl+ and not SimplWindows. For me, there have been occasions where a small modification made on a simpl+ module would not update into my simpl windows program until I did that. Then also try the Recompile All on SimplWindows like others have recommended as well. And deleting the SPIsWork folder would probably be a good idea just in case.? With all these steps combined, things should work out. Thanks, Fabio |
Re: #cp3 #crestron #programming #simplwindows
#cp3
#crestron
#programming
#simplwindows
Your idea is the best, cresnet is about 38400 baus rate, super slow. You can also try the EISC but it will requiere having two running program and get things synchronized?
|
Re: #cp3 #crestron #programming #simplwindows
#cp3
#crestron
#programming
#simplwindows
I would make the MC3 a slave.
That way all of the IOs including the EX gateway will be available in the CP3. I am embarrassed to say that I am not sure about the cresnet. I would assume that would need to be moved over to the CP3. I dont know how the cresnet port behaves when the MC3 is set to slave.? |
#cp3 #crestron #programming #simplwindows
#cp3
#crestron
#programming
#simplwindows
Hello,
? ? Here's my setup, I replaced a MC3 with a CP3N (RS-232 and the three IR functions have been moved over from the MC3)?but I also have a Crestron CLW-DIMEX-P controlled by the built-in MC3's RFGW-EX gateway to control the lights which aren't working now by Crestron. 1) How can I access the built-in gateway in the MC3 to control the lights? 2) How can I setup EISC correctly? (It didn't work for me, it looped the light control page on the panel.) 3) Can I use Cresnet? Thank you for your future ideas. |
Re: 1 beyond hawk camera
¿ªÔÆÌåÓýThanks Lincoln!I had the same thought but without the product in front of me, I was not sure. There is a camera module from Crestron in the database but it¡¯s for a single camera. Looks like I would need to modify the module to talk to two different camera IDs. Also, the use case is in a council chambers with reinforced microphones. Seems to me that the reinforced mic audio would confuse the on-board mic array causing unintended consequences. Thoughts? On Feb 18, 2024, at 9:56?AM, Lincoln King-Cliby via groups.io <lincoln@...> wrote:
|
Re: 1 beyond hawk camera
¿ªÔÆÌåÓýI have not used it but based on the description in the manual I think for manual control you'd probably want to recall the preset to force camera 1 (or camera 2) output and then only worry about controlling that head. It appears the addresses
are fixed at 1 and 2 (\x81 and \x82) which make daisy chaining control problematic even though 485 control is supported... Obviously if doing VISCA over IP thats not really an issue?
Get From: [email protected] <[email protected]> on behalf of James M Pedersen <jim@...>
Sent: Saturday, February 17, 2024 2:23:09 PM To: [email protected] <[email protected]> Subject: [crestron] 1 beyond hawk camera ?
Anyone use the two headed 1 beyond hawk camera?
If so, I am interested in how to managed the manual control. I assume you would address each camera head and control each with separate modules¡. Don¡¯t have one to test. Any information would be appreciated |
Re: S+ module not updating in parent program
I didn't try that. I didn't even think about it as never use it. It *shouldn't* have made a difference as I know I was compiling the S+ module in question. But, I suppose it might have forced the main SIMPL program to relink to it in a way that wasn't happening. If it happens again, I will give that a shot. I wonder how long it would take to recompile all of my S+ modules ... I might need a siesta while I wait. :) |
Re: Construct and page visibility joins
Hi, Did you use the visibility receive part, I accidentally used the transmit part and that doesn¡®t work for showing a widget/subpage. ? Another thing, I believe there is still an issue that Construct from time to time uses a different ID for contracts. So always sync the? simpl programm after a Construct compile to be shure the programm uses the correct IDs.? ? I did one of my active projects with Construct and beside a none english PC system setup issue, it worked pretty great.? |
S+ module not updating in parent program
Hey guys, I just had something quite strange happen - something I haven't seen in over 2 decades of Crestron programming. So, for a while I go down the rabbit hole of trying to figure out if something has changed with how trace works. Eventually, I notice that the line numbers being reported as having errors are not changing, despite the fact that I have made changes that have shifted the code around. I eventually add gaps so that the line numbers being returned don't actually have any code on them. The result is that the same line numbers are being reported as having errors. I try various combinations?of resyncing the project, adding a second copy from the library and copying over the signals, etc. I even try adding extra signals to the S+ to verify it is synced with the program. The extra signals show up, so I remove them and re-compile, but still no change - no trace statements show and empty line numbers are still reporting errors.
I don't know if that workflow has something to do with it. But every indication was that .smw was using the library versions. For one thing, I removed the ones in the program directory. Additionally, the icon color changed to normal and I no longer got the pop-up window on program load letting me know which version was being used. Terry |