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 revisionBoth sides next revision
faq [2020/03/27 10:07] ivanfaq [2020/04/03 13:22] ivan
Line 111: Line 111:
  
 ++++ ++++
 +
 +++++ How to remove the homing dialog that keeps popping up when starting the program? |
 +
 +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: 
 +
 +{{::faq-qs-homing-handler-002.png}}
 +
 +This will force the handler to exit before showing the popup. In order to bring the popup up again, simply delete the exit(99); line, or put two forward slashes in front of it, like so:
 +
 +<code> //exit(99); </code>
 +
 +++++
 +
  
 ++++ How to change Screen Size and Position | ++++ How to change Screen Size and Position |
Line 211: Line 224:
  
 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.  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. 
- 
-++++ 
- 
- 
-++++ How to remove the homing dialog that keeps popping up when starting the program? | 
- 
-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:  
- 
-{{::faq-qs-homing-handler-002.png}} 
- 
-This will force the handler to exit before showing the popup. In order to bring the popup up again, simply delete the exit(99); line, or put two forward slashes in front of it, like so: 
- 
-<code> //exit(99); </code> 
  
 ++++ ++++
faq.txt · Last modified: 2024/02/20 10:07 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki