NAME
ohmic - LinuxCNC HAL component that uses a Mesa THCAD for Ohmic sensingSYNOPSIS
loadrt
ohmic [count=
N|names=name1[,name2...]]
DESCRIPTION
Mesa THCAD Card component to scale input and outputs from the Mesa THCAD5, THCAD10 and THCAD300 cards. Which is designed to allow user configurable voltage threshold for ohmic sensing. Scaling of the Plasma arc voltage by a voltage divider is supported.FUNCTIONS
- ohmic.N (requires a floating-point thread)
PINS
- ohmic.N.thcad-0-volt-freq float in
- 0 volt calibration data for THCAD card in Hz
- ohmic.N.thcad-max-volt-freq float in
- Full scale calibration data for THCAD Card in Hz
- ohmic.N.thcad-divide float in (default: 32)
- THCAD Divider set by links on THCAD board (1,32,64 or 128
- ohmic.N.thcad-fullscale float in (default: 5)
- THCAD Fullscale (5, 10 or 300)
- ohmic.N.velocity-in float in
- The velocity returned from the THCAD and read by the Mesa encoder input
- ohmic.N.volt-divider float in (default: 4.9)
- The divide ratio (default 1:1)
- ohmic.N.ohmic-threshold float in (default: 18)
- The threshold volts above which Ohmic sensing is set to be true
- ohmic.N.ohmic-low float in (default: 5)
- The threshold volts below which Ohmic sensing is set to be false
- ohmic.N.arc-on bit out
- True if full scale (eg arc is on)
- ohmic.N.thcad-volts float out
- Measured thcad voltage
- ohmic.N.ohmic-volts float out
- Calculated Ohmic voltage
- ohmic.N.ohmic-on bit out
- Threshold plasma torch voltage
- ohmic.N.is-probing bit in
- True if probing
EXAMPLES
THCAD5 card using a 1/32 frequency setting and a voltage divider internal to the plasma cutter with range extended to 24.5 volts with a 390K external resistor as per the manual. Additional information and wiring diagram is contained in the Plasma Primer in the main Linuxcnc documents.AUTHOR
Rod WebsterLICENSE
GPL2023-02-10 | LinuxCNC Documentation |