Can't compile .Src
Moderator: cnckeith
-
- 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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Can't compile .Src
What happens if you just type the mpucomp command in a command prompt window (in the c:\cncm directory, of course)?
For example:
For example:
Code: Select all
cd \cncm
mpucomp Centroid-Standard-Mill-OAK-ATC-Umbrella-Carousel-Up_Down.src mpu.plc
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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
It gives out a Warning that its unable to perform file checks
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3498
- 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
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.
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.
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Can't compile .Src
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.
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.
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- 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
Compilation failed, but at least i got some error codes, which parts don't work
(Note: Liking will "up vote" a post in the search results helping others find good information faster)