CoDeSys

Why does my CodesysV3 - Kefex import fail?

The reason is a date format mismatch. Until this problem is solved, there is a workaround:

  • open the XML file with an editor such as Notepad ++
  • locate the following line: (should be the 3rd line from the top)
    fileHeader companyName="STW" productName="RAMView" productVersion="V1.09r6" creationDateTime="2011-09-12T8:31:41 AM"
  • make sure that the time format complies with the following format:
    hh:mm:ss
    (if necessary, add a "0" to fulfill the 2 digit format requirement)
  • make sure the line does not contain "AM" or "PM"

How do I change the Gateway login Baudrate in CodesysV2.3?

- open CodesysV2.3
- go to: Online/Communication Parameters
- select the communication channel to be edited
- double click the value of the field "Baudrate"
=> by double clicking the value, the baudrate value increments

NOTE: This field cannot be edited by typing in numbers! Only double clicking it will increment the baudrate value!

How do I add a WinFlash application info block to a CoDeSys project?


VAR_GLOBAL (* do NOT make constant; else CoDeSys might not create the ROM part *)
   (* no \0 possible. Else CoDeSys will detect end-of-string in assignment !
                              //'Lx_?z2.$01$1DDeviceName      ProjectName    Version   $14AdditionalComment   '; *)

   gs_InfoBlock : STRING(99) := 'Lx_?z2.$01$1DESX2            CoDeSysProject V1.23r4   $14KenSentMe           ';
END_VAR

Syndicate content