Web Page
mjones2620
Posts: 86
Hello All,
Is it possible to program a page of a touch panel to just display a webpage, and if so can this page be interactive?
Is it possible to program a page of a touch panel to just display a webpage, and if so can this page be interactive?
0
Comments
You could try to spend a very long time writing HTML parsing code which could then try to display images and text on buttons that it tried to move into relative position. I thought about it... once. An RSS reader was about as far as that got.
Some easier and less expensive options are:
1) Spec a cheap little computer into the job (or absorb it into the programming fee) and use a G4 computer control window.
2) Use TPControl on an Android tablet, since they can open the web application on the tablet for you. (Maybe supported on Win8 and iPad now, but I'm not certain)
And another option is to wait and get your hands on a new G5 X series panel which support a builtin web browser.
You need to make a computer control window pointing at a PC, which also requires that PC to be always on and have a static IP on the network. Then you need to install the i!-PCLinkWeb app on the computer so it can appear as a device on your AMX master, and put some code in there that will make it open your browser and go to the correct URL. Alternately, you can just leave a window open on the PC to that page, but that causes issues if anyone closes it by mistake. As I said, I only did it once, and I already had a PC in the rack running other things, so I just used it for this purpose too.
The downsides were the computer control window didn't scale the PC screen well, and I had to fuss a lot to make it useable at all. Touch panel acting like a mouse worked, but the resolution was very, very, rough, and hard to "click" small links or buttons.
I wouldn't do it again, to be honest. It only barely did what I needed it to do, but it did it badly and did not leave me with a warm, fuzzy, "this was professional" feeling. I got rid of it first chance I could.
Thanks for the insight.
The reason I am asking this, is because with the release of RMS 4, and lack of a scheduling function.. I am trying to come up with creative ways to make this work for our company. We currently are running a third party scheduling software that works with an SQL database, using a web UI. We've invested a lot of money into this product, and don't want to have to go with an Outlook plugin, or something of that nature to retrain users. Unless someone can help me figure out how to link the two together with two way communication, I'm stuck trying to figure out if I should be using tablets, or pcs, or what to take care of the scheduling issue.
...RMS Enterprise (aka v4) has scheduling. What exactly are you after?
If RMS isn't for you rather than talking directly to the database of your other scheduling solution it may be a little neater to roll a bit of middleware that sits between your control systems and this and abstracts the functionality you need into an interface format of your choosing. This was you maintain a bit of abstraction.
Kim,
I want the ability for touch panels outside of conference rooms to display our conference room calendar, and be able to communicate two ways to our calendar that is hosted on a SQL server. I've been told numerous times by AMX engineers that this is "on the roadmap" but not possible right now.
Care to explain how this can be accomplished?
Thanks,
Matt
I'm afraid the solution to you're scheduling integration is going to be a very difficult one.
Until there is a published API it would involve database trolling, even when there is an API for RMSE you'll still need to know how to hook into your current scheduling solution which may involve database trolling.