ldo Posted August 11, 2014 Report Posted August 11, 2014 Hi, excuse me can anyone help me? I used vision 350, with enhanced Vision PLC Webserver document is all ok, but i have any question for you. First - Can I write the timer with the my webpage? Second - I don't link the other webpage from main page. For example, is corect from the main page this string HTLM, for Linked my second Page "second.htm" <A HREF="192.168.1.150/web/second.htm" </A> (where 192.168.1.150 is PLC IP) n.b All web pages are under the web folder on SD. Tanks You.
Eyal Koren Posted August 25, 2014 Report Posted August 25, 2014 Hi Ido, 1. You can write timer values in your webpage, according to the description in the attached image (also stated in the PDF help file in webserver.zip). 2. For linking other web pages, you don't need the PLC's IP address. You can use only <A href="/Web/second.htm" </A>. For your convenience, I attached the zip file containing the advanced web server example WebServer.rar
ldo Posted August 26, 2014 Author Report Posted August 26, 2014 Hi, Eyal tank you very much for your post. For the attached image from the PDF help file, i think that show me the read of timers and not the write from the web page, the title is Timer You can show timer values Is this true? Thanks you
Eyal Koren Posted August 31, 2014 Report Posted August 31, 2014 Hi, Eyal tank you very much for your post. For the attached image from the PDF help file, i think that show me the read of timers and not the write from the web page, the title is Timer You can show timer values Is this true? Thanks you Ido, You are right. My reply was related to presenting timer values on web server HTML page. There is no direct way for storing a timer values to the PLC via advanced web server. What you can do is store an ML value to the PLC, and create logic that will convert this value to timer preset/current value. To do this use the "Store Timer Current/Preset" FB's available from the "Store" menu in Visilogic. The resolution for this conversion is 10 mS, hence for storing the value 60000 the timer value will be 10 minutes.
ldo Posted September 6, 2014 Author Report Posted September 6, 2014 Hi, Eyal Tank you for your answer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now