Include4.dat not found
Include4.dat not found. Please check for presence of Device Database. Has anyone seen this message when trying to compile? I have to hit F12 three or four times before it will finally fire up. I just
By
Heath Volmer <hvolmer@...>
·
#179664
·
|
Re: EISC (Packed)?
I'm not privy to the complete inner workings but my understanding is that the packed EISC will trap multiple changes and transmit them all as one packet over TCP rather than generating a packet for
By
Neil Dorin
·
#179663
·
|
Re: Help with Display Development Protocol
Yes. "Modulo" is just the mathematical word that apparently only engineers use. Math and computer folks are too lazy. checkum = sum % 256 in programming-speak.
By
Heath Volmer <hvolmer@...>
·
#179662
·
|
Re: EISC (Packed)?
I just noticed these today, thanks for the clarification. I have some updating to do. Sent from my pocket robot!
By
Eric Williams <ewilliams0305@...>
·
#179661
·
|
Re: Help with Display Development Protocol
I believe the value is right. I'm pretty sure that modulo is the remainder after division. In this case, it limits the checksum to 1 byte, in case the sum is greater than 255. Chris.
By
Chris Schley <cssfh3@...>
·
#179660
·
|
Re: Help with Display Development Protocol
The modulo-256 just means the low-byte of the sum only. Command looks good. wrote:
By
Kool-Aid Drinker <herald@...>
·
#179659
·
|
Re: CP3 - IR ports stop working
I had this problem with an Adagio a few years ago. I had a bad IR file that worked fine in a PRO2 but when specific buttons were pressed it would lock up the Adagio until power cycled. -Russell
By
Russell Grove
·
#179658
·
|
Help with Display Development Protocol
We're installing one of these F3 projectors and I wasn't able to test it in the office before it went to site. The DD people actually do the install themselves and I was also under the impression that
By
Heather Baiman <heather@...>
·
#179657
·
|
Re: TSTAT-EX Issue (feedback?)
FB reports what the TSTAT is doing, regardless of what the program told it to do. A user can adjust the stat locally, and FB will report that back to the program. [Non-text portions of this message
By
Heath Volmer <hvolmer@...>
·
#179656
·
|
Re: CP3 - IR ports stop working
I had a similar issue with a CP3 a few months ago. In my case the IR outputs were DOA and power cycling, updating firmware, etc. had no effect. Everything else worked fine. I had to RMA the unit.
By
sdd5555
·
#179655
·
|
Re: Sure this was asked before
I've tried the weather module when it first came out, failed, and haven't tried again... Your CP2e is apparently running 4.7.x firmware, which I haven't been impressed with, and don't have any systems
By
Kool-Aid Drinker <herald@...>
·
#179654
·
|
TSTAT-EX Issue (feedback?)
I'm adapting my thermostat module to work with the infinet thermostat, and I don't have one to play with. There's one thing that concerns me. In the help file, it says to tie the Analog FB lines to
By
Chris Schley <cssfh3@...>
·
#179653
·
|
CP3 - IR ports stop working
I have a CP3 that has had a problem twice now, where all 8 IR ports simply stop outputting anything. Everything seems fine (ethernet, serial, relays, etc¡) when it happens. From debugger I can see
By
Jon Waldrip
·
#179652
·
|
Re: Pretty Toolbox splash
+1 -- I like it. On my machine, sometimes Toolbox opens in a few seconds, but sometimes it takes forever for some reason, it is nice to know that it is actually doing something. Jon From: castor_97
By
Jon Waldrip
·
#179651
·
|
Re: "Many to one" EISC
Avoid the prodigy multicast module! It's another of those cases (like the original iPhone symbol) where an intern invented a protocol and implemented it poorly in S+. wrote:
By
Kool-Aid Drinker <herald@...>
·
#179650
·
|
Re: "Many to one" EISC
XSIG through a UDP symbol. Just tested with two programs on a CP3N and one on a CP2e. Fine and dandy, with the exception that the two CP2N programs didn't exchange data. <lincoln@...>
By
Kool-Aid Drinker <herald@...>
·
#179649
·
|
Re: Sure this was asked before
Its with the crestron weather module. The program runs perfect on CP3 without this error but wont work on the CP2E that has this error. Has to be in the processor itself but cant find out what would
By
Chris MacGilfrey <chrmac68@...>
·
#179648
·
|
Re: "Many to one" EISC
Probably easier to just do the IPID changes rather than figure out something that might work. :-) Also, you can import EISC symbols into other programs, so if you didn't know that, that might save
By
matt_rasmussen_2000
·
#179647
·
|
Re: "Many to one" EISC
UDP aimed at the broadcast address for your (sub)network, e.g. 10.0.0.255 for 10.0.0.0/24 Haven't tried it with a Crestron processor though... Lincoln -- Lincoln King-Cliby, CTS Sr. Systems Architect
By
Lincoln King-Cliby
·
#179646
·
|
Re: "Many to one" EISC
I do believe I have done a UDP subnet broadcast and had other processors receive that as well too, but that could get even more messy than managing client connections as in the previous reply.
By
matt_rasmussen_2000
·
#179645
·
|