| Home | Member Area | Links | Events | Publications | Promotions |
LabVIEW drivers - RKC CB500 controller
[LabVIEW vi collection]
[LabVIEW links]
[LabVIEW store]
[programming topics] [drivers] [utilities] [projects] [events] [related topics]
RKC CB500
Communication between LabVIEW and the RKC CB500 controller has proven to be quit a challenge. Difficult as it may seem, the information provided by RKC proofs to be accurate. The protocol uses common ASCII characters like 'EOT', 'ENQ' and 'NAK'. Using these characters is possible to set up a driver with retry capability. PrincipleThis driver uses a state-machine, which is a case-statement in which an executed case decides which case will be executed next. The following cases for reading the process value can be recognized (in rkc read.vi):
The following cases for writing the setpoint value can be recognized (in rkc write.vi):
Downloads rkc cb500.llbThe included rkc trial.vi both reads the process values and sets the setpoints of 2 RKC CB500 units. The process values are being displayed in two seperate graphs and the measured data can be logged to file. Bart Boshuizen, 2007/07/20
|
|