"C:\Users\steph\Desktop\Extron Upgrades\cncm\compile.cmd" "Centroid-Mill-Standard-OAK-ATC-Umbrella-Aly-Tek-r5.src"
Process started (PID=24892) >>>
C:\Program Files\Notepad++>cd \cncm
C:\cncm>mpucomp.exe "Centroid-Mill-Standard-OAK-ATC-Umbrella-Aly-Tek-r5.src" mpu.plc
'mpucomp.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\cncm>pause
I've uninstalled Notepad++ and reinstalled it and I get the same response I've searched in here for answers I've re-read and watched the Youtube Video numerous times and I'm lost
Please help,
TIA
Stephen
Many Thanks
Stephen @ Aly-Tek
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
tblough wrote: ↑Mon Jan 11, 2021 7:47 am
Was that a Cmd prompt or a PowerShell prompt? If PowerShell, try using .\mpucomp.exe You can also try the full path to mpucomp and see if that works.
I'm sorry Tom i've no idea what you are talking about All I can say is I press F6 and that's what I get. I followed the Notepad++ Install And TB to the letter. I've checked all the position and symbols in all the areas more than twice. I've doubled checked the zip files for compiling and still nothing
Now it seems I can't even skip this step and load it to trial it as the PLC Installer won't even find the file
Many Thanks
Stephen @ Aly-Tek
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Suggest you check your C:\cncm folder and see if it actually contains the file called mpucomp.exe as your message could indicate it's missing. If it is missing, you will need to find the location where it is and then as Tom says, you can add its path to your command.
Hope this helps
Hope this helps
Nigel
"You can lead a horse to water but you cannot force it to drink"
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Aly-Tek wrote: ↑Sun Jan 10, 2021 11:55 pm
C:\cncm>mpucomp.exe "Centroid-Mill-Standard-OAK-ATC-Umbrella-Aly-Tek-r5.src" mpu.plc
'mpucomp.exe' is not recognized as an internal or external command,
operable program or batch file.
indicates that Windows could not find the file mpucomp.exe. As Nigelo says, first confirm that the file exists in the C:\CNCM directory. If not, then you need to locate the file and copy it there. After doing this, if you still get the same error message, try adding a ".\" (without the quotes) in front of the filename in your compile.cmd file like this: .\mpucomp.exe %1 mpu.plc
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.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
I also have some notepad++ compile issue.
anyone have an ide what is wrong? done all in the tech bulletins 294 and seen the video from centroid on youtube but still cant get past this point.
"C:\cncm\compile.cmd" "Centroid-Mill-Standard-OAK-RotaryClamp-r1.src"
; about to start a child process: ""C:\cncm\compile.cmd" "Centroid-Mill-Standard-OAK-RotaryClamp-r1.src""
CreateProcess() failed with error code 2:
The system cannot find the specified file.
================ READY ================
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Followed tech bulletin and Centroid CNC Technical Support video and all good
up to the compile command. Here is the error:
"C:\cncm\compile.cmd""acorn_mill_plc.src"
Process started (PID=9428) >>>
'"C:\cncm\compile.cmd""acorn_mill_plc.src"' is not recognized as an internal or external command,
operable program or batch file.
<<< Process finished (PID=9428). (Exit code 1)
================ READY ================
Files seem to be in the right directories. Not sure what to fix.
Any help would be appreciated!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)