Menu

#327 Issue with EPICS containing bitstring-value

v3.x
open
nobody
None
5
2021-09-20
2021-09-20
jonarque
No

Hello,

I have a product with bistring-value and when I generate the EPICS for this device with "Generate EPICS From Device ..." I get this part for the bistring-value :

  {
    object-identifier: (bitstring-value, 0)
    object-name: "CurrentErrorState"
    object-type: bitstring-value
    status-flags: ?
    event-state: ?
    reliability: no-fault-detected
    out-of-service: False
    property-list: {present-value, status-flags, bit-text, event-state, reliability, out-of-service, bit-mask}

    -- Proprietary and non-standard properties
    present-value: ?
    bit-text: ?
    bit-mask: ?
  }

And when I reload this very EPICS in VTS, I get:

Syntax Errors Loading File:
Line 1417: Invalid or unknown property:  present-value:< >?
Line 1418: Invalid or unknown property:  bit-text:< >?
Line 1419: Invalid or unknown property:  bit-mask:< >?

I don't if a single modification can fix both issues but they seem related.

Thank you,

Discussion


Log in to post a comment.