PanTech Design Knowledge Manager

Knowledgebase Home | Glossary | Favorites | Contact | Login Knowledgebase Home | Glossary | Favorites | Contact | Login
Search the Knowledgebase Browse by Category
Crestron C2N-IIF Modules Don't always function correctly
Article Details

Last Updated
5th of July, 2007

User Opinions (2 votes)
0% thumbs up 100% thumbs down

How would you rate this answer?
Helpful
Not helpful
We have found that the Crestron C2N-IIF v5.1 modules don't always function correctly when in large systems.  The module was trying to send  it's information almost immediately at bootup.  We have modified some of the timing in their Simpl+ module to make it more reliable for us.

Open C2N-IIF Simpl+ v5.1.usp and replace lines 46-57 with the following lines and recompile. 

    delay(500);       
    delay(sr * 50);                                                                    //wait different times depending on room number
       //{
           if(len(DSRoute$) > 4)                                                        //don't send empty string
           {
               to_room_mod$ = DSRoute$ + "\xE1";                                    //send this ds routes to other modules
           }
    //}
   
    delay(sr + 700);
    //{
        to_room_mod$ = "DEFROOM" + chr(sr + 64) + "\xE1";
    //}


Visitor Comments
No visitor comments posted. Post a comment
Post Comment for "Crestron C2N-IIF Modules Don't always function correctly"
To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.
   Your Name:
   Email Address:
* Your Comment:
* Enter the code below:
 
Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue

Powered by Interspire Knowledge Manager Knowledgebase Software