Stobber Posted March 25, 2014 Report Share Posted March 25, 2014 (edited) I'm trying to write a post-build step for my RT EXE that modifies ni-rt.ini on the target to enable the SNTP client. (I actually want this to be a post-deployment step, but LV doesn't give me that capability.) Does anyone know how to get the configured IP address of the target from the Project API? Here's where I'm stuck: Edited March 25, 2014 by Stobber Quote Link to comment
Darren Posted March 25, 2014 Report Share Posted March 25, 2014 Call the "Get Tag" method of the ProjectItem class and use the alias.value tag: 2 Quote Link to comment
Stobber Posted March 26, 2014 Author Report Share Posted March 26, 2014 Hah, so I just go straight to the project XML for it. Thanks. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.