Hi all,
We have configured the system in the EWM to beep sounds for Error and Success Messages . The configuration were done in the transaction /SCWM/PRDVC tcode. We have configured for Error Msg to beep 3 times and Success Msg for 1 time.
After the cofig. setting when we have tested our service on the IE browser via the SICF transaction,
We were able to get the beep sound from the standard ITS template for the number of time its been configured .
The same thing does not work on the RF Gun / Scanner . On the RF gun we are able to get the Beep sound perfectly . However we are not able to get the number of beeps that been configured. It only beeps for one time only
We are using the Motorala 9100/ 9200 RF scanners and this uses the Industrial Browser via TELNET.
Following service parameters configuration on the service.
~BGSOUND 1
~ITSMOBILEMSGSOUND 1
~SOURCES ZXXXXXXXXX_ITS, ITSMOBILE
~TRANSACTION /SCWM/RFUI
following is the snippet of the html code on the screen page
`if (NOTIFY_BELL_SIGNAL > 0)
` <bgsound src="/`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="sapsounderr.wav")`" loop="`NOTIFY_BELL_SIGNAL`">
`end;`
I just wanted to share my experience to see if anyone can provide some good knowledge on this.
Thanks.
- Page :
- 1