I am trying to make a Python script that connects to my VS project and performs the following instructions:
1. Connect to my system def
2. Start a log via an already defined logging spec
- After this I have a series of controls performed
- Once these are complete, then...
3. End the said log
That's pretty much it. However, documentation for python control is horrible and not how to exactly perform this action. The API documentation is also all over the place, syntax seems outdated from all the references that I come across online.
See the python code
The only error I get is "Error: Consult NI VeriStand help for error code 0xfffb4e34 error message NI VeriStand Gateway.lvlib:VeriStand Server Wrapper.vi >> NI VeriStand Server.lvlib:NI VeriStand Server.vi"
My system hierarchy is VS on my computer and deploys a project to a cRIO
Hoping somebody had done something similar and is able to provide some examples.