Home AMX User Forum NetLinx Studio
Options

Dynamic Image issues

Here is my code to send the changes to the dynamic images
Send_Command aTP_Weather,"'^RMF-weather_icon,%P0%H',cImage_Host,'%A',cImage_Path,'%F44d.png'"
Send_Command aTP_Weather,"'^RMF-mini_radar,%P0%H',cImage_Host,'%A',cImage_Path,'%F44d.png'"
Send_Command aTP_Weather,"'^RMF-nav_icon,%P0%H',cImage_Host,'%A',cImage_Path,'%F44s.png'"

aTP_Weather is the following
Dev aTP_Weather[]=
{
    dvGreat_Room_Weather,
    dvKitchenCV12_Room_Weather,
    dvKitchenCV5_Room_Weather,
    dvMaster_Bed_Room_Weather,
    dvAI_Theater_Room_Weather,
    dvEntry_Hall_Room_Weather,
    dvSys_Design_Room_Weather
}

The problem is that the dynamic images only update on dvGreat_Room_Weather panel none of the others. I want it to update all the panels images when there is an update not depending on what panel you are on.
Any ideas of why they are all updating?

TIA

Comments

  • Options
    ondrovicondrovic Posts: 217
    I think i figured it out the ip address was wrong for the panel, i corrected it and reboot the panel, now the images are showing up :)
Sign In or Register to comment.