i doing iot related project in labview using arudino hardware. able switch off/on led on arudino pressing off/on on website using datasocket vi. want control intensity of led website.
i have range slider in website , real time value can viewed in textarea,div,input type.
is there way can real time value being changed in html dom in labview. know datasocket vi returns html source code not html dom.
i dont want use web publishing services dont work in laptop. link im referring datasocket. datasocket labview
you can creating web socket, expect easiest thing use web service. can create 1 in lv , add setledintensity method , call js code. can find simple example here , in other documents in community.
Comments
Post a Comment