Input > Output

Results 1 to 7 of 7

Thread: Input > Output

  1. #1
    Member DVDvelden's Avatar
    Join Date
    May 2019
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Input > Output

    Hello All,

    I have one thing i can not find out on the ext board:

    I like to use a input on the ext board to activate a output.

    Now i see that i can only use it as a switch ON and OFF

    i like to use it as a trigger only!

    Please advise how i must setup this?

    Thanks

    Similar Threads:


  2. #2
    Member lgritsch's Avatar
    Join Date
    Apr 2022
    Posts
    12
    Downloads
    1
    Uploads
    0

    Default Re: Input > Output

    I don't know if I understood the question correctly, but you can set the following in the settings/shortcuts, for example.

    Attached Thumbnails Attached Thumbnails Input > Output-screenshot_20221201_204307-png  


  3. #3
    Member DVDvelden's Avatar
    Join Date
    May 2019
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by lgritsch View Post
    I don't know if I understood the question correctly, but you can set the following in the settings/shortcuts, for example.
    Yes I did but I don’t want to use it as a switch for on and off.

    I must go on and directly off!?



  4. #4
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: Input > Output

    Can you explain more in detail your type of use? For what you would like to use it? On or OFF of external device?



  5. #5
    Member DVDvelden's Avatar
    Join Date
    May 2019
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: Input > Output

    Yes i like to have a sound signal every time my 3D probe touching! so wit the EXt i dont kklnow how to trigger this. The relais can only switch on and of...!??



  6. #6
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: Input > Output

    Perhaps you could use beep() command in measuring script?



  7. #7
    Member lgritsch's Avatar
    Join Date
    Apr 2022
    Posts
    12
    Downloads
    1
    Uploads
    0

    Default Re: Input > Output

    Maybe this will help.

    I also have a beep when the Probe triggers.
    But my probes are connected to pin 1 and 2 of the input board.
    I have the following commands in expr.txt.
    if(_hw_input_num|1 == 1, exec(expr,beep(3000, 0.02, 1)));
    if(_hw_input_num|2 == 1, exec(expr,beep(3000, 0.02, 1)));

    if i remember correctly i also had to lower the "Settings/User Interface/Refresh Rate" to 25ms
    to reliably trigger the beep.

    "the solution is originally from ScorpionTDL"



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Input > Output

Input > Output