Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sts69

Pages: 1 [2]
16
Feature Request / Re: Play Sound by digitalInput 1
« on: September 23, 2013, 11:22:00 AM »
Hallo Archie,

i have tray this:

Private Sub DataSubscriber1_DataChanged(sender As Object, e As Drivers.Common.PlcComEventArgs) Handles DataSubscriber1.DataChanged
        If DataSubscriber1.Value = "1" Then
            My.Computer.Audio.Play("c:\Advanced HMI 2\AdvancedHMI\Resources\Alarm.wav")
        End If
    End Sub

but is no Sound playing after change the value from 0 to 1   :-(

THX
Steffen

17
Feature Request / Re: Play Sound by digitalInput 1
« on: September 22, 2013, 09:51:03 PM »
Ohh, very fast :-)
i will test this tomorrow.
Thank You

18
Feature Request / Play Sound by digitalInput 1
« on: September 22, 2013, 08:18:48 PM »
Hallo,
can play a Sound like "Alarm.wav" if the value from modbus tcp tag = 1 ?
I need this for audible Alert .
thank you

Pages: 1 [2]