06-02-2026 08:23 AM
I have a RT project that uses a webservice to communicate with a cRIO. When I run this program as startup and publish the web service, all of my getters work (get_time, get_values, etc), but none of my setters work (set_values, set_time). However, when I start a debug server for the web service, all of the setters start working.
I do want to clarify that all of the subVIs work to my knowledge, it just seems like either the values aren't actually being sent through the parameters in the setters, or something outside the web service isn't properly writing
I have tried:
I have attached the project below.
Solved! Go to Solution.
06-08-2026 03:48 PM
I ended up just deleting the config.ini and running set_values again to recreate the config file.