Home AMX User Forum NetLinx Studio

Issue with dynamic images on an MVP 8400

I am having an issue with one set of dynamic images updating on a panel. The images are stored on the master under images/Weather.

I tested this on another system and it works fine but when I brought it to the master and touch panel in my office the images aren't updating correctly.

The only thing that differs are the following:

Test system:
NI 700 with latest duet firmware and device firmware
MVP 8400 with latest firmware
Send_Command dvPanel,"'^RMF-nav_weather_icon,%P1%U',sMasterUser,'%S',sMasterPass,'%H',sMaster,'%A',sMasterPath,'%F',sWeather.sIcon"

sMaster[15] = '192.168.001.200'		/// Change to correct master address
sMasterPath[16] = '/images/Weather/'	/// Change to correct image path
sMasterUser[13]='NetLinx'		/// Needed to update nav bar image
sMasterPass[8]='password'			/// Needed to update nav bar image

sWeather.sIcon = '44d.png'


Office system:
NI 3100 with latest duet firmware and device firmware
MVP 8400 with latest firmware
Send_Command dvPanel,"'^RMF-nav_weather_icon,%P1%U',sMasterUser,'%S',sMasterPass,'%H',sMaster,'%A',sMasterPath,'%F',sWeather.sIcon"

sMaster[15] = '192.168.042.200'		/// Change to correct master address
sMasterPath[16] = '/images/Weather/'	/// Change to correct image path
sMasterUser[13]='NetLinx'		/// Needed to update nav bar image
sMasterPass[8]='password'			/// Needed to update nav bar image

sWeather.sIcon = '44d.png'


The other dynamic images pulled from website are updating on both panels correctly. Any ideas?

TIA

Chris

Comments

  • ondrovicondrovic Posts: 217
    This one working though
    Send_Command dvPanel,"'^RMF-nav_weather_icon,%P1%UNetLinx%Spassword%H192.168.42.200%A/images/Weather%F',sWeather.sIcon"
    

    wonder why
  • mpullinmpullin Posts: 949
    I think the leading zeros in the IP address may be confusing it.
  • ondrovicondrovic Posts: 217
    mpullin wrote: »
    I think the leading zeros in the IP address may be confusing it.

    I will give that a try and report back
  • ondrovicondrovic Posts: 217
    mpullin wrote: »
    I think the leading zeros in the IP address may be confusing it.

    Good call on that one that was the problem go figure LOL
  • AMXJeffAMXJeff Posts: 450
    There is currently a problem with the Firmware of the MVP8400 with FTP dynamic images. Go back a firmware version and it should be ok.
  • Duncan EllisDuncan Ellis Posts: 154
    Dynamic imaging issue

    I've had a similar issue. I've found that systems with NI3000 units in work fine (as long as they dont have duet firmware) as do ME260 but 31/41 series seem to have an issue.
Sign In or Register to comment.