Can't compile .Src

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
riener
Posts: 44
Joined: Fri Jan 03, 2020 4:29 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Can't compile .Src

Post by riener »

Hello, every time i press f6 to Compile the .srp file in writes an error as can be seen in the attachment
Attachments
report_1114190880_2025-03-09_08-47-37.zip
(4.42 MiB) Downloaded 1 time
IMG_20250309_132632.jpg


cncsnw
Community Expert
Posts: 4492
Joined: Wed Mar 24, 2010 5:48 pm

Re: Can't compile .Src

Post by cncsnw »

What happens if you just type the mpucomp command in a command prompt window (in the c:\cncm directory, of course)?

For example:

Code: Select all

cd   \cncm
mpucomp  Centroid-Standard-Mill-OAK-ATC-Umbrella-Carousel-Up_Down.src  mpu.plc


riener
Posts: 44
Joined: Fri Jan 03, 2020 4:29 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Can't compile .Src

Post by riener »

It gives out a Warning that its unable to perform file checks
Attachments
Command_1.PNG


tblough
Community Expert
Posts: 3499
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: Can't compile .Src

Post by tblough »

Looks like you missed the extension on your source file.
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.


cncsnw
Community Expert
Posts: 4492
Joined: Wed Mar 24, 2010 5:48 pm

Re: Can't compile .Src

Post by cncsnw »

It appears you did not include the complete filename. The complete file name includes the ".src" extension.

One way to avoid mistakes like that is to use the Tab key for filename completion. Type enough of the beginning of the filename to make it unique, then press Tab and let the Windows command prompt fill in the remainder. Verify that it is correct, then proceed to the next part of the command.


riener
Posts: 44
Joined: Fri Jan 03, 2020 4:29 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Can't compile .Src

Post by riener »

Compilation failed, but at least i got some error codes, which parts don't work
Attachments
Command_3.PNG


Post Reply