Notepad Compiler Error
Moderator: cnckeith
-
- Posts: 5
- Joined: Tue Jun 28, 2022 8:11 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Notepad Compiler Error
I just finished setting up Notepad++ compiler, using the TB294 instructions. Every time i run a compile, I get this error:
I've checked the file location, and it is located in the C:\cncm directory. I've tried several different files in the directory and it keeps giving the same error.
Any help is greatly appreciated.
I've checked the file location, and it is located in the C:\cncm directory. I've tried several different files in the directory and it keeps giving the same error.
Any help is greatly appreciated.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3531
- 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: Notepad Compiler Error
Do you have Windows set to hide file extensions? Is compile.cmd actually compile.cmd.txt?
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.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 5
- Joined: Tue Jun 28, 2022 8:11 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Notepad Compiler Error
No, confirmed that it isn't compile.cmd.txt, and i can see all file extensions.
One thing that came to mind, was that I don't have admin privilege's. Would that stop it from compiling?
One thing that came to mind, was that I don't have admin privilege's. Would that stop it from compiling?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3531
- 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: Notepad Compiler Error
What are the contents of your compile.cmd 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.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 5
- Joined: Tue Jun 28, 2022 8:11 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Notepad Compiler Error
cd \cncm
mpucomp.exe %1 mpu.plc
pause
mpucomp.exe %1 mpu.plc
pause
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 446
- Joined: Fri Jan 10, 2014 11:29 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Howard, PA
Re: Notepad Compiler Error
You are trying to compile "cncxmsg.txt". That is not a PLC program. PLC source will end with ".src". I am not sure why the error is about not finding a file, but I get the same message trying to compile ".txt" files.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 5
- Joined: Tue Jun 28, 2022 8:11 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Notepad Compiler Error
I am trying to compile Centroid-Standard-Mill-ALLIN1DC-ATC-Umbrella-r7.src
I get the same error when I try to compile anything.
I get the same error when I try to compile anything.
- Attachments
-
- Screenshot 2022-07-13 131421.png (3.27 KiB) Viewed 1727 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3531
- 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: Notepad Compiler Error
What directory are you currently in, and what directory is the .src file in? Notepad++ cannot find the src file in the current directory.
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.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 5
- Joined: Tue Jun 28, 2022 8:11 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Notepad Compiler Error
I see that. It is the local drive, in the cncm folder. Both the compile.cmd, and the src. file are in the same cncm folder.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3588
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Notepad Compiler Error
I have this error on any PC not setup for CNC use. Maybe it is a problem with firewall/security settings on the PC.
Uwe
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)