.SRC File
TurnipTruck
Posts: 1,485
So when Netlinx Studio transfers with source, it sends a .src file. How is this file used for anything? I've tried to open them in Netlinx Studio and the program just hangs.
Thanks.
Thanks.
0
Comments
.SRC files are basically zip files with a .src file extention instead of .zip
Only your main AXS, not those from your modules.
Since I "uploaded with source" to my master controller, the .src did contain the .axs files for both the main program and my modules.
Nice. Thanks.
Strange, I downloaded a .src file last week and it didn't include the .AXSes for my modules. I reckon it should include those if they are in the workspace and specified?
Not necessarily. It is an option that you select. Go to settings/preferences/netlinx compiler and make sure 'compile with source' is checked. This will add all .axs and .axi files to the src file. Otherwise, it just sends an empty one when you transfer code.
Might have been the case that I used a simple compile last time I uploaded it, instead of compiling the entire program again. Guess it doesn't add the module AXSes when you use a normal compile last.
Good to know
It does if you rebuild the entire system every time you compile ... but if you're like me, you don't bother . It takes too long, I just re-compile the sources I know changed.
Damnit, I'm like you