...
Page properties | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description
Power Supply CHN power supply included in a owner "Main Unit of " (class COR)
Static Fork
LabVIEW static cluster.
Code Block | ||
---|---|---|
| ||
#CHHPS101 @HCI(S)[(I32),(DBL),DU32,DBL,DBL,DU32,HI32,(DBL),DI32] CHN,CHHPS101,4,2,1,0,C0A8BF29,CORMR001,0 @ReadOut(A)[(DBL),DBL,DBL,DBL,DBL,DBL,DBL] readoutC,9.1553E-4,0.0,-30.0,30.0,0.005,0.1 @Setting(A)[(DBL),DBL,DBL,DBL,DBL,DBL] settingC,1.0,0.0,-30.0,30.0,0.010 |
Code Block | ||
---|---|---|
| ||
Json representation of the fork |
...
{
"CHNHCISta": {
"recordClass": 0,
"elemName": 0,
"elemType": 0,
"maxCmdExeTime#0": 0,
"maxCmdExeTime#1": 0,
"channelNumber": 0,
"ownerCORAddress": 0,
"ownerCORName": 0,
"ownerCORID": 0
},
"readOutArray": [],
"settingArray": []
} |
Dynamic Fork
LabVIEW dynamic cluster. In LabVIEW booleans take one byte.
Code Block | ||
---|---|---|
| ||
#CHHPS101 @HCI(S)[(DBL),DI32,DI32,DI32,DU32,DU32,DI32,TF,TF,TF,TF] CHHPS101,0,000,0000,0,0,0,1,0,1,0 @DP(S)[TF,DBL,DI32,DBL,DBL,DI32,DBL,DBL,DBL,DU32:4] 0,0.0,0,0.0,0.0,0,0.0,0.0,0.0,0:0:0:0 |
Code Block | ||
---|---|---|
| ||
Json representation of the fork |
...
{
"CHNHCIDyn": {
"elemName": 0,
"status": 0,
"consoleName": 0,
"errorMask": 0,
"cmdExeStartTime": 0,
"cmdExeMaxTime": 0,
"cmdExecution": 0,
"sysFlags": {
"onLine": false,
"byPass": false,
"remote": false,
"busy": false
}
},
"CHNDPDyn": {
"triggerArmed": false,
"currentPreSetting": 0,
"statusSetting": 0,
"currentSetting": 0,
"slewRateSetting": 0,
"statusReadout": 0,
"currentReadout": 0,
"slewRateReadout": 0,
"voltageReadout": 0,
"faults": []
}
} |
Details
CHNDyn.status = staus readout
0 = Power OFF alias STANDBY
1 = ON alias OPERATIONAL
2 = Faulty (there are some interlocks on the PS)
3 = Bad (Communication error or protocol violation or incoherent information)