03-14-2019 07:35 AM - edited 03-14-2019 07:40 AM
Hi This is a snippet of my Function.gvi . I am writing some random data in a tag.
Below is the image of my Web Vi where i am reading the tag and displaying it on an indicator called - Tank
Below is the image of the tag "mytag" which was automatically created by Skyline API.I opened it in Google chrome
This snippet below shows my Ni Web Configuration where my Server URL to be used is displayed and my server is running
My problem is that when i run my VI'S, "mytags" value does not get updated and my web vi does not show any value in my variable(Tank).
As you can see , the "current value" column in TagViewer image is blank.I think i have done all the steps correctly.But still i am not able to read mytag values in my web Vi.
(** What I think is that there is some issue in writing values to tag because , on google chrome in Tagviewer , there is no value shown for the tag "mytag", Also ,none of the error probes show any error in my Function.gvi when i am writing tag values)
Can someone help me out with this problem please.
Solved! Go to Solution.
03-14-2019 01:59 PM
I think the problem is that you configured the Open Tag VI to use an I32 data type, while your Write Tag is configured to use Double. You should try changing the configuration of the Write Tag VI by selecting it and changing the Function configuration under the Item tab on the right rail.
03-15-2019 01:16 AM
Thank You . My issue has been solved .