Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create vibrations entityset #16

Open
sarahmish opened this issue Aug 1, 2023 · 0 comments · May be fixed by #18
Open

Create vibrations entityset #16

sarahmish opened this issue Aug 1, 2023 · 0 comments · May be fixed by #18

Comments

@sarahmish
Copy link
Collaborator

sarahmish commented Aug 1, 2023

In addition to create_entityset_scada and create_entityset_pidata, we want to add create_entityset_vibrations.

Entities to include:

  • Turbines
  • Alarms
  • Notifications
  • Stoppages
  • Work Orders
  • Pi Data
  • Vibrations

Necessary columns in vibrations

  • COD_ELEMENT
  • timestamp
  • signal_id
  • xvalues
  • yvalues

Metadata of vibrations

'vibrations': {
    'index': '_index',
    'make_index': True,
    'time_index': 'timestamp',
    'logical_types': {
        'COD_ELEMENT': 'categorical',
        'turbine_id': 'categorical',
        'signal_id': 'categorical',
        'timestamp': 'datetime',
        'sensorName': 'categorical',
        'sensorType': 'categorical',
        'sensorSerial': 'integer_nullable',
        'siteName': 'categorical',
        'turbineName': 'categorical',
        'turbineSerial': 'integer_nullable',
        'configurationName': 'natural_language',
        'softwareVersion': 'categorical',
        'rpm': 'double',
        'rpmStatus': 'natural_language',
        'duration': 'natural_language',
        'condition': 'categorical',
        'maskTime': 'datetime',
        'Mask Status': 'natural_language',
        'System Serial': 'categorical',
        'WPS-ActivePower-Average': 'double',
        'WPS-ActivePower-Minimum': 'double',
        'WPS-ActivePower-Maximum': 'double',
        'WPS-ActivePower-Deviation': 'double',
        'WPS-ActivePower-StartTime': 'datetime',
        'WPS-ActivePower-StopTime': 'datetime',
        'WPS-ActivePower-Counts': 'natural_language',
        'Measured RPM': 'double',
        'WPS-ActivePower': 'double',
        'WPS-Gearoiltemperature': 'double',
        'WPS-GeneratorRPM': 'double',
        'WPS-PitchReference': 'double',
        'WPS-RotorRPM': 'double',
        'WPS-Windspeed': 'double',
        'WPS-YawAngle': 'double',
        'overload warning': 'categorical',
        'bias warning': 'categorical',
        'bias voltage': 'double',
        'xValueOffset': 'double',
        'xValueDelta': 'double',
        'xValueUnit': 'categorical',
        'yValueUnit': 'categorical',
        'TotalCount-RPM0': 'double',
        'TotalCount-RPM1': 'double',
        'TotalCount-RPM2': 'double',
        'TotalCount-RPM3': 'double'
    }
}
@sarahmish sarahmish linked a pull request Jan 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant