Author Topic: ReadWeb  (Read 3865 times)

nuno

  • Newbie
  • *
  • Posts: 13
ReadWeb
« on: October 06, 2017, 04:53:39 pm »
Hi,

What is the minimum cycle of read file in READWEB task of standalone mode of 332 encoder via web?
Im having some issues here. If i setup a 20 or 30 seconds period encoder go back to 120 secs? Is it normal?

Thanks

Jan

  • Hero Member
  • *****
  • Posts: 1057
Re: ReadWeb
« Reply #1 on: October 06, 2017, 08:34:34 pm »
Quote
The time of reading event is rounded towards nearest half of minute of the real-time clock. (p132com.pdf)

Thus the minimum period is 30 seconds. Inserting lower value yields in 30 seconds period.

To avoid return to previous value after next power-up, don't forget to store the parameter into non-volatile memory by command *READWEB

Code: [Select]
READWEB=30
*READWEB

nuno

  • Newbie
  • *
  • Posts: 13
Re: ReadWeb
« Reply #2 on: September 15, 2018, 12:17:19 pm »
Ok Jan!

Sorry for the late reply. I need another help. I cant read a text from web from a https url. I need to. Is possible?
Thanks

Jan

  • Hero Member
  • *****
  • Posts: 1057
Re: ReadWeb
« Reply #3 on: September 16, 2018, 08:55:26 am »
The https is internally supported by the network stack but that feature is currently not available to the user. You cannot enter https into the READWEB url. We're working on a solution how to make it available for the READWEB command. You may use the Magic RDS facilities instead.