Help with adding PlasmaC to base config + 7i76e
I've tried switching things around several times without luck and left wondering which values I should be entering here and whether I should be selecting 0 or 1 for arc voltage mode (I have a THCAD 10).
Any guidance is greatly appreciated!
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19313
- Thank you received: 6466
hm2_7i76e.0.7i76.0.0.input-00
Same for the torch out, the exact output
hm2_7i76e.0.7i76.0.0.output-00
And for the THCAD you have to enter something like
hm2_7i76e.0.7i76.0.0.encoder.0.phase_A
Chang the input/output to what you have it wired to.
Start the normal config, from the Machine menu click on "show hal configuration", there click on pins and search fro the exact numbers and encoder.
Please Log in or Create an account to join the conversation.
And for the THCAD you have to enter something like
hm2_7i76e.0.7i76.0.0.encoder.0.phase_A
You would not use the A hal pin on the encoder for a THCAD,
but rather the encoder velocity signal:
hm2_7i76e.0.7i76.0.0.encoder.0.velocity
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19313
- Thank you received: 6466
Sorry, my bad.
And for the THCAD you have to enter something like
hm2_7i76e.0.7i76.0.0.encoder.0.phase_A
You would not use the A hal pin on the encoder for a THCAD,
but rather the encoder velocity signal:
hm2_7i76e.0.7i76.0.0.encoder.0.velocity
Just got news that THCAD's i ordered are in Switzerland ! Messed my day, or evening.
Please Log in or Create an account to join the conversation.
If your machine does not have an Arc OK (Transfer) output then use mode 0, if it does then use mode 1.So I am safe to stick with arc voltage mode 0?
Please Log in or Create an account to join the conversation.
You would not use the A hal pin on the encoder for a THCAD,
but rather the encoder velocity signal:
hm2_7i76e.0.7i76.0.0.encoder.0.velocity
Sec 27 of the plasmac manual refers to adding
for my THCAD10 somewhere in the base machine hal file. Just at the bottom of the file is okay?setp hm2_7i96.0.encoder.00.scale -1
setp hm2_7i96.0.encoder.00.filter 1
setp hm2_7i96.0.encoder.00.counter-mode 1
I pasted to the bottom of my working base file:
Now upon launching the file created in configurator I get:
What do I do from here?
If it makes any difference I'm running the Mint .iso I downloaded from Linuxcnc package repos for Mint 19.x Ubuntu 18.04 aka Bionic Beaver & Mint ISO .
Attachments:
Please Log in or Create an account to join the conversation.
setp hm2_7i96.0.encoder.00.velocity
It should be:
setp hm2_7i96.0.encoder.00.scale -1
Please Log in or Create an account to join the conversation.
Attachments:
Please Log in or Create an account to join the conversation.
setp hm2_7i76e.0.7i76.0.0.encoder.00.scale -1
setp hm2_7i76e.0.7i76.0.0.encoder.00.filter -1
setp hm2_7i76e.0.7i76.0.0.encoder.00.counter-mode 1
arc-voltagein should go to hm2_7i76e.0.7i76.0.0.encoder.00.velocity
Please Log in or Create an account to join the conversation.