Blame | Last modification | View Log | Download
START StartingRUN RunningDEMO_RUN Running in DEMO modeLITE_RUN Running in LITE modeSTOP Normal shutdownDEMO_STOP Demo shutdown, licensed to run 5 hoursDEMO_MODE Demo restart prohibited, restart FactoryLinkNOCT Can't open CT fileNOTRIGGERS No triggers definedNOMEMORY Out of RAMCTINDEX Error reading CT indexCTHEADER Error reading CT headerBADTAG Invalid tag numberCTRECORD Error reading CT recordTIMER_CONV Error reading timer conv. from mess. fileNO_RDTRIGGER No read triggers %sNO_BWTRIGGER No block write trigger %sMAX_MSG Maximum # of %d messages in %s mbxEW_CONV Unknown exception conversion %s: %dEX_CONVERT Exception conversion %s: %dEX_MSG Exception write on message not supportedARRAY Array length error tag %sCTCONV Unkown conversion %s: %dFL_WRITE Writing %s %s: %dFL_F_WRITE Forced writing %s of ds %s: %dFL_COUNT_MBX Access mbx %s: %dFL_READ Reading %s tags %s: %dFL_SET_CHG Setting change flags %s: %dFL_GET_CHG Getting change flags %s: %dFL_CHG_READ Change read %s: %dFL_CHG_WAIT Change wait: %dFL_CLEAR_CHG Clear chg %s %s: %dCTTAGVAL Bad tag %sIMX_INIT IMX init %dIMX_DS_REGISTER IMX register ds %sIMX_DS_QUERY IMX query on ds %s: %dIMX_DS_SEARCH IMX ds internal searchIMX_RECV IMX receive on ds %s: %dIMX_SEND IMX send on ds %s: %dIMX_ERROR IMX error %s on ds %s: %dIMX_MSG IMX unknown msg type %d on %sIMX_DS_TRIGGER IMX ds trigger %s: %dIMX_BOUND IMX unknown boundary %s: %dDBG_STATUS %sDBG_CTLOAD Configuration file loadedDBG_QUERY Query rsp %s \n\t\t Boundary %d Bnd<-> %d Bit<-> %d Start %d Length %dDBG_READ Read rsp %s \n\t\t Boundary %d Bnd<-> %d Bit<-> %d Start %d Length %dDBG_WRITE Write rsp %sDBG_RECV Rcv rsp %s \n\t\t Boundary %d Bnd<-> %d Bit<-> %d Start %d Length %dDBG_BLOCK_R Read dataset %sDBG_BLOCK_W Block write dataset %sDBG_EXCEPT Exception write dataset %s, address %d*---------------------------------------------------------------------------** Format translation for user defined time conversions**---------------------------------------------------------------------------** Date-Time Translation can be specified by the user. The user has to define* the date-time configuration from the external device. This definition is* mainly specified as the byte order in which the date-time structure is* received from (or send to) the external device.* First specified in the conversion is the coding of the data, Binary Coded* Decimal (BCD) or Binary (BIN). Second is the order inside the date-time* structure. The next elements can be specified:** Element Size Description** X byte Byte to ignore.** HR byte Hours (0 -23)* MI byte Minutes (0 -59)* SC byte Seconds (0 -59)* MS word Milliseconds** DOW byte Day of week (1 - 7, 1 = Sunday, 2 = Monday, etc.)* DOW0 byte Day of week (0 - 6, 0 = Sunday, 1 = Monday, etc.)* DOW1 byte Day of week (1 - 7, 1 = Sunday, 2 = Monday, etc.)* DY byte Day of the month (1 - 31)* MO byte Month (1 - 12, 1 = January, 2 = February, etc.)* MO0 byte Month (0 - 11, 0 = January, 1 = February, etc.)* MO1 byte Month (1 - 12, 1 = January, 2 = February, etc.)* YP byte Hundreds of year, two digits* YR byte Year, two digits**---------------------------------------------------------------------------*---------------------------------------------------------------------------* Time Conversion Byte order*---------------------------------------------------------------------------TIM0 BCD SC MI HR DY MO YRTIM1 BIN X DOW X MO X DY X YR X HR X MI X SCTIM2 BIN SC MI HR DY MO YRTIM3 BIN SC MI HR DY MO YRTIM4 BIN SC MI HR DY MO YRTIM5 BIN SC MI HR DY MO YRTIM6 BIN SC MI HR DY MO YRTIM7 BIN SC MI HR DY MO YRTIM8 BIN SC MI HR DY MO YRTIM9 BIN SC MI HR DY MO YR*---------------------------------------------------------------------------*---------------------------------------------------------------------------* Months of the Year**---------------------------------------------------------------------------MO0 JanMO1 FebMO2 MarMO3 AprMO4 MayMO5 JunMO6 JulMO7 AugMO8 SepMO9 OctM10 NovM11 Dec*---------------------------------------------------------------------------* Days of the Week**---------------------------------------------------------------------------DOW0 SunDOW1 MonDOW2 TueDOW3 WedDOW4 ThuDOW5 FriDOW6 Sat*---------------------------------------------------------------------------* Hours of the Day**---------------------------------------------------------------------------DAM amDPM pm*---------------------------------------------------------------------------* Date/Time Format (Translation to message tags)* You can change the sequence of the following tokens** yr : two digit year* mo : two digit month (jan = 01)* mon: three digit month (jan, feb etc)* dy : two digit day (01.. 31)* dow: three digit day of the week (sun, mon, etc)* hr : two digit military hour (00..23)* ah : two digit hour (00..12)* mi : two digit minutes (00..59)* sc : two digit seconds (00..59)* ap : two digits am/pm**---------------------------------------------------------------------------* Default Format (Translation to message tags)** DATETIME mo/dy/year hr:mi:sc*---------------------------------------------------------------------------DATETIME mo-dy-year hr:mi:sc*---------------------------------------------------------------------------