<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Crestron control - Communications				            </title>
            <link>https://www.animatics.com/forum/communications/crestron-control/</link>
            <description>Animatics Distributor Locator Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 15:36:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1216</link>
                        <pubDate>Thu, 14 Apr 2016 00:28:59 +0000</pubDate>
                        <description><![CDATA[Writing current position to EEPROM is possible, but doesn&#039;t compensate for the motor coasting to a stop or being moved when power is off.  The best fix for the normal incremental encoder is ...]]></description>
                        <content:encoded><![CDATA[Writing current position to EEPROM is possible, but doesn't compensate for the motor coasting to a stop or being moved when power is off.  The best fix for the normal incremental encoder is to have a homing routine where you find a switch or a hard stop to "home" the motor after a power cycle.
If you can't use that approach, we offer two motors with an option for absolute battery backed encoders.  The part numbers are SM23165MT and SM34165MT.  For the absolute encoder you would add -FB01 at the end of the motor part number.
ex.
SM23165MT-FB01]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>csearcy</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1216</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1215</link>
                        <pubDate>Wed, 13 Apr 2016 21:20:01 +0000</pubDate>
                        <description><![CDATA[I have the motors working and it is really simple through the Crestron.  I have the motor zero&#039;d and the subroutine moves it 500,000 turns to the right. The question is on power outage the m...]]></description>
                        <content:encoded><![CDATA[I have the motors working and it is really simple through the Crestron.  I have the motor zero'd and the subroutine moves it 500,000 turns to the right. The question is on power outage the motor looses the position. If I restart the program it takes where ever it is as zero (which is dangerous as it will then run off the track). 
I searched and found some references to battery backups, but wanted to know if there was a subroutine that ran and saved the position by itself. Actually wrote to the eprom as it was moving?]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>bach4660</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1215</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1211</link>
                        <pubDate>Sun, 03 Apr 2016 19:16:41 +0000</pubDate>
                        <description><![CDATA[great, thank you very much!]]></description>
                        <content:encoded><![CDATA[great, thank you very much!]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>bach4660</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1211</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1210</link>
                        <pubDate>Sun, 03 Apr 2016 03:55:21 +0000</pubDate>
                        <description><![CDATA[It&#039;s a fully programmable motor.  You have 1000 subroutines that can be downloaded to the firmware with a motor program.  After powering on the motor with a program like this... you can send...]]></description>
                        <content:encoded><![CDATA[It's a fully programmable motor.  You have 1000 subroutines that can be downloaded to the firmware with a motor program.  After powering on the motor with a program like this... you can send a simple command in ASCII like... GOSUB10 ...and the motor will execute that subroutine and stop at the RETURN statement (like 1000 mini programs).  All of these subroutines can access data stored/loaded from EEPROM so that data is not lost on a power cycle.
One of our other engineers mentioned that Creston has already developed driver files for communicating with our motors.  I don't have any other information on the drivers, but you may want to ask Creston about that.]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>csearcy</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1210</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1209</link>
                        <pubDate>Sun, 03 Apr 2016 03:39:02 +0000</pubDate>
                        <description><![CDATA[A cp3n there is a serial/rs-232 port, that you would set for the baud, and typically write in a serial string, in hex, or ascii or even both. My concern is that when I searched here for cont...]]></description>
                        <content:encoded><![CDATA[A cp3n there is a serial/rs-232 port, that you would set for the baud, and typically write in a serial string, in hex, or ascii or even both. My concern is that when I searched here for control I found actual programs that are 2-3pages of programming code, not just a single string.

For example to turn on a panasonic projector it is stx PON, etx or in crestron 02PON 3

thats why I was curious if there was a preset for the motor that could be recalled, as opposed to programming motor speed, torque, travel distance, run out etc everytime.]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>bach4660</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1209</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-1208</link>
                        <pubDate>Sun, 03 Apr 2016 00:59:10 +0000</pubDate>
                        <description><![CDATA[I&#039;m not very familiar with Crestron.  I&#039;m checking out their website for specifications.  Which controller are you using?]]></description>
                        <content:encoded><![CDATA[I'm not very familiar with Crestron.  I'm checking out their website for specifications.  Which controller are you using?]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>csearcy</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-1208</guid>
                    </item>
				                    <item>
                        <title>Crestron control</title>
                        <link>https://www.animatics.com/forum/communications/crestron-control/#post-319</link>
                        <pubDate>Sat, 02 Apr 2016 21:06:32 +0000</pubDate>
                        <description><![CDATA[I have the sm2316dt motor and was looking to control it via a crestron controller on rs-232. Is there a preset that I can recall? The motor is on a track and it only needs to travel left or ...]]></description>
                        <content:encoded><![CDATA[I have the sm2316dt motor and was looking to control it via a crestron controller on rs-232. Is there a preset that I can recall? The motor is on a track and it only needs to travel left or right, basically an open or close position. I saw the  866 page programming guide but not really sure how to write a complete program inside of Crestron?]]></content:encoded>
						                            <category domain="https://www.animatics.com/forum/communications/">Communications</category>                        <dc:creator>bach4660</dc:creator>
                        <guid isPermaLink="true">https://www.animatics.com/forum/communications/crestron-control/#post-319</guid>
                    </item>
							        </channel>
        </rss>
		