wiki:Docs

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

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

Top

Attachments (3)

Note: See TracWiki for help on using the wiki.