Hello Guest it is March 28, 2024, 07:14:47 AM

Author Topic: "Allow wav files"  (Read 5947 times)

0 Members and 1 Guest are viewing this topic.

"Allow wav files"
« on: March 07, 2013, 01:45:37 PM »
In the Mach3 general logic configuration screen a checkbox is present to "allow wav files"   also, "allow speech"

I have an application that could benefit from playing .wav files for at different times during a part program.  Is that the intent of these functions?  Is there any documentation on these?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: "Allow wav files"
« Reply #1 on: March 07, 2013, 05:53:11 PM »
Yes and YES, Mach3 programers guide.

(;-) TP
Re: "Allow wav files"
« Reply #2 on: March 07, 2013, 07:37:06 PM »
OK, so how does "allow wave files" in the setup tie into the sub playwave ?  Playwave does not function without the box checked?

Is "allow speech" something else?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: "Allow wav files"
« Reply #3 on: March 07, 2013, 07:50:23 PM »
Turn on the allow wave and allow speach.

From a Mcode  add in the code you want to do.

Playwave plays a Soundfile that you define

Speak uses the window speak function to say the words you defined in the call.

It is in the Mach3 macro programmers manual.

(;-) TP
Re: "Allow wav files"
« Reply #4 on: March 07, 2013, 09:34:34 PM »
Thank you sir.

Offline dude1

*
  •  1,253 1,253
    • View Profile
Re: "Allow wav files"
« Reply #5 on: March 08, 2013, 03:20:54 AM »
could you give more info not sure how to do this

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: "Allow wav files"
« Reply #6 on: March 08, 2013, 10:07:08 AM »
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!

Offline dude1

*
  •  1,253 1,253
    • View Profile
Re: "Allow wav files"
« Reply #7 on: March 08, 2013, 02:40:46 PM »
i have seen all of that stuff but how do i put it into a macro, tool change macro, end of program macro and fault macro
Re: "Allow wav files"
« Reply #8 on: March 09, 2013, 11:35:37 AM »
I would go to the video section of this website and watch the one on macros.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: "Allow wav files"
« Reply #9 on: March 09, 2013, 11:54:39 AM »
First you start off learning simple CB programming then you expand your skills and modify your running macros.

Just a thought, (;-) TP