Home AMX User Forum NetLinx Studio

Dynamic Image Refreshing

Greetings All,

I have some panels on which I am using dynamic images from a web server. Is there a way to have them refresh from code? I have them set in TPD4 for a refresh every few minutes. I would like them to refresh as soon as the page that contains the buttons is flipped to. Thanks!

Comments

  • viningvining Posts: 4,368
     "'^RFR-<resource name>'"
    
          Force a refresh for a given resource.     
    
     
    
          Syntax: 
    
                SEND_COMMAND <DEV>,"'^RFR-<resource name>'"
    
     
    
          Variables: 
    
                resource name = 1 - 50 ASCII characters.
    
     
    
          Example:
    
                SEND_COMMAND Panel,"'^RFR-Sports_Image'"
    
                Forces a s refresh on 'Sports_Image'.
    
    

    In dynamic images you can set the refresh rate to zero and then use this command to refresh when ever you want.
Sign In or Register to comment.