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.

Get value from ets
#1
Hello to everyone,
In a script i use the command
status1 = grp.getvalue('0/0/7')
but i noticed that with this command i just read the value from logic machine not from the bus(there is no refresh in the value). is there any command to make a read from the bus? I know that in the properties of the objects there is an option poll interval but i don't want to use this bacause of the traffic in the network.
Thank you in advance
Reply
#2
Code:
-- send read request to 1/1/1
grp.read('1/1/1')
------------------------------
Ctrl+F5
Reply
#3
Also see this for a sync read-response request:
https://forum.logicmachine.net/showthrea...4#pid13364
Reply


Forum Jump: