NIVeriStandAdd-Ons / Data-Publishing-Service

Data Publishing Service allows users to publish NI VeriStand channels as LabVIEW shared variables. User can connect to the published shared variables e.g. using the Data Dashboard for LabVIEW.
Other
2 stars 2 forks source link

Trying to build VS2023 version from existing 2020 source, but missing Skyline files in vi.lib. #8

Closed mdobrosky closed 1 year ago

mdobrosky commented 1 year ago

I have a customer who uses the Data Publishing Service in VeriStand 2019 currently, and asked if I could recompile it for VeriStand 2023 for use with FlexLogger 2023.

I noticed there was not a 2023 version already built on github, so I attempted to recompile the latest 2020 build with LabVIEW 2023 Q1 (64-bit). When opening the project, I seem to be missing all VIs associated that reside in the Skyline subfolder of vi.lib that I don't have installed on my machine. I have Veristand 2023 Q1, Flexlogger 2023 Q1 and SystemLink 2023 Q1 installed on my machine, and have been unable to locate the missing subVIs. Am I missing another dependency, or did some libraries change between 2020 and now that no longer allow me to recompile this code as is?

jacobson3 commented 1 year ago

Check NI Package Manager to see if you've installed "LabVIEW SystemLink Toolkit", I believe that's what installs the Skyline API.

mdobrosky commented 1 year ago

This worked. Thanks!