Re: Storing history of analog values
Way cool shift register Jeremy.
By
ediablo80
·
#133033
·
|
Re: iPad issues
A bad dynamic graphic serial path. I was doing a project with an Axis Video server. On one page of my iPad I used the internal IP address of the Axis and I was able to view the MJPEG stream. However
By
ediablo80
·
#133032
·
|
Re: First Alert Alarm
The 4100SM is connected to a header on the alarm board not to a zone.
By
Jim A
·
#133031
·
|
Re: Issue Touch Tone (DTMF) via control system
Thanks for the input. I will look at both approaches. Chris, your approach is particularly intriguing. I'll probably tinker with that first. Thanks again!!
By
yellowfin684 <jaredhaleck@...>
·
#133030
·
|
Re: TV One Option connection
I haven't worked with one yet, but have been seeing them pop in to consultant designed projects a lot. I think they are using it mostly to strip HDCP, scale, and output as Analog. I'd be interested in
By
jbudz1977
·
#133029
·
|
Re: Storing history of analog values
Yeah, wishful thinking :(
By
brallen5
·
#133028
·
|
Re: First Alert Alarm
Do you have the 4100SM connected to zone 9 of the security panel?
By
weddellkw
·
#133027
·
|
Re: Storing history of analog values
ARAM, not ABUF
By
mjrtoo2000 <mjrtoo@...>
·
#133026
·
|
Re: Free Terminal Program - Update
What type of USB to Serial adapter are you using? I have a Belkin and am having the same problem. I bought a different one to try but forgot to bring it to work today. Can't wait for this glitch to
By
jbudz1977
·
#133025
·
|
Re: Storing history of analog values
I might use a ring buffer, and an ABUF with multiple selects defined driven by the ring buffer. Setup the ring buffer clock and Store/Recall on the ABUF as you see fit.
By
mjrtoo2000 <mjrtoo@...>
·
#133024
·
|
First Alert Alarm
Has anyone intigrated a FirstAlert FA-1670C I currently am having trouble communicating with the alarm panel The alarm company says it's a re-branded Vista 128bp All the setup feilds seem to be the
By
Jim A
·
#133023
·
|
Re: Issue Touch Tone (DTMF) via control system
I couldn't find a commercial product, but the webatron is filled with circuits to build your own, here is one example: <http://www.whatcircuits.com/Category/signal-generator-circuits/dtmf-generator/>
By
Joseph Vossen <jkv@...>
·
#133022
·
|
Re: Crestron Mobile Pro G - Designing in Landscape
I just had to use an iPad and download to it, rotate the screen, swear, update "Anchor" settings, repeat... It was annoying but now I atleast have a template that I can reuse. -andy
By
Andy Ross
·
#133021
·
|
Re: New Processors/Software and Modules Issues?
ah...no... :) [snip]
By
Joseph Vossen <jkv@...>
·
#133020
·
|
Re: Free Terminal Program - Update
Hi Rick, I just downloaded your HTWin yesterday, but cannot get it to work with a serial connection. As soon as I set the type to serial and configure the port and click OK/Apply, the app crashes. An
By
erikm_101 <erikm101@...>
·
#133019
·
|
Re: Storing history of analog values
?? What is this x++ dream? _____ From: Crestron@... [mailto:Crestron@...] On Behalf Of Brian Sent: Tuesday, February 22, 2011 7:30 AM To: Crestron@... Subject:
By
MSTC
·
#133017
·
|
Re: IDOC-V Makes Buzzing Noise
They have been in our inventory for several months. Thanks for the info, I will get them sent in for repair.
By
erikm_101 <erikm101@...>
·
#133016
·
|
Re: Bell 9241 PVR - IR driver required (remote is IR/UHF)
I've got it working, I believed I used the dishnetwork version, but if you want my IR file, send me an email to shaun at xperiment2 dot come thanks shaun
By
Shaun R
·
#133018
·
|
Re: Storing history of analog values
Analog_input analogVal; Analog_output analogStored[maxNumToStore]; integer x; change analogVal { if(x>=maxNumToStore) x=1; else x++; analogStored[x]=analogVal; } function main() { x=0; }
By
brallen5
·
#133015
·
|
Re: Storing history of analog values
Quick and dirty SIMPL solution is to use an ABUF to make a sort of delay line, and send a WPULSE (single logic wave pulse) to the enable to shift everything by one: Value -> Value1 Value1 -> Value2
By
Jeremy Weatherford <xidus.net@...>
·
#133014
·
|