If I import top side CSV file the placement is ok, but if import bottom side csv file it places the components as can be seen from the top site. Somehow I have to mirror this file. I use Altium 19 to generate the files and there is no option to make a difference between top and bottom. Anny one an idee how to mirror the file on the Neoden?
I wrote a C program to turn my P&P output file (from Protel 99SE) into the format for the Philips CSM84. All coordinates are as seen from the front of the board. So, for the back side I just make all X coords negative, and the CSM has no problem at all using minus numbers in X. Some other P&P software might have an issue with that. The reference corner of the board goes against the main stop and front conveyor rail for placing the back side. For the front side, the X coords are positive, but the reference corner is to the left, so I have to offset the X zero by the width of the board, measured in mm. I've forgotten the detail now, but I'm guessing there needs to be some adjustment of the rotation value for the back side, seems like -90 degrees rotation would have to be changed to +90 degrees, and so forth.
Jon