wiki:Docs

Version 16 (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

  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. IsMounted
  46. Form Functions
  47. CForm
  48. CFormRect 825gen2
  49. EVENT
  50. EVENT_FLAG_SHOW
  51. EVENT_SHOW_BTN_CONTENT
  52. EnableItem
  53. ExitWithCode
  54. FORM_ADD_BUTTON
  55. FORM_ADD_BUTTON2 825gen2
  56. FORM_ADD_INPUT
  57. FORM_ADD_INPUT2 825gen2
  58. FORM_DONE_ESCAPE
  59. FORM_DONE_EVENT_EXTERNAL
  60. FORM_DONE_LEFT_ARROW
  61. FORM_HIDE
  62. FORM_INIT
  63. FORM_IS_UPDATED
  64. FORM_RUN
  65. FORM_SHOW
  66. FindName
  67. GetCurrentItemIndex
  68. GetExitCode
  69. GetItem
  70. !GetItemByIDVal
  71. GetItemCount
  72. GetItemIndex
  73. HideItem
  74. IN_EVENT_HIDE_FORM
  75. IN_EVENT_SHOW_FORM
  76. IN_EVENT_WRITE_DATA
  77. IsChanged
  78. SetInputFont
  79. SetKeyEvent
  80. ShowItem
  81. WriteData
  82. Input / Output (Digital I/O) Functions
  83. GetInput
  84. GetInputMask
  85. GetOutput
  86. SetDIOCounter
  87. SetOutput
  88. SetOutputMask
  89. StartDIOPulse
  90. StartRepeatIO
  91. StopDIOPulse
  92. StopRepeatIO
  93. Keypad/Sound Functions
  94. ClearKeyBuffer
  95. KeyPadInsertKey
  96. KeyPadSetUSBEvent
  97. OpenBeeper
  98. PlayNotes
  99. WaitKeypress
  100. Process Functions
  101. GetProcessID
  102. GetProcessIDExcludeSelf
  103. KillProcess
  104. ResetPrevGrossWt
  105. ResetPrevNetWt
  106. ResetPrevTareWt
  107. test
  108. String Functions
  109. FloatToStr
  110. IntToStr
  111. StrFmt
  112. StrFmtLen
  113. StrToFloat
  114. StrToInt
  115. StrTrimLeft
  116. StrTrimRight
  117. Ticket Functions
  118. CTktFlds
  119. PrintTkt
  120. Time and Date Functions
  121. CMillisecondTimer
  122. CSleep
  123. CTimer
  124. DoSleep
  125. GetDateStr
  126. GetLinuxTime
  127. GetTimeStr
  128. IsTimeChanged
  129. ResetPrevTime
  130. SleepMilliseconds
  131. SleepSeconds
  132. Utility Functions
  133. GetKernelVer
  134. GetKernelVerStr
  135. GetLoaderVer
  136. GetLoaderVerStr
  137. GetMemFree
  138. GetMnBdVer
  139. GetMnBdVerStr
  140. Weighing Functions
  141. CheckWIM * DEPRECATED - New apps should use MnBdSetWIM *
  142. DLCRepeatMultiIncludeCellWts
  143. FormatGrossWt
  144. FormatNetWt
  145. FormatTareWt
  146. FormatWt
  147. GetBelowZero
  148. GetCapacity
  149. GetCenterZero
  150. GetCurUnitsLabel
  151. GetDecimal
  152. GetGrossWt
  153. GetInterval
  154. GetMotion
  155. GetNetWt
  156. GetNumScales
  157. GetOverCap
  158. GetProcessScale
  159. GetSecUnitsLabel
  160. GetTareWt
  161. GetUnitsLabel
  162. GetWtError
  163. IsGrossWtChanged
  164. IsNetWtChanged
  165. IsTareWtChanged
  166. IsWtStatusChanged
  167. IsWtUnitsChanged
  168. MnBdClearEvent
  169. MnBdClose
  170. MnBdGetErr
  171. MnBdGetErrMsg
  172. MnBdGetErrMsgStr
  173. MnBdOpen
  174. MnBdProcess * DEPRECATED - New apps should use StartRepeatMulti *
  175. MnBdRead
  176. MnBdRequest
  177. MnBdSetEvent
  178. MnBdSetWIM
  179. MnBdShutdown
  180. MnBdStartup
  181. RequestWt * DEPRECATED - New apps should use StartRepeatMulti *
  182. ResetPrevGrossWt
  183. ResetPrevNetWt
  184. ResetPrevTareWt
  185. ResetPrevWtStatus
  186. ResetPrevWtUnits
  187. SetTareCurrent
  188. SetTareValue
  189. SetWIM * DEPRECATED - New apps should use MnBdSetWIM *
  190. StartRepeatMulti
  191. StartRepeatWt * DEPRECATED - New apps should use StartRepeatMulti *
  192. StopRepeatMulti
  193. StopRepeatWt * DEPRECATED - New apps should use StopRepeatMulti *
  194. ZeroScale
  195. Development Environment
  196. Application Signing
  197. Debugging
  198. Setup for Software Development
  199. Version Control
  200. Device Support
  201. Device Drivers
  202. Beeper
  203. DIO
  204. Display
  205. Network
  206. Serial Ports
  207. USB Support
  208. Weighing
  209. Foundation
  210. Application Mode Startup
  211. Shell operations - Linux / Windows command line Reference

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.