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,