PyScada
PyScada copied to clipboard
PyScada is a open source scada system that uses the Django framework as backend
Deprecated load
The idea is to create a new recorded data table that is more simple to store numbers and boolean (one field) and allows to store strings. I made some test...
close #103
The value class key should be unique. Keep only one value for : - float 32, 48, 64 - int 8, 16, 32, 48, 64 - uint 8, 16, 32,...
Hi Admins, I have worked in Industrial Automation field and SCADA application development for 10+ years and recently started working on Python and Django framework. With my experience with SCADA...
Hey Guys, I am installing PyScada in Ubuntu 20.04 LTS version. I have created this issue for any help and support required for setup if I face any problem. I...
When deleting a variable : ``` [19/Jun/2024 14:29:55] ERROR [pyscada.utils.scheduler:927] pyscada.event, unhandled exception Traceback (most recent call last): File "/home/pyscada/.venv/lib/python3.9/site-packages/django/db/models/fields/related_descriptors.py", line 218, in __get__ rel_obj = self.field.get_cached_value(instance) File "/home/pyscada/.venv/lib/python3.9/site-packages/django/db/models/fields/mixins.py", line...
The django.utils.timezone.utc alias to datetime.timezone.utc is removed in django 5.0. see https://docs.djangoproject.com/en/5.0/releases/5.0/#features-removed-in-5-0