wiki:Docs

Version 19 (modified by Don Wilson, 14 years ago) ( diff )

--

825 Documentation

Operation

Documentation covering the setup and operation of the Cardinal 825 Digital Weight Indicator.

Applications

User Documentation

Top

For Programmers

Documentation listed below is only applicable to C/C++ programmers or those wanting to learn to program for the Cardinal 825 Digital Weight Indicator.

Programmer's Manual

Foundation

Development

Device Support

Application Libraries

  1. Database Libraries
  2. Standard 825 Library with Application class (lib825)
  3. Standard 825 Library with EVENT features (lib825ev)
  4. Communications Functions
  5. CComm
  6. CCommClient
  7. CCommSerial
  8. CCommServer
  9. Analog Output (DAC Digital to Analog Conversion) Functions
  10. GetDAC
  11. GetDACPercent
  12. GetDACRangeFromIndex
  13. GetIndexFromDACRange
  14. SetDACFloat
  15. SetDACOutputRange
  16. SetDACPercent
  17. SetDACReg
  18. SetDACTrackGrossNet
  19. SetDACTrackScale
  20. StopDACTrackScale
  21. Debug Functions
  22. DEBUG_MSG
  23. DEBUG_SHOWDATA
  24. Display Functions
  25. CBitmap
  26. CFont 825gen2
  27. CImage 825gen2
  28. ClearLCD
  29. DisplayStr DEPRECATED - Replace with DisplayText
  30. DisplayText
  31. GetX
  32. GetY
  33. InitLCD
  34. IsFontLoaded
  35. LocateLCD
  36. PrintLCD
  37. PrintLCDbutton
  38. PrintLCDfont2
  39. ReadFont
  40. SetBkColor
  41. SetCurColor
  42. File Functions
  43. CFile
  44. IsMounted
  45. Form Functions
  46. CForm
  47. CFormRect 825gen2
  48. EVENT
  49. EVENT_FLAG_SHOW
  50. EVENT_SHOW_BTN_CONTENT
  51. EnableItem
  52. ExitWithCode
  53. FORM_ADD_BUTTON
  54. FORM_ADD_BUTTON2 825gen2
  55. FORM_ADD_INPUT
  56. FORM_ADD_INPUT2 825gen2
  57. FORM_DONE_ESCAPE
  58. FORM_DONE_EVENT_EXTERNAL
  59. FORM_DONE_LEFT_ARROW
  60. FORM_HIDE
  61. FORM_INIT
  62. FORM_IS_UPDATED
  63. FORM_RUN
  64. FORM_SHOW
  65. FindName
  66. GetCurrentItemIndex
  67. GetExitCode
  68. GetItem
  69. !GetItemByIDVal
  70. GetItemCount
  71. GetItemIndex
  72. HideItem
  73. IN_EVENT_HIDE_FORM
  74. IN_EVENT_SHOW_FORM
  75. IN_EVENT_WRITE_DATA
  76. IsChanged
  77. SetInputFont
  78. SetKeyEvent
  79. ShowItem
  80. WriteData
  81. Input / Output (Digital I/O) Functions
  82. GetInput
  83. GetInputMask
  84. GetOutput
  85. SetDIOCounter
  86. SetOutput
  87. SetOutputMask
  88. StartDIOPulse
  89. StartRepeatIO
  90. StopDIOPulse
  91. StopRepeatIO
  92. Keypad/Sound Functions
  93. ClearKeyBuffer
  94. KeyPadInsertKey
  95. KeyPadSetUSBEvent
  96. OpenBeeper
  97. PlayNotes
  98. WaitKeypress
  99. Process Functions
  100. GetProcessID
  101. GetProcessIDExcludeSelf
  102. KillProcess
  103. ResetPrevGrossWt
  104. ResetPrevNetWt
  105. ResetPrevTareWt
  106. test
  107. String Functions
  108. FloatToStr
  109. IntToStr
  110. StrFmt
  111. StrFmtLen
  112. StrToFloat
  113. StrToInt
  114. StrTrimLeft
  115. StrTrimRight
  116. Ticket Functions
  117. CTktFlds
  118. PrintTkt
  119. Time and Date Functions
  120. CMillisecondTimer
  121. CSleep
  122. CTimer
  123. DoSleep
  124. GetDateStr
  125. GetLinuxTime
  126. GetTimeStr
  127. IsTimeChanged
  128. ResetPrevTime
  129. SleepMilliseconds
  130. SleepSeconds
  131. Utility Functions
  132. GetKernelVer
  133. GetKernelVerStr
  134. GetLoaderVer
  135. GetLoaderVerStr
  136. GetMemFree
  137. GetMnBdVer
  138. GetMnBdVerStr
  139. Weighing Functions
  140. CheckWIM * DEPRECATED - New apps should use MnBdSetWIM *
  141. DLCRepeatMultiIncludeCellWts
  142. FormatGrossWt
  143. FormatNetWt
  144. FormatTareWt
  145. FormatWt
  146. GetBelowZero
  147. GetCapacity
  148. GetCenterZero
  149. GetCurUnitsLabel
  150. GetDecimal
  151. GetGrossWt
  152. GetInterval
  153. GetMotion
  154. GetNetWt
  155. GetNumScales
  156. GetOverCap
  157. GetProcessScale
  158. GetSecUnitsLabel
  159. GetTareWt
  160. GetUnitsLabel
  161. GetWtError
  162. IsGrossWtChanged
  163. IsNetWtChanged
  164. IsTareWtChanged
  165. IsWtStatusChanged
  166. IsWtUnitsChanged
  167. MnBdClearEvent
  168. MnBdClose
  169. MnBdGetErr
  170. MnBdGetErrMsg
  171. MnBdGetErrMsgStr
  172. MnBdOpen
  173. MnBdProcess * DEPRECATED - New apps should use StartRepeatMulti *
  174. MnBdRead
  175. MnBdRequest
  176. MnBdSetEvent
  177. MnBdSetWIM
  178. MnBdShutdown
  179. MnBdStartup
  180. RequestWt * DEPRECATED - New apps should use StartRepeatMulti *
  181. ResetPrevGrossWt
  182. ResetPrevNetWt
  183. ResetPrevTareWt
  184. ResetPrevWtStatus
  185. ResetPrevWtUnits
  186. SetTareCurrent
  187. SetTareValue
  188. SetWIM * DEPRECATED - New apps should use MnBdSetWIM *
  189. StartRepeatMulti
  190. StartRepeatWt * DEPRECATED - New apps should use StartRepeatMulti *
  191. StopRepeatMulti
  192. StopRepeatWt * DEPRECATED - New apps should use StopRepeatMulti *
  193. ZeroScale

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.