How can I send Duty% value in slier bar to Fuji PXF register ? #879
-
hi MAKOMO Here following is what I did : 2.I also would like control DUTY% by the slider modbus command :write(1,2131,{}) ) , but is NOT working ,the value data can not send to Fuji PXF registers . FYI , Here is my *.aset file |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your slider values range from 0-105. Thus the maximum values assigned to the placeholder {} is 105. Looking at your MV button definition it seems that for MV100 you send |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply, the problem has been solved! |
Beta Was this translation helpful? Give feedback.
Your slider values range from 0-105. Thus the maximum values assigned to the placeholder {} is 105. Looking at your MV button definition it seems that for MV100 you send
write(1,2131,1000)
. Thus the intended value multiplied by 10. Thus you need to add set the sliders factor to 10 and you should also choose the MODBUS Command action as otherwise the slider will not send out anything.