wiki:Docs

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

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.