Page 1 of 1
Can't compile .Src
Posted: Sun Mar 09, 2025 8:56 am
by riener
Hello, every time i press f6 to Compile the .srp file in writes an error as can be seen in the attachment
Re: Can't compile .Src
Posted: Sun Mar 09, 2025 3:16 pm
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
Re: Can't compile .Src
Posted: Mon Mar 10, 2025 3:41 pm
by riener
It gives out a Warning that its unable to perform file checks
Re: Can't compile .Src
Posted: Mon Mar 10, 2025 3:52 pm
by tblough
Looks like you missed the extension on your source file.
Re: Can't compile .Src
Posted: Mon Mar 10, 2025 3:54 pm
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.
Re: Can't compile .Src
Posted: Tue Mar 11, 2025 3:14 am
by riener
Compilation failed, but at least i got some error codes, which parts don't work