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
·
|
Re: Strange memory errors on AES
Compacting only happens while the program is stopped afaik, it should not affect runtime operations.
By
Jeremy Weatherford <xidus.net@...>
·
#133013
·
|
Storing history of analog values
I want to keep a history of 5 to 10 changes to a single analog value. Does anyone have a suggestion of how I might accomplish this? mer
By
merriweather.randolph
·
#133012
·
|
Re: Strange memory errors on AES
Do you suppose the AES uses RAM as the temporary memory pool while compacting? If RAM is somehow getting used up, this might explain what I'm seeing. This program is little different from what I am
By
Barry Newton
·
#133011
·
|
Re: mycrestron.com DNS
got it working today.....not sure what was different. but, it's working. JC
By
Jorge Castro
·
#133010
·
|
Re: Issue Touch Tone (DTMF) via control system
We've stopped using the latch function in call boxes. Usually, callboxes have 2 relays. We program most user codes for relay 1 (momentary, wired directly to gate), and others for relay 2 (also
By
Chris Niles
·
#133009
·
|
Re: Does anyone know the number or HDMI keys that the "new" Mac Mini provides?
Absolutely true. I've had Cox Cable transfer me to Netgear tech-support in an attempt to troubleshoot a cable modem that kept resetting. This from a company that fails to complete 3 out of 4 internal
By
weddellkw
·
#133008
·
|
Re: Strange memory errors on AES
Program and web files are stored in flash memory, this is also what gets compacted periodically. It's what the processor uses instead of a disk. SIMPL+ programs use RAM as working space while they are
By
Jeremy Weatherford <xidus.net@...>
·
#133007
·
|
Strange memory errors on AES
I'm curious if anyone has seen this kind of problem, it's a little hard to describe. Once in perhaps four or five program loads, the program starts up spewing memory errors. Many of the Simpl+
By
Barry Newton
·
#133006
·
|
Re: Issue Touch Tone (DTMF) via control system
How about just an old external serial modem?
By
Phil Bridges
·
#133005
·
|