User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq [2020/01/06 13:35] ivanfaq [2024/02/20 10:07] (current) ivan
Line 1: Line 1:
 ======Frequently Asked Questions====== ======Frequently Asked Questions======
 +
 +Unfolded version: [[faq_unfolded|Frequently Asked Questions]]
  
 =====General===== =====General=====
Line 5: Line 7:
 ++++ Is a PC required to use the myCNC controller? | ++++ Is a PC required to use the myCNC controller? |
  
-Yes, a PC is required to run the myCNC software, which will be used to control the myCNC board. You can use a full industrial PC (such as the one provided in some controller kits in our Shop), or you can use a small single board computer, such as a Raspberry Pi, an Odroid or a TinkerBoard. The links to download the myCNC software are available at our [[https://www.pv-automation.com/download|Downloads]] page. +Yes, a PC is required to run the myCNC software, which will be used to control your myCNC board. You can use a full industrial PC (such as the one provided in some controller kits in our Shop), or you can use a small single board computer, such as a Raspberry Pi, an Odroid or a TinkerBoard. The links to download the myCNC software are available at our [[https://www.pv-automation.com/download|Downloads]] page.
  
 ++++  ++++ 
  
-++++ Why is there no connection between my computer and the myCNC controller? |+++++ Is a myCNC controller required to use the myCNC software? |
  
-If there doesn't seem to be any connection between the controller and the computer running the myCNC software after the computer and the controller have been connected by an Ethernet cablecheck that the controller IP address has been specified correctly in the Settings > Config > Network > Controller IP address fieldIf that address is specified correctlygo through the No Connection troubleshooting manuals for your system: [[troubleshooting:no_connection|No Connection between myCNC controller and a Host computer]] - these manuals will indicate how to set a static IP address on your computer to be in the same subnetwork as your controller. Note that if your WiFi is in the same subnetworkit might lead to issues with computer-controller communication - try disabling the WiFi if the issues persist+Yes, a myCNC controller is needed to use most of the functions of the myCNC software. The main software itself is free and can be downloaded from our [[https://www.pv-automation.com/download|Downloads]] page. Please note that certain specialized software add-ons (such as G-code correction via DXF import with markers) are available as separate licenses which do have to be purchased in addition to the controller
 + 
 +The software can be downloaded and tested in Simulation mode, designed to help the user get a feel for the software layout and functions. However, the Simulation mode is highly restrictive, with most features not accessible without a myCNC controller.  
 + 
 +++++  
 + 
 +++++ Can the myCNC software be customized to the client's specific needs? | 
 + 
 +Yes, the software can be extensively customized, both visually and under-the-hood (via custom PLC/macro commands)Client logos can be added to the main software screenand the screens themselves can be customized via the XML configuration files which are open and available to every user. Read more about XML file editing here: [[mycnc:mycnc_screen_configuration|Screen Editing and Configuration]] 
 + 
 +The myCNC team also undertakes customization projects. The exact price depends on the size of the customization project and the necessary features. For more information, please contact us at sale@pv-automation.com. 
 + 
 +++++ 
 + 
 +++++ What sort of technical support is provided? | 
 + 
 +The myCNC team provides technical support for our controllers and the CNC systems utilizing them. Our technical support can be broadly separated into two categories: 
 + 
 +**1) Free technical support** 
 + 
 +Free technical support includes things that are largely development-free, for example answering general setup questions such as: 
 + 
 +  * How do I set up the network settings? 
 +  * How do I use the probe sensor window? 
 + 
 +It also deals with solving general user errors and issues which do not include large amount of programming, such as:  
 + 
 +  * Help in finding errors within your G-code program 
 +  * Troubleshooting tips 
 +  * General recommendations for the selection of drives, sensors, etc (provided the team has experience with the particular configuration you are trying to implement)  
 + 
 +**2) Paid technical support** 
 + 
 +Paid technical support deals with more complex tasks for which it is difficult to give a standard generalized answer, and may include a large amount of programming on the part of the myCNC team. This will often involve the myCNC team remotely connecting to your computer/machine to work directly with your hardware.  
 + 
 +Paid technical support typically covers things such as:  
 + 
 +  * Developing custom PLC procedures that have not been previously implemented in myCNC, or finding and identifying errors in your custom PLC procedures 
 +  * Step-by-step guidance on setting up the machine from scratch (includes a remote connection to your workstation). 
 +  * Help with creation of custom profiles and profile screens  
 + 
 +The myCNC-ET7 controller comes with one hour of paid technical support bundled with your purchaseThe myCNC-ET10 comes bundled with two hours of paid technical support.  
 + 
 +For requesting technical support, or for more information on pricing, please use the Contact Us page form on our main website, or email us at mail@pv-automation.com.  
 + 
 +++++ 
 + 
 + 
 +====Software Setup==== 
 + 
 + 
 +=== What are the login credentials for a computer running a custom Linux build? === 
 + 
 +The login credentials for all Linux computers using the myCNC Ubuntu MATE installation are the following: 
 + 
 +Login: **mycnc** 
 + 
 +Password: **operator** 
 + 
 + 
 +++++ How do I navigate the myCNC software? | 
 + 
 +A short introduction to myCNC software is available here: 
 + 
 +{{youtube>fLAJ_VZs-fM?large}} 
 + 
 +If you would like more information about all the particular buttons and on-screen elements in a particular myCNC profile, please consult the [[mycnc:mycnc_screen|MyCNC Screen manual]]. 
 + 
 +++++ 
 + 
 +++++ How to load G-code or DXF files into the software? | 
 + 
 +{{youtube>RGNR-iafcaI?large}} 
 + 
 +The files that you are attempting to load must be located in folders that are specified in the **Settings > Config > Preferences > Common** fields for **NC code folders**. If a folder that you would like to load your files from is missing, add it on a new line and press the Save Configuration button: 
 + 
 +{{::forum-mar2020-002-code-folders.png}} 
 + 
 +If a folder is not listed in the NC code folders list (or is not within one of the folders listed)you will not be able to open files from it  within the myCNC application.  
 + 
 +The following standard folders are used on Linux (Ubuntu MATE) installations: 
 + 
 +''~/DNC/'' 
 + 
 +''~/Desktop/G-codes/'' 
 + 
 +To load file from your USB drive, you can add the following folder to the NC code folders list: 
 + 
 +''/media/'' 
 + 
 +{{youtube>HBX8ngKnNbE?large}} 
 + 
 +The ''~'' symbol allows you to not write out the whole /home/USERNAME/DNC line, however the full filepath can also be used.  
 + 
 +The following standard folders are used on Windows installations: 
 + 
 +''C:\DNC'' 
 + 
 +''C:\DNC\LIBS'' 
 + 
 +After you have listed the folders that you would like to have access to, you can open files using the **Open G-code** and **Open DXF** buttons from the main software screen:  
 + 
 +{{::faq-qs-012-open-files.png}}
  
 ++++ ++++
