10-22-2015 12:28 PM
Has the "Set file position" VI changed since 2010 SP1? I am using 2014 and have converted the program from 2010 SP1 to 2014. It seems that the behaviour is different, specifically with default settings when not wired.
Solved! Go to Solution.
10-22-2015 12:38 PM - edited 10-22-2015 12:39 PM
There's no change that I can see. What is your specific problem? The function has always set the position to Start by default.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
10-22-2015 12:46 PM
It appears that it is now going to the wrong position in the file and overwriting text. Nothing has changed in the application VI, so I was wondering if something changed in the pallet instruction since I made a big jump in versions. I will keep investigating. Thanks for the feedback.
10-22-2015 12:54 PM
If every instance of the VI has unwired inputs, then it will set to the Start. If you're seeing it write data in the middle of your file, then check if there's a point in your code where the write operation prepends data maybe? This would appear as a shift in the overwrite location, but is actually an overwrite and then a shift.
Good luck!
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'