Propogation of data from controller to RMS web interface...
Chip Moody
Posts: 727
So I have this in my code:
And sure enough, that info is reflected in the RMS web pages when I go to look at information on this system.
Shouldn't changes made to this statement cause an update to the data shown in the web interface? If I do this:
and reboot, the RMS web pages still show this system as being the "Office". No mention anywhere of Bing, Bang >or< Boom.
- Chip
SEND_COMMAND vdvCLActions,"'SET ROOM INFO-Office,Downstairs,Chip'"
And sure enough, that info is reflected in the RMS web pages when I go to look at information on this system.
Shouldn't changes made to this statement cause an update to the data shown in the web interface? If I do this:
SEND_COMMAND vdvCLActions,"'SET ROOM INFO-Bing,Bang,Boom'"
and reboot, the RMS web pages still show this system as being the "Office". No mention anywhere of Bing, Bang >or< Boom.
- Chip
0
Comments
Hi Chip,
Once you send the string data the first time it reamins in the RMS database until you remove the room from your monitoring list. This allows you to edit the data within the RMS browser page and have it remain upon master reboots.
This is a commom question and consider this a system feature.
- Chip
-> Tech-Note 782: Room Info Not Changing In Meeting Manager or Asset Manager
Regards, Harald
Of course, you pointed out something that I usually do as step 1 when I'm trying to figure something out - check the tech notes.
I don't like the reasoning behind this, so I'm going to try some code that deletes that file off the master at reboot and substitutes the information that the program code is trying to report to RMS. I mean, the master should have the freaking option of informing the RMS Admin that "hey, I used to be called this name at this location, now I'm this new name at this new location". (If nothing else, at least being able to do this with a new program load, if not every reboot)
Thank you for pointing me to the explanation of a truely frustrating and annoying "feature" of RMS so I can now implement a "solution" for it.
- Chip
Hi Chip,
What if my room name or owner changed? Would I want the info reset everytime the master reboots? What if I didn't enter the info at all, do I want it blanked out on reboot? Some installations use the same code for some rooms, they usually don't want to enter the room info until it registers. There was much consideration given to this functionality, sorry it doesn't work as you desire.
Regards,
Doug Hall
Could be worse - could've been unhackable.
- Chip