RMS v4.1
PhreaK
Posts: 966
For those of you that don't actively monitor the AMX website you may be interested to know that RMS Enterprise v4.1 is out. It's the first major update to Enterprise and with it comes scheduling support.
Perhaps more importantly though it the new programmers guide. If you are in any way associated with development grab yourself a copy. Put simply, it's awesome. If you haven't played with the SDK yet to give you a quick overview there is one include in particular that is your best friend - RmsApi.axi. This wraps up all the ways you can interact with the RMS module into nice, readable functions that have logical argument lists. The programmers guide now has full, readable, searchable documentation for every function in this. There's also an updated SDK which includes the scheduling side and some new open source modules for monitoring DVX's. This basically means if you're doing a DVX centered install your entire RMS code footprint is quite literally a couple of lines.
Perhaps more importantly though it the new programmers guide. If you are in any way associated with development grab yourself a copy. Put simply, it's awesome. If you haven't played with the SDK yet to give you a quick overview there is one include in particular that is your best friend - RmsApi.axi. This wraps up all the ways you can interact with the RMS module into nice, readable functions that have logical argument lists. The programmers guide now has full, readable, searchable documentation for every function in this. There's also an updated SDK which includes the scheduling side and some new open source modules for monitoring DVX's. This basically means if you're doing a DVX centered install your entire RMS code footprint is quite literally a couple of lines.
0
Comments
After reading all RMS Enterprise manuals, I could not figure out an answer to my following question:
Is there an internal scheduling system in RMS Enterprise, as it was the case with RMS 3.x? that is, without using Microsoft Exchange 2010?
RMS Enterprise has an internal scheduling feature that provides macro creation for common recurring scheduled events like system wide startup/shutdown, setting DSS inputs, morning/night lighting presets, etc. This scheduler is independent of the scheduling interface for third party applications and may be used in conjunction with them. This is nice because now you do not have to create a scheduled appointment in Outlook to just turn off the projectors at night and things like that.
I hope this helps.
Doug Hall
RMS Product Manager
Actually, I am trying to find out if there is a built-in feature (not a plug-in) inside the RMS Enterprise for reserving meeting rooms. There are already NetLinx/Duet sample systems (that come with the SDK).
I have tried those samples, but I could not be able to reserve a room. So, is there a built-in feature that would enable RMS Enterprise to handle a room's reservation?
As Kim mentioned in an earlier reply, the answer is no. The only way to book a room is by interfacing into a third party scheduling system.
Is there any plan for creating scheduling plug-ins, other than the one that uses Microsoft Exchange 2010?
Yes, you will see releases for plug-ins including an updated Exchange EWS for 2010/2013 soon plus Lotus Notes next month. The others are to follow....
Is there a particular one you are seeking at this time? Several are currently in the development pipeline, and will be released in the near future, with others coming on line as resources (and demand) permit.
At present, you can purchase plugins for RMS v3.x for the following scheduling systems.
MS Exchange/Outlook®
MS Exchange Web Services (EWS)
Lotus Domino®
Novell GroupWise®
Planon Integrated Workspace Management®
Dean Evans &Associates EMS®
CollegeNet's R25®
People Cube's Resource Scheduler®
Is it possible to have the ability to download free trials of the scheduling third-party plug-ins?
Another question: It could be nice to have one new plug-in... internal scheduling plug-in (like that one in RMS 3.3). By having a plug-in, there should be no struggle between the already-written RMS Enterprise and the internal scheduling plug-in.
I mean that it does not have to be mixed with the RMS Enterprise's code (like RMS 3.3). Would such plug-in be available as a free trial to download?
I hope I have made myself clear.
Is there any chance to get a trial version of RMS Exchange 2010 plugin? expire after 14 days, for example?
Note: This would really help to evaluate the plugin to decide on whether to use it in a commerical project or not.
Thank you.
I currently am running a 3rd party scheduling software hosted on sql server. I'd like to procure RMS 4.1, however when I originally spoke with my AMX rep he explained that having my 3rd party scheduling software talk back and forth with RMS for the time being would not be possible, and that API's were being developed for this process. Could you possibly explain to me if this is correct, and what is needed to make the two systems talk to each other?
My apologies, I'm still trying to understand the concepts here and explain everything to my programmers.
Thanks Doug. Sorry if I'm asking redundant question here, but is what you're saying meaning that with RMS 4, I could run my third party scheduling system in conjunction with RMS? The third party scheduling system is a web based system, hosted by sql server.
Could you explain how I could make this work in layman's terms?