Re: Tstat change 74,3 degrees to 74
on the scheduler module there is a signal 'display_0.5C_steps' that comes from the hardware definition not sure if it works for that foreignheight stuff (; mark
By
Mark <markrkaye@...>
·
#164952
·
|
Re: String Parsing
With all respect Neil, Don't use iPad to edit simpl+ code ;) The index counter must also be after the first occurance of "actor Name". -Stig #DEFINE_CONSTANT maxnames 10 #DEFINE_CONSTANT maxlength 40
By
Stig <ska@...>
·
#164951
·
|
Re: apple tv control methods
I am not making changes to his. I am working on one independently of his. I have not even tried it to see how it works yet.
By
Chris <chrmac68@...>
·
#164950
·
|
Re: TPMC-4SMFD hard button feedback
IIRC the TPMC-4SM does not support individual led feedback for hard buttons. You can select green or red as the backlight colour and then turn the whole backlight on/off. -Neil Dorin
By
Neil Dorin
·
#164949
·
|
Re: OT: need a new hobby?
Love new ideas, but ... "this entire system works seamlessly..."
By
Etienne
·
#164948
·
|
Re: String Parsing
Here: //Based on the sample data you've given I'm making the assumption that you'll get all the names you're after in a single query. This code will parse up to 10 names and those names would be
By
Neil Dorin
·
#164947
·
|
Re: apple tv control methods
I didn't want to go off and make changes as he asked for feedback. So many people have asked about control of ATV2 that we should rather get something that we could possibly all use...
By
Etienne
·
#164946
·
|
TPMC-4SMFD hard button feedback
Hi Guys, I am having a play with our campuses first TPMC-4SMFD and have gotten stuck on the feedback for the LED hardbuttons. I have limited experience with Crestron touch panels as all we have on
By
ihaia09
·
#164945
·
|
Re: String Parsing
Can you possibly give me an example of how to do this. I have tried so many ways all without success. Thanks
By
chrmac68 <chrmac68@...>
·
#164944
·
|
Re: Lifesize stops communicating
I realize this is an old thread, but I'm wondering if other people are still having issues controlling Lifesize systems reliably. I have a customer that has a Lifesize Express 220 and claims that
By
stl_programmer
·
#164943
·
|
Re: String Parsing
You're overwriting Actor1$ each time you parse a name. You need an integer variable to track how many names you've already parsed and use that as the index of the string output array you want to
By
Neil Dorin
·
#164942
·
|
String Parsing
Sorry posted this in wrong place... maybe im missing something here. in s+ <person job="Actor" name="Brandon Lee" /> <person job="Actor" name="Rochelle Davis" /> <person job="Actor" name="Jon
By
Chris <chrmac68@...>
·
#164941
·
|
string parsing
hey all, maybe im missing something here. in s+ <person job="Actor" name="Brandon Lee" /> <person job="Actor" name="Rochelle Davis" /> <person job="Actor" name="Jon Thompson" /> im doing this:
By
Chris <chrmac68@...>
·
#164940
·
|
Re: Tstat change 74,3 degrees to 74
I will try this when I get home. Thanks
By
j5races
·
#164939
·
|
Re: Tstat change 74,3 degrees to 74
Another way to deal with rounding is to add 5 to the number before sending it through the DIVMOD. For example, 740-744 would become 745-749 and end up as 74, while 745-749 would become 750-754 and end
By
Geoffrey Reynolds
·
#164938
·
|
Re: T+A equipment control
Thanks Peter! I'll give this a try! Harold
By
hlaudio
·
#164937
·
|
Re: Tstat change 74,3 degrees to 74
Thanks all for the answers I will try this rounding in simpl and report my results. Thanks again for all the replies Sent from my pocket computer
By
j5races
·
#164936
·
|
Re: Degree symbol ASCII on TP (non-core 3)
There you go! Thanks Chris I got 248 both from Crestron's ASCII chart and from various google searches. At that point, I didn't think of looking at character map, figuring that something was wrong
By
Heath Volmer <hvolmer@...>
·
#164934
·
|
Re: apple tv control methods
I built a module for the AppleTv box as well and am seeing the same issue with feedback. When i look at the xml file that is sent back it shows it the same way. Not sure its the module and not related
By
Chris <chrmac68@...>
·
#164933
·
|
Re: Degree symbol ASCII on TP (non-core 3)
Try ASCII 176 (decimal) for the degree symbol, that's the standard mapping in most GUI-era font sets (e.g. Arial). When in doubt, check the codes in Character Map, which will show you the actual
By
mrmondegreen <chrisw@...>
·
#164932
·
|