Uploading multiple pros codes

We have 2 pros projects. I first uploaded code 1 to slot 1 in the brain, but when I upload code 2 to slot 2 in the brain, the code in slot 1 got deleted. Does anyone know why this happened or any solutions?

There are multiple reasons this can happen. Here are the three most likely reasons:

  1. The projects are different kernel versions. Different kernels have different cold packages, and there is not enough storage space on the brain for us to upload multiple versions of PROS. The workaround we have is to remove the other versions of PROS if there is no room on the brain. You can check what version your project is in the PROS Integrated Terminal with the command pros c --info-project

  2. The projects were compiled on different computers. This results in the same problem & workaround described in point 1.

  3. The templates you are using in each project are different versions. Again, same problem & workaround described in point 1.

TLDR: update all your projects to the same version.

Hope this helps.

4 Likes