Gethistory Not Working On Remote


Recommended Posts

I am trying to use getHistory to get the last value of a channel, but it does not work.

If I force new data into the channel on the server, it does update on the remote copy okay. 

 

In the sequence on the remote I have:
 

S1.getHistory("Event_3", 0, 1)

 

S1 is the connection to the server.  Event_3 is the channel.  I really only need the most current data from the channel, not the entire history.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.