Line 37: Line 141:
 ++++ ++++
  
-++++ How to roll back to a previous version of the software? |+++++ How to switch the profile / technology? |
  
-The rollback process is sometimes necessary to test things on an older software version, or in cases where you would like to go back to the stable myCNC version from our test release. This process is described in the following Troubleshoot manual[[troubleshooting:rollback_mycnc|Rollback to a previous version of myCNC software]]+{{youtube>g4DxHfdkl8s?large}} 
 + 
 +In order to switch the current technology / profile within the software (for example, to switch from the Mill profile to a Plasma profile, or from a Plasma profile to Tangential Cutting): 
 + 
 +  * Go into Settings > Info 
 +  * In the right panel, select the profile you'like to switch to (for example, X1366P) 
 +  * Click the Save Profile button 
 +  * Reload the application 
 + 
 +{{::forum-feb2020-014-profile-switch.png}} 
 + 
 +The myCNC software should now switch to the chosen technology profile. 
  
 ++++ ++++
  
 +++++ Why do the changes to Config/Settings not take effect as soon as the Save Cfg button is pressed? |
  
-++++ How to restore a profile? |+The settings in the Config panel are typically edited by the system integrator only when setting up the machine. After completing the setup process, or in cases when the settings within the Config tab are changed, it is recommended to restart the program. All changes to the settings available to the operator (from the main screen / via User Settings) take effect immediately without rebooting.
  
-A video on this page goes through the steps to restore a profile in case you want to roll back to it: [[troubleshooting:restore_profile|How to restore profiles]]+++++ 
  
-Note that restoring a profile and restoring the myCNC application are two different processes. The profile contains your individual program settings, as well as any visual changes that you might have done to the myCNC application, as opposed to the myCNC program itself which will contain key functionality and features.  
  
