GitPedia
pyscada

pyscada/PyScada

PyScada is a open source scada system that uses the Django framework as backend

5 Releases
Latest: 1y ago
v0.8.3Latest
clavayclavay·1y ago·July 4, 2024
GitHub

📋 What's Changed

  • various updates by @clavay in https://github.com/pyscada/PyScada/pull/58
  • pyscada installation in venv by @clavay in https://github.com/pyscada/PyScada/pull/60
  • add developer and plugin installation documentation by @clavay in https://github.com/pyscada/PyScada/pull/61
  • added plugin to list of device protocols, changed plugins url handling by @trombastic in https://github.com/pyscada/PyScada/pull/62
  • updates by @clavay in https://github.com/pyscada/PyScada/pull/63
  • add scipy to requirement for the waveform generic handler by @clavay in https://github.com/pyscada/PyScada/pull/65
  • Update install venv by @clavay in https://github.com/pyscada/PyScada/pull/64
  • replace setuptools find_packages by find_namespace_packages by @clavay in https://github.com/pyscada/PyScada/pull/66
  • + 62 more

New Contributors

  • @vincent-inviseo made their first contribution in https://github.com/pyscada/PyScada/pull/82
  • Full Changelog: https://github.com/pyscada/PyScada/compare/v0.8.0...v0.8.3
v0.8.0
trombastictrombastic·3y ago·May 23, 2023
GitHub

📋 Changes

  • core : fix when no handler selected to use the GenericHandlerDevice of the selected protocol
  • systemstat : Create systemstat device (allow remote over ssh)
  • core : Fix timestamp not integer in RecordedData init
  • systemstat : process pid find in cmdline and not only in processus name
  • systemstat : fix pre_delete signal and information choice name
  • core : fix config2 and add classes
  • systemstat : add write_data to execute command
  • JS : fixes
  • + 93 more
v0.7.1rc1
clavayclavay·4y ago·May 11, 2022
GitHub

📋 Changes

  • Update to Django 3
  • Update docker config and doc to use pyscada repository
  • Add svg to render ProcessFlowDiagram. Allows to resize to fit the window size
  • Add OPC-UA protocol
  • close DB connection in scheduler to allow multiple instance on the same DB to run
  • Add INT8 and UINT8 variable value class
  • change the date range picker JS library
  • Add logrotate config file
  • + 21 more
v0.7.0rc15
trombastictrombastic·7y ago·May 27, 2019
GitHub

📋 Changes

  • 0.7.0rc13
  • updated docs, switching from python 2.7 to python 3
  • added redirect to https to the nginx sample config
  • fixed server error for BackgroundProcess View in Admin with python3
  • fixed HDF5 export for python 3
  • fixed ProcessFlowDiagram in HMI
  • added support for multiple SlidingSidePanels on one Side
  • added date_saved field to the RecordedData Model, renamed the RecordedData model without the field to RecordedDataOld,
  • + 18 more
0.6.16
trombastictrombastic·11y ago·April 14, 2015
GitHub