Building a chain driven Plasma table.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
09 Oct 2021 14:36 #222646
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Which Preferences?
On Qtplasmac I only find settings etc.
Or am I missing something?
On Qtplasmac I only find settings etc.
Or am I missing something?
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
09 Oct 2021 15:23 #222651
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Attachments:
Please Log in or Create an account to join the conversation.
10 Oct 2021 00:42 #222705
by rodw
Replied by rodw on topic Building a chain driven Plasma table.
Upload your ini file please.
If the light is blinking faster, the THCAD is working. I would say you have not properly configured your encoder.
FInd the encoder velocity pin for your mesa card in halshow and if it is 0, thats the issue
If the light is blinking faster, the THCAD is working. I would say you have not properly configured your encoder.
FInd the encoder velocity pin for your mesa card in halshow and if it is 0, thats the issue
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
10 Oct 2021 06:10 #222713
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
In I file is here.
forum.linuxcnc.org/38-general-linuxcnc-q...able?start=20#222634
forum.linuxcnc.org/38-general-linuxcnc-q...able?start=20#222634
Please Log in or Create an account to join the conversation.
10 Oct 2021 08:02 #222720
by phillc54
Replied by phillc54 on topic Building a chain driven Plasma table.
The Hal file you posted earlier has no external input signals like arc ok or float switch.
If you have run pncconf on more than one occasion then the parameters for the thcad will have been put in a separate file in the config directory so it doesn't overwrite the custom.hal file.
If you have run pncconf on more than one occasion then the parameters for the thcad will have been put in a separate file in the config directory so it doesn't overwrite the custom.hal file.
The following user(s) said Thank You: Creative25
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
10 Oct 2021 10:49 #222730
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Yes I have not configured things that are not connected.
At the moment I am only build ing the controlbox.
The room where I will put the plasma table is not yet finished.
What is that separate file called?
And what are the implications of running pncconfig multiple times?
At the moment I am only build ing the controlbox.
The room where I will put the plasma table is not yet finished.
What is that separate file called?
And what are the implications of running pncconfig multiple times?
Please Log in or Create an account to join the conversation.
10 Oct 2021 11:05 #222731
by phillc54
Replied by phillc54 on topic Building a chain driven Plasma table.
It is called "qtplasmac.prefs.new_value"
The two values in there need to be used for Voltage Scale and Voltage Offset in the PARAMETERS tab.
If you have no manual edits in the main .hal or .ini files then you can use PnCconf as much as you like, these two files will be overwritten.
It will not overwrite custom.hal or custom_postgui.hal so it is best to keep your customisations in either of those.
It also won't overwrite qtplasmac.prefs if it exists, that is why qtplasmac.prefs.new_value is created.
The two values in there need to be used for Voltage Scale and Voltage Offset in the PARAMETERS tab.
If you have no manual edits in the main .hal or .ini files then you can use PnCconf as much as you like, these two files will be overwritten.
It will not overwrite custom.hal or custom_postgui.hal so it is best to keep your customisations in either of those.
It also won't overwrite qtplasmac.prefs if it exists, that is why qtplasmac.prefs.new_value is created.
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
10 Oct 2021 16:00 - 10 Oct 2021 16:01 #222760
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Attachments:
Last edit: 10 Oct 2021 16:01 by Creative25.
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
10 Oct 2021 21:30 #222799
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
I just did an experiment
I changed the jumpers to F/32
And also the settings in pncconf
Now it just shows random numbers.
Just seems to be counting until it starts from zero again.
If I check it in hal meter the numbers jump between negative and positive numbers.
Is the counter supposed to reset so you get a frequency?
I changed the jumpers to F/32
And also the settings in pncconf
Now it just shows random numbers.
Just seems to be counting until it starts from zero again.
If I check it in hal meter the numbers jump between negative and positive numbers.
Is the counter supposed to reset so you get a frequency?
Please Log in or Create an account to join the conversation.
11 Oct 2021 11:40 #222847
by rodw
Replied by rodw on topic Building a chain driven Plasma table.
I suspect you are probably missing this from your hal file
Your are in the right place but its encoder.00.velocity you need to be watching on the watch tab.
# --- 7i76e ENCODER SETUP ---
setp hm2_7i76e.0.encoder.00.scale -1
setp hm2_7i76e.0.encoder.00.counter-mode 1
Your are in the right place but its encoder.00.velocity you need to be watching on the watch tab.
Please Log in or Create an account to join the conversation.
Time to create page: 0.242 seconds