-+++++++++ How to roll back to a previous version of the software? |
  
 +The rollback process is sometimes necessary to test things on an older software version, or in cases where you would like to go back to the stable myCNC version from our test release. This process is described in the following Troubleshoot manual: [[troubleshooting:rollback_mycnc|Rollback to a previous version of myCNC software]]
  
-++++ Why is the machine not moving despite the on-screen coordinates changing? |+++++
  
-If after the motors have been connected, the machine isn't moving despite the on-screen coordinates changing while pressing the jog keys, the pulse width might be set up incorrectly, causing the motors to not register the signals sent from the controller. The exact pulse width is different for every motor, so it is not possible to preset a default configuration which will suit every machine. Check the guide on setting up the pulse width in this manual: [[mycnc:mycnc_pulse_width_setup|MyCNC Pulse Width Setup]] 
  
-Typically, if using stepper motor, a higher setting number than the default should be chosen in order to allow the machine to register the pulses sent to it. +++++ How to restore profile? |
  
-NOTE: The first value in the Pulse Width field in the myCNC settings refers to the first four movement directions for the controller (for example, X+, X-, Y+ and Y-), while the second value refers to the last two movement directions (for example, Z+ and Z-)Typicallythese fields should be set to the same valuehowever they can be different if different drivers are used on the last two axes (motors 5 and 6) as compared to motors 1 through 4+A video on this page goes through the steps to restore a profile in case you want to roll back to it: [[troubleshooting:restore_profile|How to restore profiles]] 
 + 
 +Note that restoring a profile and restoring the myCNC application are two different processesThe profile contains your individual program settingsas well as any visual changes that you might have done to the myCNC applicationas opposed to the myCNC program itself which will contain key functionality and features
  
 ++++ ++++
  
  
-++++ What to do if it seems like there is something wrong with the hardware? |+++++ How to set up homing? |
  
-First of all, go through the relevant hardware troubleshooting checklist available here: [[troubleshooting:hardware_checklist|Hardware Troubleshooting Checklist]]+The following video is available to aid the user with the homing procedure setup.
  
