Table of Contents

ControllerFault coming soon

https://bladednextgen.dnv.com/schema/0.4.1/TimeDomainSimulation/Event/ControllerFault.json

Not supported yet

A controller fault occuring at a specified time. A signal will be sent to the controller, and the controller will be expected to implement the fault behaviour.

  • EventType: string = ControllerFault
  • TimeOccurs: number (s)
  • OnComponentInAssembly: string
  • FaultCode: integer
  • FaultParameters: object

A type of Event

Properties

TimeOccurs: number (s), optionalcoming soon

The time at which the event occurs. This is measured from the start of the output recording, and ignores any lead-in time.

OnComponentInAssembly: string (AssemblyReference), optionalcoming soon

A reference to the component in the assembly to which this applies.

EventType: stringcoming soon

Defines the specific type of Event model in use. For a ControllerFault object, this must always be set to a value of ControllerFault.

FaultCode: integer, optionalcoming soon

A fault number that will be provided to the controller. It is for the controller to decide how to react to this number.

FaultParameters: object, optionalcoming soon

Further additional parameters to be sent to the controller. This should be in JSON format.