wiki:Docs

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

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

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.