error:dulplicate component name "inihal"??
24 Apr 2014 11:50 - 07 May 2014 17:27 #46277
by tiffany
error:dulplicate component name "inihal"?? was created by tiffany
I tried to recompile source code, it did work.
but it always have error when i tried run linuxcnc on terminal.
I need your help!
3Q!!!
but it always have error when i tried run linuxcnc on terminal.
I need your help!
3Q!!!
Last edit: 07 May 2014 17:27 by tiffany.
Please Log in or Create an account to join the conversation.
24 Apr 2014 14:24 - 24 Apr 2014 14:33 #46280
by cncbasher
Replied by cncbasher on topic error:dulplicate component name "inihal"??
have you changed anything in the Hal or INI file
which version are you using ? it looks more of a typo error in your hal file perhaps
which version are you using ? it looks more of a typo error in your hal file perhaps
Last edit: 24 Apr 2014 14:33 by cncbasher.
Please Log in or Create an account to join the conversation.
24 Apr 2014 16:07 #46282
by ArcEye
It is something you have done, just grep inihal to see how many times it occurs in the sources.
You could have re-used the code keeping the same name or have used the name for something in your config files.
A favourite, is changing the name of a component file but not the name of the component in the code.
This can give '..waiting for component to become ready...' and 'duplicate component' errors depending upon when it is attempted to be inserted
Another is having a typo in your hal file so that you try to load the same component twice, or using a protected name as the name of a signal you are trying to create etc etc.
The first step is a search for 'inihal'
regards
Replied by ArcEye on topic error:dulplicate component name "inihal"??
I tried to recompile source code, it did work.
It is something you have done, just grep inihal to see how many times it occurs in the sources.
You could have re-used the code keeping the same name or have used the name for something in your config files.
A favourite, is changing the name of a component file but not the name of the component in the code.
This can give '..waiting for component to become ready...' and 'duplicate component' errors depending upon when it is attempted to be inserted
Another is having a typo in your hal file so that you try to load the same component twice, or using a protected name as the name of a signal you are trying to create etc etc.
The first step is a search for 'inihal'
regards
Please Log in or Create an account to join the conversation.
07 May 2014 15:45 - 07 May 2014 17:46 #46673
by tiffany
Replied by tiffany on topic error:dulplicate component name "inihal"??
I did make some change. Most of them is INI folder.
I attached INI folder which I have changed.
I just tried to transmit parameter JERK to memory.
Please give me some hint~~
I attached INI folder which I have changed.
I just tried to transmit parameter JERK to memory.
Please give me some hint~~
Last edit: 07 May 2014 17:46 by tiffany.
Please Log in or Create an account to join the conversation.
07 May 2014 15:48 - 07 May 2014 17:46 #46674
by tiffany
Replied by tiffany on topic error:dulplicate component name "inihal"??
I have make sure there is one inihal;
I doubt that : it's because of 'waiting for s.axis'
but I still couldn't find where is wrong~~
Please help me ,thank you very much!
I doubt that : it's because of 'waiting for s.axis'
but I still couldn't find where is wrong~~
Please help me ,thank you very much!
Last edit: 07 May 2014 17:46 by tiffany.
Please Log in or Create an account to join the conversation.
07 May 2014 16:04 #46675
by cncbasher
Replied by cncbasher on topic error:dulplicate component name "inihal"??
no attachments , could you try again to attach your files both your hal and ini
Please Log in or Create an account to join the conversation.
07 May 2014 17:18 - 07 May 2014 17:20 #46677
by tiffany
Replied by tiffany on topic error:dulplicate component name "inihal"??
OK~~
I tried again, but attachments disappeared after submit~~
I tried again, but attachments disappeared after submit~~
Last edit: 07 May 2014 17:20 by tiffany.
Please Log in or Create an account to join the conversation.
07 May 2014 17:43 #46679
by ArcEye
Replied by ArcEye on topic error:dulplicate component name "inihal"??
Either change the extension to .txt or better still zip your entire config folder and attach the .zip file
Please Log in or Create an account to join the conversation.
07 May 2014 17:48 #46680
by tiffany
Replied by tiffany on topic error:dulplicate component name "inihal"??
It worked, you could check again~~
INI folder is the main part which I have changed
INI folder is the main part which I have changed
Please Log in or Create an account to join the conversation.
07 May 2014 18:21 - 07 May 2014 18:22 #46683
by ArcEye
Replied by ArcEye on topic error:dulplicate component name "inihal"??
What you have attached is code, some of which you have presumably changed?
I thought you were attaching your config files for your machine, the hal and ini files.
Without seing those, I can't tell if the problem is purely in your code or if you have tried to run a component called inihal from your hal file, when there is already one in the Linuxcnc code
I thought you were attaching your config files for your machine, the hal and ini files.
Without seing those, I can't tell if the problem is purely in your code or if you have tried to run a component called inihal from your hal file, when there is already one in the Linuxcnc code
Last edit: 07 May 2014 18:22 by ArcEye.
Please Log in or Create an account to join the conversation.
Time to create page: 0.404 seconds