-If using an ET10 board, check that it was assembled correctly, using the images in this forum thread as reference: [[http://forum.pv-automation.com/viewtopic.php?f=11&t=1170|Forum Link]]. A common mistake with the ET10 boards is not aligning the board properly before putting them back together, resulting in a dysfunctional assembly. +{{youtube>WDXHJ6PYuq0?large}}
  
-If nothing comes up, write to us using our [[https://www.pv-automation.com/contacts|Contact Us page]]. If the product is under warranty, we will replace it. +A full manual is available here: [[quickstart:mycnc-quick-start:homing_setup|Homing Procedure Setup]]
  
 ++++ ++++
  
 ++++ How to remove the homing dialog that keeps popping up when starting the program? | ++++ How to remove the homing dialog that keeps popping up when starting the program? |
 +
 +{{youtube>M1Cljq6eB3w?large}}
  
 The homing dialog is done through the HOMING_HANDLER Software PLC. If you would like to disable it, add a line saying exit(99); near the start of the code like so:  The homing dialog is done through the HOMING_HANDLER Software PLC. If you would like to disable it, add a line saying exit(99); near the start of the code like so: 
Line 84: Line 203:
 <code> //exit(99); </code> <code> //exit(99); </code>
  
 +For more information on this homing dialog, please consult the full [[quickstart:mycnc-quick-start:homing_setup|Homing manual]]. 
 ++++ ++++
  
 +++++ How to set up default I/O ports' names? |
  
-++++ Why do ports turn on/off automatically when opening and closing the program? |+The default names for the I/O ports that can later be used in your Hardware and Software PLCs can be set up in the pins.h file (located by heading into Settings -> Config -> PLC -> Hardware PLC -> pins.h). A video on the pins.h file is available here:
  
-Check the _HANDLER_INIT and _HANDLER_EXIT Software PLCs for the starting and closing commands respectively (specifically, the ''portset'' and ''portclr'' commands: +{{youtube>5n2UdDf81QY?large}}
- +
-{{::faq-qs-004-sofware-plc.png}} +
- +
-The ''portset'' command activates a certain port (for example, //portset(3)// will activate output #3), while the ''portclr'' command clears the specified port (//portclr(3)// will turn off output #3). In order to disable these commands, either delete them from the relevant Software PLCs, or comment them out by putting two forward slashes in front of the commands. Don't forget to press the Save All and Build All buttons to make sure that the changes take effect. +
  
 ++++ ++++
Line 100: Line 217:
 ++++ How to change Screen Size and Position | ++++ How to change Screen Size and Position |
  
-Open **Settings** Tab +  * Open **Settings** Tab 
-Open the **Config** Tab+  Open the **Config** Tab 
 +  * Select **Preferences**, **Screen** tab
  
-{{mycnc:mycnc-language-select-7.png}} +{{::faq-qs-010-screen-size.png}}
- +
-Select **Preferences**, **Screen** tab +
-{{mycnc:mycnc-language-select-8.png}}+
  
 There are few settings to control GUI screen size, position and window attributes There are few settings to control GUI screen size, position and window attributes
Line 120: Line 235:
 DOES depend on OS/Window Manager. You might need to play with these settings to find a view  DOES depend on OS/Window Manager. You might need to play with these settings to find a view 
 suitable for your needs.</code> suitable for your needs.</code>
- 
-++++ 
- 
-++++ Why do ClearPath drivers not work out of the box? | 
- 
-ClearPath drivers will not out of the box unless using the line driver to 5V converters. Here is the official explanation from the ClearPath website as to why the ClearPath drivers are not directly compatible: 
- 
-{{::faq-qs-005-clearpath.png}} 
- 
-Effectively, a converter board is necessary to create a steady 5V signal which the ClearPath driver will be able to register. These line driver to 5V converter boards are available as part of certain kits on the myCNC [[https://shop.pv-automation.com/|Online Shop]].  
- 
-More information about the converter boards is available here: [[other:5v-converters|Line driver to 5V converters]]. 
  
 ++++ ++++
Line 156: Line 259:
 ++++ ++++
  
-++++Why does the Parts Library not show certain parts? |+++++ How to change the program units (mm and inches)? |
  
-When entering the Parts Library, you may be greeted with an empty page, or a page that's missing some parts that are supposed to be there:+A quick video on switching mm to inches is available:
  
-{{:faq-library-001.png?}}+{{youtube>_frGph3FIIE?large}}
  
-To remedy this, head into Settings > Config > Preferences > Shape Library Settings and make sure that the necessary libraries are selected by clicking the checkmark field. This setting is present to allow the operator to disregard all the part libraries which are not necessary for their particular machine:+To change the system from one set of units to another, confirm the following options:
  
-{{:faq-library-005.png}}+  Specify G20/G21 within the system (if that command is not already present in the G-code program). This can be done by typing the G20/G21 command (depending on the desired unit system) into the MDI. See video above for more information. 
 +  - Change the G-code settings (//Settings > Config > G-codes settings > Linear Unit//) to inch/mm. 
 +  - Change the Visualization settings (//Settings > Config > Screen > Display Linear Axes In//) to inch/mm.
  
-Save and reload the application, and the Parts Library should be back to normal:  +Do not forget to save after steps 2 and 3
- +
-{{:faq-library-006.png}}+
  
 ++++ ++++
Line 191: Line 294:
   * **Edit XML config item** experimental dialog will be shown.   * **Edit XML config item** experimental dialog will be shown.
   * Find a line with attribute "name" and check what value this on-screen element displays. For example from the screenshot, the on-screen element will display the value of the Global Variable #7020 (which is used as the Lift Z value in the "Go to Parking Position" macro M305). \\ {{mycnc:faq:mycnc-show-attributes-006.png}} \\   * Find a line with attribute "name" and check what value this on-screen element displays. For example from the screenshot, the on-screen element will display the value of the Global Variable #7020 (which is used as the Lift Z value in the "Go to Parking Position" macro M305). \\ {{mycnc:faq:mycnc-show-attributes-006.png}} \\
 +
 +++++
 +
 +++++ How does the Run from Here procedure work? |
 +
 +{{youtube>86YEjR1CJlw?large}}
 +
 +In an event of an emergency stop or failure of a mill machine running a program file, it is often useful to be able to open the file back up afterwards and be able to continue from the middle of the program without having to go through all the steps again. This is often complicated by the fact that a large program file consists of many lines of code, making it difficult to easily navigate to the place where the cutting process stopped initially. In order to facilitate finding this spot, the Run from Here process is put in place in myCNC software. 
 +
 +The Run from Here method is described in the following section of the myCNC Screen manual: [[http://docs.pv-automation.com/mycnc/mycnc_setup_examples/four_axes_mill#run_from_here|manual link]]
 +
 +++++
 +
 +++++ What's the difference between axes and motor outputs |
 +
 +The difference between motors and axes is that multiple motors can be used for the same axis. For instance, a gantry may use two motors for the two sides of the machine during the alignment, however they are both still the "X"-axis. This concept of multiple motors being used for the same axis is well-illustrated in the [[mycnc:gantry_alignment_macro_wizard|Gantry Alignment]] manual.
 +
 +If a "dual axis" is required, then you can assign a specific axis (for instance, axis Y) to two motors. This "slave Y" setup is illustrated in the following section of the manual: [[mycnc:mycnc_setup_examples#how_to_setup_dual_axis_slave_x_slave_y|MyCNC Setup Examples: How to setup dual axis]]. Similarly, if you have multiple motors for the Z axis, they will still all be assigned to axis Z, and not to some other axis. 
 +
 +For tool change macros (M6) you'd need to move one motor to some parking location and switch the Z axis to a new motor output. This change between different motor outputs is illustrated in the following example: [[mycnc:mycnc_setup_examples#how_to_setup_dual_axis_slave_x_slave_y#how_to_set_up_a_multi-tool_router|MyCNC Setup Examples: How to set up a multi-tool router]]
 +
 +A visual way of thinking about the concept of switching motors is to imagine that one needs to draw a coloured picture on a piece of paper with six different coloured pencils. Such an operation does not require six arms to complete - instead, one arm (one axis) may be enough. All that is required is to switch the pencils (different motors) by leaving them on the side of the table in some sort of a "parking location" before moving on to the next colour. 
 +
 +++++
 +
 +==== Hardware Setup and Troubleshooting ====
 +
 +++++ Why is there no connection between my computer and the myCNC controller? |
 +
 +If there doesn't seem to be any connection between the controller and the computer running the myCNC software after the computer and the controller have been connected by an Ethernet cable, check that the controller IP address has been specified correctly in the Settings > Config > Network > Controller IP address field. If that address is specified correctly, go through the No Connection troubleshooting manuals for your system: [[troubleshooting:no_connection|No Connection between myCNC controller and a Host computer]] - these manuals will indicate how to set a static IP address on your computer to be in the same subnetwork as your controller. Note that if your WiFi is in the same subnetwork, it might lead to issues with computer-controller communication - try disabling the WiFi if the issues persist. 
 +
 +++++
 +
 +++++ Why do ports turn on/off automatically when opening and closing the program? |
 +
 +{{youtube>QzMPs64QzEQ?large}}
 +
 +Check the _HANDLER_INIT and _HANDLER_EXIT Software PLCs for the starting and closing commands respectively (specifically, the ''portset'' and ''portclr'' commands:
 +
 +{{::faq-qs-004-sofware-plc.png}}
 +
 +The ''portset'' command activates a certain port (for example, //portset(3)// will activate output #3), while the ''portclr'' command clears the specified port (//portclr(3)// will turn off output #3). In order to disable these commands, either delete them from the relevant Software PLCs, or comment them out by putting two forward slashes in front of the commands. Don't forget to press the Save All and Build All buttons to make sure that the changes take effect. 
 +
 +++++
 +
 +++++ Why is the tool change macro M6 not working? |
 +
 +Check that the M6TXX tool change commands are accepted by the myCNC software (Settings > Config > G-codes settings > Tool Change M6TXX):
 +
 +{{::config-080-tool-change.png}}
 +
 +++++
 +
 +++++ Why is the machine not moving despite the on-screen coordinates changing? |
 +
 +If after the motors have been connected, the machine isn't moving despite the on-screen coordinates changing while pressing the jog keys, the pulse width might be set up incorrectly, causing the motors to not register the signals sent from the controller. The exact pulse width is different for every motor, so it is not possible to preset a default configuration which will suit every machine. Check the guide on setting up the pulse width in this manual: [[mycnc:mycnc_pulse_width_setup|MyCNC Pulse Width Setup]]
 +
 +Typically, if using a stepper motor, a higher setting number than the default should be chosen in order to allow the machine to register the pulses sent to it. 
 +
 +NOTE: The first value in the Pulse Width field in the myCNC settings refers to the first four movement directions for the controller (for example, X+, X-, Y+ and Y-), while the second value refers to the last two movement directions (for example, Z+ and Z-). Typically, these fields should be set to the same value, however they can be different if different drivers are used on the last two axes (motors 5 and 6) as compared to motors 1 through 4. 
 +
 +++++
 +
 +
 +++++ How does encoder resolution work in myCNC? |
 +
 +On modern servo drivers, the motor encoder connects directly to the servo driver and does not connect to the myCNC controller. Therefore, the encoder system, whether the encoder is absolute or incremental, the encoder resolution, etc, do not matter for the controller itself. 
 +
 +The servo driver has outputs for emulation of the incremental encoder ABZ. It is these signals that should be sent to the controller to obtain information about the rotor's position. 
 +
 +Within myCNC, the resolution (number of pulses per revolution) is usually a parameter of the servo driver that can be adjusted, and therefore is not directly related to the physical resolution of the actual encoder. 
 +
 +++++
 +
 +
 +++++ What to do if it seems like there is something wrong with the hardware? |
 +
 +First of all, go through the relevant hardware troubleshooting checklist available here: [[troubleshooting:hardware_checklist|Hardware Troubleshooting Checklist]]
 +
 +If using an ET10 board, check that it was assembled correctly, using the images in this forum thread as reference: [[http://forum.pv-automation.com/viewtopic.php?f=11&t=1170|Forum Link]]. A common mistake with the ET10 boards is not aligning the board properly before putting them back together, resulting in a dysfunctional assembly. 
 +
 +If nothing comes up, write to us using our [[https://www.pv-automation.com/en/support/contact-us|Contact Us page]]. If the product is under warranty, we will replace it. 
 +
 +++++
 +
 +++++Why does the Parts Library not show certain parts? |
 +
 +When entering the Parts Library, you may be greeted with an empty page, or a page that's missing some parts that are supposed to be there:
 +
 +{{:faq-library-001.png?}}
 +
 +To remedy this, head into Settings > Config > Preferences > Shape Library Settings and make sure that the necessary libraries are selected by clicking the checkmark field. This setting is present to allow the operator to disregard all the part libraries which are not necessary for their particular machine:
 +
 +{{:faq-library-005.png}}
 +
 +Note that the libraries must be present within the ''opt/USERNAME/lib'' folder (typically, ''opt/mycnc/lib'') for them to be visible within the myCNC software:
 +
 +{{::shape-lib-caja-001.png}}
 +
 +Save the settings and reload the myCNC application, and the Parts Library should be back to normal: 
 +
 +{{:faq-library-006.png}}
 +
 +++++
 +
 +
 +++++ Why do ClearPath drivers not work out of the box? |
 +
 +ClearPath drivers will not out of the box unless using the line driver to 5V converters. Here is the official explanation from the ClearPath website as to why the ClearPath drivers are not directly compatible:
 +
 +{{::faq-qs-005-clearpath.png}}
 +
 +Effectively, a converter board is necessary to create a steady 5V signal which the ClearPath driver will be able to register. These line driver to 5V converter boards are available as part of certain kits on the myCNC [[https://shop.pv-automation.com/|Online Shop]]. 
 +
 +More information about the converter boards is available here: [[other:5v-converters|Line driver to 5V converters]].
  
 ++++ ++++
Line 207: Line 425:
   * Check that the reference voltage has been chosen correctly   * Check that the reference voltage has been chosen correctly
 {{hardware:thc:mycnc-thc-012.png}} {{hardware:thc:mycnc-thc-012.png}}
-  * In Settings > Config > Technology > THC, check that the Alarm Arc Voltage Difference and Alarm Arc Voltage Rise aren't set to a value that's too low - in cases where the reference and the measured voltage are too different, a small value of the Alarm Arc Voltage Difference will prevent the THC system from starting. Set the value to 1000 to temporarily disable this feature. +  * In Settings > Config > Technology > THC, check that the Alarm Arc Voltage Difference and Alarm Arc Voltage Rise aren't set to a value that's too low - in cases where the difference between reference and measured voltage is too great, a small value of the Alarm Arc Voltage Difference will prevent the THC system from starting. Set the value to 1000 to temporarily disable this feature. 
 {{:thc:thc-setup-008-arc-alarm.png}} {{:thc:thc-setup-008-arc-alarm.png}}
   * Check that THC is enabled in the User Settings   * Check that THC is enabled in the User Settings
Line 248: Line 466:
  
 ++++ ++++
 +
 +**Related articles**:
 +  * [[quickstart:mycnc-quick-start|MyCNC Quick Start]] 
 +  * [[plc:plc|PLC]]
 +  * [[mycnc:mycnc_configuration_dialogs|MyCNC Configuration Dialogs]]
 +
 +=====FAQs for obsolete boards/software=====
 +
 +++++How to install myCNC on Cubieboard2? |
 +
 +1. Number of packages are needed to run myCNC sofware on Cubieboard2.
 +To install it run -
 +sudo   apt-get   update
 +sudo   apt-get   install   ffmpeg   libsdl1.2debian   libopencv-dev   libusb-1.0
 +
 +2. Download myCNC-arm-linux last distribution file from download page.
 +
 +3. Run the file with administrator rights:
 +
 + sudo ./myCNC-arm-linux-1.84.907-2014-1204.sh
 +
 +4. Press Y <Enter> to confirm you like to install myCNC software.
 +
 +5. Press Y  <Enter> to accept EULA terms.
 +
 +6. Enter myCNC destination folder ("myCNC" by default). The software will be installed on "/opt/YOUR_FOLDER"
 +
 +7. Installation will be finished in a few seconds.
 +
 +8. To run the myCNC software use script file myCNC.sh in myCNC folder.
 +
 +++++
 +
 +++++How to set up the controller IP via command line? |
 +In command line while starting myCNC software with option "-L"
 +For example, Linux:
 +
 +./Linux/myCNC  -dUt   -pVision  -L192.168.0.178
 +
 +Windows:
 +
 +c:\MyCNC\bin\myCNC.exe  -dUt   -pVision  -L192.168.0.178
 +
 +Command line option "-L" have higher priority. IP address with "L" otion is used first.
 +
 +However when "Save" button in configuration dialog pressed, myCNC software reloads settings from configuration file and data from Configuration dialog/"Network" tab takes effect.
 +
 +If you have different IP address settings in "Network" tab and command line "L" option - you will get connection lost (established) when "Save" button pressed. 
 +++++
 +
 +++++ How to transfer a profile to a different machine through Profile Archive |
 +myCNC can store current profile snapshot to mySQL database file. This file can be transfered to another computer and profile restored form the archive.
 +
 +By default database file is stored in -
 +
 + "C:\MyCNC\db\profiles.sqlite" (for MS Windows)
 +
 +"/home/USER_NAME/myCNC/db/profiles.sqlite" (for Linux)
 +
 +To store current profile press "Ctrl+Z". Profile save dialog will be shown. You can enter comments and enter/change save date to easy identify the shapshot later: 
 +
 +{{::faq-obsolete-001-archive.png}}
 +
 +++++
 +
 +++++How to change the scale of a G-code program via Server API? |
 +There are 2 version of command "SetScale" in the Server API to change scale of given g-code file.
 +
 +For both commands g-code program should be loaded to myCNC by runnig command "ProgramFileOpen" -
 +Example:
 +
 +ProgramFileOpen /sk/DNC/3d3.nc
 +
 +1) Command "SetScale".
 +
 +Format: SetScale <scale>
 +Example:
 +
 +SetScale 3.5
 +
 +(myCNC software will open g-code file defined by command "ProgramFileOpen", scale it to factor 3.5 and load result to myCNC memory).
 +
 + If "SetScale" command used several times, previous "scale" ratios are ignored. myCNC software uses original g-code file and the last "scale" ratio to generate scaled program.
 +
 + 
 +
 +{avsplayer videoid=1}
 +
 +2)Command "SetScale++".
 +
 +For some applications "scale" ratio should be used together with g-codes rotation. In this case commands "SetScale++" and "SetRotationAngle++" should be used.
 +
 +When running "SetScale++" command "scale" ratio is latched to 'Scale&Rotation" structure. If running "SetRotationAngle++" myCNC software loads g-code file, given with "ProgramFileOpen" commands and perform rotation and scale with given Angle and Scale.
 +
 + 
 +
 +Example:
 +
 +SetScale++ 2.75
 +
 +SetRotationAngle++ 1.77 
 +++++
 +
 +
faq.1578335756.txt.gz · Last modified: 2020/01/06 13:35 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki