Results 102 comments of Andrew
trafficstars

As a side note I didn't use my changes with unit tests yet.

I have the same issue in the Changes tab when working with ANSI (Windows 1252) encoded text files. Special ANSI characters render as "?" blocks.

I noticed this same thing in Atom text editor. It could be that the bug is actually in Electron.js framework.

Did this ever get fixed? After looking at the `moment.js` docs it seems like this card should be using the browsers local time, not UTC.

I added some clarity to the readme. https://github.com/dreamfactorysoftware/angular2-sdk/pull/6

That is the low level part of the client. There is not a high level function to read the history. You have to build all the required UA objects in...

I don't think that test is using client methods is it?

It's hard for everyone to read lol. Best way is to just try it. Like I said before make a params object and just try to fill in all the...

@aquari89 Can you try using the methods listed here: https://github.com/FreeOpcUa/python-opcua/blob/master/opcua/common/node.py#L472 ? I forgot you should be able to get history data via the node itself.

If the node has history enabled on the server side you can read it.