Aktueller Inhalt von moumie

  1. M

    Create a folder or Directory with Structured Text

    Yes, exactly I am using V2.3.
  2. M

    Create a folder or Directory with Structured Text

    Thank you marcel_ it is exactly what I am looking for. But unfornately I don't have it in codesys library manager. Please where can I donwload a copy of this library. :confused:
  3. M

    Create a folder or Directory with Structured Text

    Hi :confused:, How can I create a folder with Structured text. In codesys I am using the SyslibFi library, but with that I can only create file. Suppose I want to create a folder or directory named 'Docs'. Var FileOk := DWORD; End Var FileOk := SysFileOpen( 'Docs/', 'w') ; FileOk return 0...
  4. M

    File transfer via FTP

    Hi Wonderfulworld, Thanks for the inputs however I was looking for some more detail on the implementation. I have finally done that with the Bachmann file library.
  5. M

    File transfer via FTP

    Hi :confused: , Please I have a file located in a Bachmann controller. I want to transfer/copy to a Computer (FTP server) via FTP. How can I achieve this ? I think I can use File_plc library, Syslibfile library or Modbus oscat library , but I don't know how . Can someone help me with some...
  6. M

    neue Reihe in CSV Datei mit SysLibFile und Codesys ?

    Ich habe schön das gemacht mit :D : [CODE][ IF ((myCount MOD 10)=0) THEN WriteBuffer := INT_TO_STRING(myValue); WriteBuffer := CONCAT(WriteBuffer, ';'); WriteBuffer := CONCAT(WriteBuffer, '$R$N'); DwWritten :=...
  7. M

    neue Reihe in CSV Datei mit SysLibFile und Codesys ?

    Bitte Ich möchte nach einer neuer Reihe gehen wann myCount modulo ist 0. Beispiel: 1 2 3 4 5 6 ... 10 11 .. 20 21 ... 30 .. 41 50 Wie kann ich mein Program ändern ? VAR myTON :TON; SysFileOpenNum...
  8. M

    Codesys Datei Fehler : Type mismatch: Cannot convert 'STRING(11)' to 'FILE_PATH'.

    Bitte Hilfe !!! :confused: Ich habe dieser fehler mit mein program und Bachmann Datei Library. Error 4010 : PLC_PRG (1) : Type mismatch: Cannot convert 'STRING(11)' to 'FILE_PATH'. System : - Codesys M-PLC - Bachmann Controller aber ich benutze noch die simulation mode. - Structure : text...
Zurück
Oben