Added integration of analog channels, introduced three new setpoints (Pb_1, Pb_2, Tp) for automatic compressor operation.
History
Added integration of analog channels, introduced three new setpoints (Pb_1, Pb_2, Tp) for automatic compressor operation. ;
2021-12-24, by Aleksk [Fri, 24 Dec 2021 11:56:10 +0000] rev 13
Added integration of analog channels, introduced three new setpoints (Pb_1, Pb_2, Tp) for automatic compressor operation. ;
The weight is now transmitted in Newtons. For this, two bytes are transferred over the i2c bus instead of one.
2021-10-15, by Aleksk [Fri, 15 Oct 2021 10:15:22 +0000] rev 12
The weight is now transmitted in Newtons. For this, two bytes are transferred over the i2c bus instead of one.
On the i2c bus, Arduino Nano with address 2, transmits the weight value with a resolution of 1 kg.
2021-10-08, by Aleksk [Fri, 08 Oct 2021 11:53:23 +0000] rev 11
On the i2c bus, Arduino Nano with address 2, transmits the weight value with a resolution of 1 kg.
digital pin 11, pin 12 as an input limit switches are now normally closed. Returned timer_4. He now periodically opens the outlet valve to control water leaks. New variables are openTimeV2_H2O and periodV2_H2O.
2021-03-12, by Aleksk [Fri, 12 Mar 2021 11:58:50 +0000] rev 10
digital pin 11, pin 12 as an input limit switches are now normally closed. Returned timer_4. He now periodically opens the outlet valve to control water leaks. New variables are openTimeV2_H2O and periodV2_H2O.
Removed pc.printf command that sends empty string once per second and associated timer_4, since the operator program was changed, a new operator Loc () was introduced into it. Instead of pc.printf ("Reset ALARM \ r \ n") now plotter.printf ("Reset AL
2020-11-11, by Aleksk [Wed, 11 Nov 2020 21:16:27 +0000] rev 9
Removed pc.printf command that sends empty string once per second and associated timer_4, since the operator program was changed, a new operator Loc () was introduced into it. Instead of pc.printf ("Reset ALARM \ r \ n") now plotter.printf ("Reset AL
Messages transmitted via pc.printf to PC are supplemented with checksums to increase the reliability of communication.The pc.printf command was introduced, which sends an empty string once per second in case of data loss (corruption) during transfer
2020-09-11, by Aleksk [Fri, 11 Sep 2020 08:00:35 +0000] rev 8
Messages transmitted via pc.printf to PC are supplemented with checksums to increase the reliability of communication.The pc.printf command was introduced, which sends an empty string once per second in case of data loss (corruption) during transfer
The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data.; An additional block has been made in the parser for decoding incoming alarm settings; they are written in EEPROM2.
2020-06-19, by Aleksk [Fri, 19 Jun 2020 10:33:01 +0000] rev 7
The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data.; An additional block has been made in the parser for decoding incoming alarm settings; they are written in EEPROM2.
An additional block has been made in the parser for decoding incoming alarm settings for writing to the EEPROM. Additional digital inputs are activated.
2020-06-11, by Aleksk [Thu, 11 Jun 2020 20:22:11 +0000] rev 6
An additional block has been made in the parser for decoding incoming alarm settings for writing to the EEPROM. Additional digital inputs are activated.
The flag of the Stop button is accepted - closing of 4 valves,; and the flag of the compressor buttons is a command for discrete output PB_10. The num_chan setting is switching the channel number for the feedback of the controller, written in EEPROM
2020-06-04, by Aleksk [Thu, 04 Jun 2020 22:55:40 +0000] rev 5
The flag of the Stop button is accepted - closing of 4 valves,; and the flag of the compressor buttons is a command for discrete output PB_10. The num_chan setting is switching the channel number for the feedback of the controller, written in EEPROM
When receiving a command line with a zero sum (empty lines), the flag_zerostart flag is set, and the current settings and values are transferred to the series. These zero settings are not entered into the controller and are not written to the EEPROM.
2020-05-27, by Aleksk [Wed, 27 May 2020 16:01:15 +0000] rev 4
When receiving a command line with a zero sum (empty lines), the flag_zerostart flag is set, and the current settings and values are transferred to the series. These zero settings are not entered into the controller and are not written to the EEPROM.