09-08-2017 09:29 AM - edited 09-08-2017 09:35 AM
1. xyz.vbai exists on machine 1.
2. I updated the file on machine 2 and renamed it abc.vbai.
3. When I copy pasted the file back to machine 1, the variable names and some of the steps did not reflect the changes that I made.
What should be the issue? Could it be using cached file from somewhere?
09-11-2017 09:02 AM
Hey Kaivan,
I'm a little unclear by your 2nd point. You say that xyz is on machine 1 and then you say you edit it on machine two. So there are two xyz's, one on 1 and one on 2. We'll call these xyz(1) and xyz(2) respectively. You edit the one on machine two and then copy this one over to machine one, now we have xyz(2) on 1 with edits. When you open that one up it is no longer edited but is like xyz(1)?
Sounds like you either aren't saving the script or not transferring the right script over. However, if you are following the right procedure, I would recommend making a Service Request with National Instruments because you might have found a bug. Before doing that though, I'd try recreating this with a simple script in case something is wrong with your script (i.e. corrupted in some way).
-Bear