585,997 active members*
5,156 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1

    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

  2. #2
    Join Date
    Apr 2022
    Posts
    12

    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.

  3. #3
    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
    Join Date
    Mar 2017
    Posts
    1312

    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

    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
    Join Date
    Mar 2017
    Posts
    1312

    Re: Input > Output

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

  7. #7
    Join Date
    Apr 2022
    Posts
    12

    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"

Similar Threads

  1. Mapp input to output?
    By jeeybee in forum Mach 4
    Replies: 2
    Last Post: 06-01-2021, 08:05 AM
  2. Can I swap an output pin to an input?
    By GTFreeFlyer in forum Mach Mill
    Replies: 10
    Last Post: 12-22-2013, 05:26 AM
  3. vmc4020 input/output error
    By darth bayrinth in forum Fadal
    Replies: 3
    Last Post: 11-03-2010, 04:57 PM
  4. Input/output signal on 0M-C
    By padobranac in forum Fanuc
    Replies: 3
    Last Post: 10-28-2008, 03:49 PM
  5. Is this Input or output voltage
    By Mr.Chips in forum Xylotex
    Replies: 8
    Last Post: 01-24-2007, 04:36 PM

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
  •