¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: HZ-THSTAT
I've done probably 20 by now Yes. When you upload with the config it pops up on the display "do you want to? allow the remote change" (like plugging your phone into a pc). TB said you can't get
By CO Cowboy · #249366 ·
Re: AprilAire TStats
True words!! HaHa... Our project actually has a CP4 so that's interesting that you saw similar issues with the 3-series...
By ckangis · #249365 ·
Re: AprilAire TStats
3 Series¡­I don¡¯t even remember what a 4 Series looks like lol!
By AVMaster · #249364 ·
Re: HZ-THSTAT
Thanks for the update, XSDS!! good to know. Please keep us posted on any idiosyncrasies that you have... When you say: "you need to manually accept the configurations when they are sent to the
By ckangis · #249363 ·
Re: HZ-THSTAT
Figured I would bump this one. We have (12) units on this project and every single one was getting wild temperature readings from both the internal and remote sensors.? Upgraded to 1.1.43.1 firmware,
Re: AprilAire TStats
Also AV Master:? ?Was that on a 3 or 4-series? And Also J5Races:? We are already using a dedicated 2.4g SSID, but still using static addresses...
By ckangis · #249361 ·
Re: AprilAire TStats
Thanks, AV Master...Interesting and disconcerting!...:( And I'm shocked that the EX stats worked for you!? They do actually work fine, but fine needs to be redefined as kinda crappy - HaHa - I'm
By ckangis · #249360 ·
Re: 0-based vs 1-based between C# and Simpl+
I was able to reindex in C# as follows: since i need 1-16 I set my array to 17 and created? public void Initialize() { try { for (int i = 1; i <= 16; i++) { _buttons[i] = new RootButtons(); } } catch
By Brad Wykoff · #249359 ·
Re: 0-based vs 1-based between C# and Simpl+
Adding some debugger code to C# of PrintLine, I can see that the index within C# is 0-15 but in SIMPL the index from EventHandler is 1-16 and I hadn't made any changes to converting to 1-based in
By Brad Wykoff · #249358 ·
Crestron TSS-752
AV Folks - Can anyone confirm if the Room Scheduler TSS-752 can take a custom VTPro-E file and connect to a processor to act like a touch panel to control a system? It has the selection in VTPro-e.
By Mike Moso · #249357 ·
Re: AprilAire TStats
It¡¯s the number of stats you are dealing with that Aprilaire can¡¯t deal with. ?I have also used the CW module and its tip top. ?We also have had issues with random stats randomly disconnecting.
By AVMaster · #249356 ·
Re: 0-based vs 1-based between C# and Simpl+
Just offset in SIMPL plus so that it doesn¡¯t contaminate your c# code with offsets that are only a SIMPL plus thing.
By Shawn Fennell · #249355 ·
Re: Samsung IP QPA Series Control?
IP works¡­just OK. ?Using the CCD¡¯s I¡¯ve had 9 out of 10 displays work perfectly and consistently and 1 of them not power up or act goofy in some way. ?I could never find rhyme nor reason to
By AVMaster · #249354 ·
CEN-CI3-3 firmware
Hello all¡­ I have a CEN-CI3-3 with 2 C3IR8 cards in slots 2 and 3¡­slot 1 is empty. ?Firmware update went fine except one of the IR cards will not update, it fails every time. ?These units
By AVMaster · #249353 ·
Re: AprilAire TStats
Thanks for your input, Jon! Interesting, we're using the CW module as well (Shout out to CW and Caleb! they're fantastic!!) and our stats are static IPs. I'm working with a dealer so I don't have
By ckangis · #249352 ·
Re: 0-based vs 1-based between C# and Simpl+
Depending on what you¡¯re talking about (particularly in terms of memory footprint or use in other contexts) frequently the sanest way is to just throw away index 0 and treat everything as 1-based.
By Lincoln King-Cliby · #249351 ·
0-based vs 1-based between C# and Simpl+
What methods are commonly used to convert C# array from 0-based to 1-based so that indexing is correct in Simpl+. This is populating but all the feedback for each players move is off by one index. C#
By Brad Wykoff · #249350 ·
Re: SImpl+ Windows 10 Compile Errors #simplwindows
After getting a new programming laptop, I noticed that the default user database locations for IR and modules was relocated to the "Public Documents" folder. I'm assuming that this is due to all of
By Brian Matson · #249349 ·
Re: AprilAire TStats
We have a few sites using Aprilaire WiFi Tstats amd Controlworks module . They seem to perform best when on the same VLAN as Crestron processor, and when setup using DHCP reservations for a 2.4ghz
By j5races · #249348 ·
Re: SImpl+ Windows 10 Compile Errors #simplwindows
I ended up having to re-import all my modules after I turned off FIPS and UAC and that seems to have fixed it.? I re-imported the ones that failed prior to turning off FIPS/UAC and that didn't
By jmill210 · #249347 ·