This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Problem with 250 byte string
#1
Hello,

Why logicmachine can't receive data more than 14 byte over rest api?

Example:

1) I created 250 byte string group address in logicmachine
2) I find out rest api url: http://192.168.0.1/scada-remote?m=json&r=grp&fn=write&alias=0/0/72&value=asdsadsadxxvvzzwwyyuu&datatype=string
3) I send value which are more than 14 bytes (asdsadsadxxvvzzwwyyuu) and i get only 14 bytes - asdsadsadxxvvz.

I know that KNX can send only maximum 14 bytes, but why logicmachine rest api can't send more than 14 bytes string?
Reply
#2
Datatype parameter should be text instead of string. You can also remove it because it is optional. LM will use object datatype from the database if datatype is not set explicitly.
Reply


Forum Jump: