24.07.2017, 08:39
Hi Admin,
I have tested with 2 byte floating point and the temperature variant. So create just an object of 2 byte floating point. then write an event script for this new object that looks like,
if(event.type='groupwrite')then
grp.write(event.dst,103)
elseif (event.type=='groupread')then
grp.response(event.dst, 103)
end
Then use ETS to monitor the LM, in both cases 102.96 is sent on the bus.
thanks,
Roger
I have tested with 2 byte floating point and the temperature variant. So create just an object of 2 byte floating point. then write an event script for this new object that looks like,
if(event.type='groupwrite')then
grp.write(event.dst,103)
elseif (event.type=='groupread')then
grp.response(event.dst, 103)
end
Then use ETS to monitor the LM, in both cases 102.96 is sent on the bus.
thanks,
Roger