I am testing out utilizing the SVE as an OPC Server for some third party visualization software. Using the SVE for the tags will be very nice, but I am having a bit of an issue with U64 Shared Variables showing up under the National Instruments.Variable Engine.1 Sever when I browse for Tags under the server and inside my Variable Library.
When I reconfigure the Tags as U32 type - they all show up and I can connect with no problem and see the values changing as my simulator code updates the U32 tags via LabVIEW 2016 and using the Shared Variable programmatic API to update the SV/Tags.
QWord (U64) appears to be supported by the NI Quick Client - yet when I browse for the tags they don't show. I don't really NEED to use U64 for these counters as the process could never physically produce that many counts in a day of processing, but I find this really strange.
Note: I get the same results when I use the DataSocket Select URL.vi and search for OPC items (Option 4) on the Options input. U64 Shared Variables do not show, U32 variables show up.