LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NXG Web Module - Tag Values Are not getting updated (Using Sky Line API'S)

Solved!
Go to solution

Hi This is a snippet of my Function.gvi . I am writing some random data in a tag.

image.png

 

Below is the image of my Web Vi where i am reading the tag and displaying it on an indicator called - Tank

image.png

 

Below is the image of the tag "mytag" which was automatically created by Skyline API.I opened it in Google chrome

image.png

 

This snippet below shows my Ni Web Configuration where my Server URL to be used is displayed and my server is running

image.png

 

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.

0 Kudos
Message 1 of 3
(2,710 Views)
Solution
Accepted by topic author Tinku130490

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.

Message 2 of 3
(2,671 Views)

Thank You . My issue has been solved .

0 Kudos
Message 3 of 3
(2,658 Views)