Commit Graph

150 Commits

Author SHA1 Message Date
1799a9a909 Fix ball on springs demo 2024-06-03 18:34:08 +03:00
9f21a14f96 Fix ball on springs demo 2024-06-03 18:02:57 +03:00
4a5f5fab8c Finish plotter demo 2024-06-03 15:38:39 +03:00
a2b7d1ecb0 Fix step drive demo 2024-06-03 13:44:20 +03:00
d0e3faea88 Complete rework of PID demo and underlying devices 2024-06-02 17:58:38 +03:00
54e915ef10 WIP Constructor update 2024-06-01 09:35:03 +03:00
9edde7bdbd Major constructor refactoring 2024-05-29 22:20:22 +03:00
05757aefdc First draft of model binding 2024-05-24 13:56:54 +03:00
207064cd45 Remove hierarchical device structure in Hubs 2024-05-19 10:44:34 +03:00
ee83f81a04 Fix small typo in event id generation 2024-05-16 21:22:34 +03:00
5921978122 [WIP] Refactor constructor 2024-05-15 22:49:08 +03:00
a9592d0372 Fixed part of motionMaster 2024-05-12 14:14:31 +03:00
44514cd477 [WIP] moving from java fx to compose in examples 2024-05-12 13:52:00 +03:00
24b6856f15 Move all-things to Compose 2024-05-11 17:56:28 +03:00
381da970bf make device stop suspended to properly await for lifecycle event.
Add capabilities to Constructor
2024-05-10 11:33:00 +03:00
8e7277df69 Merge branch 'dev' into support/update_dependencies 2024-04-29 18:09:22 +06:00
977500223d Plc4X refactor 2024-04-07 10:07:23 +03:00
85c2910ee9 Refactor ports 2024-03-31 16:13:02 +03:00
d91296c47d Refactor load test 2024-03-25 15:48:23 +03:00
8965629151 complete dependencies extraction 2024-03-20 01:08:04 +06:00
9a40d4f340 exclude ktor/rsocket/dataforge versions 2024-03-20 00:48:26 +06:00
f28e9dc226 Update constructor api 2024-03-18 09:30:41 +03:00
2946f23a4b Update readme and API 2024-03-04 16:02:50 +03:00
e8c6e90a0f Update readme and API 2024-03-04 15:58:53 +03:00
2a700a5a2a Migrate to DataForge 0.8.0 2024-03-04 15:24:27 +03:00
cfd9eb053c Make DeviceMessage time mandatory 2024-03-04 11:11:56 +03:00
fa2414ef47 Add demo for device message listening 2024-02-02 16:04:41 +03:00
aa52b4b927 hub returns list of messages. 2023-12-28 21:09:23 +03:00
bec075328b Make constructor device use context instead of device manager 2023-12-22 09:28:39 +03:00
5e64b79b77 Merge remote-tracking branch 'spc/dev' into dev 2023-12-13 20:24:43 +03:00
fb03fcc982 Finish migration to kotlinx-io 2023-12-13 12:29:06 +03:00
cf129b6242 Migrate to DF 0.7 2023-12-12 09:59:52 +03:00
827eb6e4c1 minor update to constructor 2023-11-23 16:52:07 +03:00
81d6b672cf Add compose controls to pid simulator 2023-11-22 21:55:13 +03:00
b539c2046a DeviceSpec properties no explicitly pass property name to getters and setters 2023-11-18 14:49:23 +03:00
afee2f0a02 minor update to constructor 2023-11-17 12:22:06 +03:00
74301afb42 Return notifications about pid and drive updates. Introduce debounce 2023-11-08 22:28:26 +03:00
4e17c9051c Update jupyter integration 2023-11-08 15:31:12 +03:00
0f687c3c51 Update jupyter integration 2023-11-08 11:52:57 +03:00
53fc240c75 Test device constructor 2023-11-07 08:46:56 +03:00
825f1a4d04 Add DeviceConstructor 2023-11-06 16:46:16 +03:00
0443fdc3c0 Add fixed age plots for properties and states. 2023-11-06 11:39:56 +03:00
78b18ebda6 Move server to controls-vision 2023-11-05 10:18:26 +03:00
0e963a7b13 Simplify UI management in constructor 2023-11-05 09:47:58 +03:00
811477a636 add limit readers 2023-10-30 22:51:17 +03:00
984e7f12ef Add JVM application for constructor demo 2023-10-30 21:47:41 +03:00
1414cf5a2f implement constructor 2023-10-30 21:35:46 +03:00
1619fdadf2 Refactoring. Developing composer 2023-10-25 22:31:36 +03:00
290010fc8c Add writeable flag to mutable properties 2023-10-19 16:38:50 +03:00
34e7dd2c6d Add read-after-write for DeviceBase property writers 2023-09-24 13:29:15 +03:00