wiki:Docs

Version 16 (modified by Don Wilson, 16 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

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

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.