Good day, I have noticed then "Voltage/Protocol" option is missing from element information tab, was it removed intentionally?
I believe last I have seen it in v0.7.
1 2021-05-05 19:11:24
Topic: Voltage/Protocol missing in element information (4 replies, posted in EN : Help, suggestions, discussions, ...)
2 2021-03-11 07:52:41
Re: Element text orientation after rotation (3 replies, posted in EN : Help, suggestions, discussions, ...)
This is no longer working in 0.9 QET, and selecting text with dynamic text removes dynamic text bindings, back to default "_".
QElectroTech V 0.90-DEV+0424eb9fbc957a06d79751d3
Compilation : GCC 9.3.0
Built with Qt 5.15.2 - Date : Mar 2 2021 : 13:15:32
Run with Qt 5.15.2 using 8 thread(s)
CPU : NAME INTEL(R) CORE(TM) I7-7820HQ CPU @ 2.90GHZ
RAM Total : 16263 MB
RAM Available : 5579 MB
GPU : VideoProcessor Intel(R) HD Graphics Family
GPU RAM : RAM Total : AdapterRAM 1073741824 B
OS : winnt - x86_64 - Version : Windows 10 Version 1909 - Kernel : 10.0.18363
*** Qt screens ***
( 1 : 2560 x 1440 )
3 2021-03-07 21:52:58
Re: nomenclature: possible to specify elements by name? (11 replies, posted in EN : Help, suggestions, discussions, ...)
Yes it is dynamic, be careful as table grows it can mess up you folio numbering, it will insert needed folios sometimes, so keep some extra folios for table, or create tables after all schemes are drawn.
I use Internal number for now to filter on elements, as some elements is hard to filter on name or display data.
Internal number format is tree like definer for elements, SENSOR:IND, etc, so it is easy to filter all sensors, or all inductive sensors without worrying on display names, ad labels.
4 2021-03-07 21:23:42
Re: nomenclature: possible to specify elements by name? (11 replies, posted in EN : Help, suggestions, discussions, ...)
Good i could help, it is possible to find out fields then adding them with "+" sign to desired fields to show.
plant - Plant
location - Location
comment - Annotation
function - Function
auxiliary1, auxiliary2 - Auxiliary
description - Textual description
designation - Article number
manufacturer - Manufacturer
manufacturer_reference - Order number
machine_manufacturer_reference - Internal number
supplier - Supplier
quantity - Quantity
unity - Unity
position - Position, coordinates in folio RowCollumn
title - Title of folio where element is
folio - Folio number where element is, display, 4/15 or smth
diagram_position - actual folio number where it is.
5 2021-03-07 19:03:09
Re: nomenclature: possible to specify elements by name? (11 replies, posted in EN : Help, suggestions, discussions, ...)
Good day, yes you can filter it in many ways, if you know a bit of sql syntax, check out sqlite syntax to be exact,
Bellow is query I use to get all protection devices for motors, label contains QM.
Can test in Content tab, Request button, checkbox, sql
SELECT label, comment, manufacturer, designation, manufacturer_reference FROM element_nomenclature_view WHERE ( element_type = 'Simple' OR element_sub_type = 'protection') AND label LIKE "%QM%" ORDER BY label, comment, manufacturer
6 2021-03-07 16:12:48
Re: Änderung Folien-Nummerierung (4 replies, posted in EN : Help, suggestions, discussions, ...)
There is one indeed. I have just tested it.
Create project, default numbering will be applied to first folio(delete it later).
In "Project properties"/"Autonumbering" Folios choose the one with 01, type in numbering name in left upper corner, dropdown.
Now open first folio and choose you new named autonumbering for folio in "auto numbering selection".
Then selected add new folio, it will be named according to autonumbering format. Delete first auto created folio.
7 2021-03-06 17:01:29
Re: Änderung Folien-Nummerierung (4 replies, posted in EN : Help, suggestions, discussions, ...)
Good day, sorry I don\t speak German.
If you want to change numbering in table of content you can use sql to do a fix.
Conent tab, "request" button, tick "sql"
SELECT title, printf('%02d', folio) AS folio, date, indexrev FROM project_summary_view
For number in Folio, change Folio: field "0%id/%total" prepending 0, will need to do for 9 folios.
8 2021-03-05 22:45:17
Topic: Display conductor section and color from its properties (4 replies, posted in EN : Help, suggestions, discussions, ...)
Good day, I have a question about conductor.
I'm trying to show conductor section and color in diagrams, but haven't found a way to get values from conductor properties, elements with terminals do not have such options to select as dynamic text, is there any usefulness filling properties in conductor?
And elements missing "Voltage/Protocol" property, is this removed intentionally, or by accident?
QElectroTech V 0.90-DEV+0424eb9fbc957a06d79751d3
Compilation : GCC 9.3.0
Built with Qt 5.15.2 - Date : Mar 2 2021 : 13:15:32
Run with Qt 5.15.2 using 8 thread(s)
OS : winnt - x86_64 - Version : Windows 10 Version 1909 - Kernel : 10.0.18363
*** Qt screens ***
( 1 : 2560 x 1440 )
9 2021-03-03 22:17:21
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
If it helps. One end was a splice, other terminal.
10 2021-03-03 21:41:22
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Will do, for now trying to create some custom elements, and cope on best design and functionality.
Still not sure about how some circuits should be drawn/implemented, but i'm getting somewhere while drawing them.
11 2021-03-03 21:11:34
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
I keep it all open, in it's own spot on screen, don't have to move everything each time. This is first time project crashed, will keep project in git repo from now on.
12 2021-03-03 20:54:21
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
I will keep the old file for further inspection. Will check in some spare time.
By the way, file is in onedrive dir. And I usually keep QET open and sleep pc for days before doing reboot.
Maybe sleep and autosave functionality kicked in while going to sleep.
Might be one drive doing its shenanigan's, wouldn't be the first time files reverted to previous version.
13 2021-03-03 20:44:05
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Thank you, saved me quite some hours of work. Might share what caused the problem?
14 2021-03-03 20:28:39
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
I project there was title, 2 table of content pages, and 4'th page circuit, not sure how its possible to create a for loop designing? Maybe wire loop?
15 2021-03-03 18:45:24
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Maybe its pages? I do not have 111 page in project.
16 2021-03-03 18:16:58
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Yes, I have attached it.
I have added some new elements recently with "Internal number" value of "PLC:CPU:1512SP" etc. maybe this is causing the crash.
17 2021-03-03 17:12:18
Topic: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Good day, experiencing some crashes then loading a project, not sure how to collect good debug log, found only one in qet temp dir. Windows event log doesn't show anything useful.
Last page processed in qet before crash is "Table of content". It is probably crashing on next page.
Is it somehow possible to fix error in project file with text editor? Not sure what part causes the crash.
QElectroTech V 0.80c+87c957a06d79751d3
Compilation : GCC 9.3.0
Built with Qt 5.15.2 - Date : Feb 21 2021 : 10:30:58
Run with Qt 5.15.2 using 8 thread(s)
CPU : NAME INTEL(R) CORE(TM) I7-7820HQ CPU @ 2.90GHZ
RAM Total : 16263 MB
RAM Available : 3170 MB
GPU : VideoProcessor Intel(R) HD Graphics Family
GPU RAM : RAM Total : AdapterRAM 1073741824 B
OS : winnt - x86_64 - Version : Windows 10 Version 1909 - Kernel : 10.0.18363
*** Qt screens ***
( 1 : 2560 x 1440 )
18 2021-02-26 08:25:52
Re: Element text orientation after rotation (3 replies, posted in EN : Help, suggestions, discussions, ...)
Thank you, it is a somewhat workaround to place element then drag select all its parts and rotate, still would be nice to have same option in element creation, to change default behavior per element.
19 2021-02-25 20:14:45
Topic: Element text orientation after rotation (3 replies, posted in EN : Help, suggestions, discussions, ...)
Good day, I have updated qelectrotech v0.8 recently and noticed text orientation changes weirdly then rotating elements. Is this new behavior, or this is a bug? Any way to fix it?
In older releases text rotated with element and stayed in same rectangle, boundary.
Edit: I have found property in symbol texts for specific text "Maintain visual rotation", but it applies only for already placed element, so far haven't found similar option in element configuration.