Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Re: Frage ansteuerung Relais Kategorie: Programmierung Basic (von Sascha - 21.02.2012 11:30)
Als Antwort auf Re: Frage ansteuerung Relais von Hans - 21.02.2012 11:08
Ich nutze:
C-Control Pro Mega128
> > Hallo,
> >
> > ich habe eine Frage zur Ansteuerung von Ausgängen (Relais) mit der C-Control. Ich habe das C-Control
> > Pro 128 Projektboard und möchte verschiedene Relais ansteuern. Die Ansteuerung erfolgt über die
> > RS232-Schnittstelle was auch einwandfrei funktioniert. Hier mal eine Kurzer auszug aus dem Programm:
> >
> > If Command = 1 Then
> >            Command = 0
> >            Port_WriteBit(Relais1,1)
> >            Port_WriteBit(Relais2,1)
> >            Port_WriteBit(Relais3,1)
> >            Port_WriteBit(Relais4,1)
> >            Port_WriteBit(Relais7,1)
> >            Port_WriteBit(Relais8,1)
> >            Port_WriteBit(Relais13,1)
> >            Port_WriteBit(Relais14,1)
> >            Port_WriteBit(Relais19,1)
> >            Port_WriteBit(Relais20,1)
> >            AbsDelay(10000)
> >            Else
> >            Port_WriteBit(Relais1,0)
> >            Port_WriteBit(Relais2,0)
> >            Port_WriteBit(Relais3,0)
> >            Port_WriteBit(Relais4,0)
> >            Port_WriteBit(Relais7,0)
> >            Port_WriteBit(Relais8,0)
> >            Port_WriteBit(Relais13,0)
> >            Port_WriteBit(Relais14,0)
> >            Port_WriteBit(Relais19,0)
> >            Port_WriteBit(Relais20,0)
> >            
> >         End If
> >
> > Jetzt zu meiner Frage: Aktuell sende ich über die RS232 das Signal 1 und die ausgewählten Relais
> > ziehen für die AbsDelay-Zeit an. Ich möchte aber das die Relais angezogen bleiben (ohne AbsDelay-Zeit)
> > und erst wieder ausschalten wenn ich z.B. eine 2 über die RS232-Schnittstelle sende.
> >
> > Kann mir jemand helfen? Ich bin am verzweifeln.
> >
> > GruÃ? Sascha
>
> die Ports bleiben so lange an, bis du sie wieder ausschaltest,
>
> das heiÃ?t du empfängst z.B die 1, schaltest  alle relaise ann
> und bei der 2 wieder aus

Ja so soll es sein. Bekomme es aber nicht hin. Immer wenn ich die AbsDelay-Zeit entferne
schalten die Relais gar nicht mehr.


    Antwort schreiben


Antworten:

Re: Frage ansteuerung Relais (von Hans - 21.02.2012 11:35)
    Re: Frage ansteuerung Relais (von Hans - 21.02.2012 11:46)
        Re: Frage ansteuerung Relais (von fraju - 21.02.2012 12:02)
            Re: Frage ansteuerung Relais (von Hans - 21.02.2012 12:11)
                Re: Frage ansteuerung Relais (von Franz-Peter - 21.02.2012 12:53)
                    Re: Frage ansteuerung Relais (von Hans - 21.02.2012 13:15)
                       Re: Frage ansteuerung Relais (von Hans - 21.02.2012 14:17)
                       Re: Frage ansteuerung Relais (von Hans - 21.02.2012 14:17)
                          Re: Frage ansteuerung Relais (von Hans - 23.02.2012 13:03)
                             Re: Frage ansteuerung Relais (von Sascha - 25.02.2012 9:35)
                                Re: Frage ansteuerung Relais (von Hans - 25.02.2012 14:14)