09-22-2006 06:03 AM
09-22-2006 07:18 AM
result2=GetB(Zahl,20)
should be result2=GetB(number,20)
loop until(j<1000)
should be loop while(j<1000)
(I think a for loop is in this case a little bit better) Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
09-22-2006 08:27 AM
Hi Thomas,
Thanks for your answer.I made the changes as you wrote but i still become the same error message.This is a copy from my logdata:
"Fehler in <Ventildi...it02.VBS> (Zeile: 45, Spalte: 4): Unbekannter Laufzeitfehler"
In my channels i have the requested bits for the first ten numbers, and after writing the tenth row the error message appears.
Patrick
09-22-2006 08:32 AM
Hi Matthias,
Sorry, i called you Thomas, i don't know why??
Xcuse-me for this mistake.
Patrick
09-22-2006 08:43 AM
Call ChnAlloc(MyChannel.ChannelName,1000)
. Das ist dann für alle 3 Kanäle notwendig.Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
09-22-2006 08:58 AM
Hi Matthias,
Danke für Deine Hilfe.Es hat super funktioniert!!
Schönes WE
Patrick