diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-07 12:42:14 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-07 12:42:14 +0300 |
| commit | e72e9dd78e3cb3bb97d3a846d0fe8db4f5a42c4d (patch) | |
| tree | a1153f5b016853fdd12b8dd5fbe3aa113b39eef2 /Software/Visual_Studio/Tango.Video/Properties | |
| parent | ce34a07e9ae75c9172425322248dc2fd1754852e (diff) | |
| download | Tango-e72e9dd78e3cb3bb97d3a846d0fe8db4f5a42c4d.tar.gz Tango-e72e9dd78e3cb3bb97d3a846d0fe8db4f5a42c4d.zip | |
1. Top priority: When stopping job (stop button), the system cannot run again (notes it is still printing). Disconnectconnect solves
2. Dispenser manual control (tech bord)
a. Add Color and name to the dispenser controller at the tech-bord
b. Homing dosnt work on the tech-bord controller
c. When moving the courser from the icon while still pushing and then removing the finger, the motor still running
d. Limit sw are not activated in manual dispenser jogging
3. Read dispenser pressure manually separately for each dispenser
4. High priority: Dispenser pressure is presented in PSI (that’s what written..) ?? I am not sure that the formula is correct even for PSI..
5. TI is calculated in the job by factor and not by min uptake (factor for TI is meaningless)
6. Top priority: TI dispensing amounts are constant: Changing TI amounts by factor did not change the total amount of dispensing (tested by flow sensor)
7. I would like to monitor (tech bord) the RPM or pulse rate of all possible motors (priority: thread system, dispensers, others)
8. I would like to monitor (tech bord) the status of the 3Wvalves of the dispensers (open / close)
9. Top priority: Cannot read head temperatures
Diffstat (limited to 'Software/Visual_Studio/Tango.Video/Properties')
| -rw-r--r-- | Software/Visual_Studio/Tango.Video/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Video/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.Video/Properties/AssemblyInfo.cs index f8805ac55..423389e5c 100644 --- a/Software/Visual_Studio/Tango.Video/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Tango.Video/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tango - Video Components")] -[assembly: AssemblyVersion("2.0.15.1034")] +[assembly: AssemblyVersion("2.0.16.1537")] [assembly: ComVisible(false)]
\ No newline at end of file |
