Order of Heads in Fixure
-
- Posts: 103
- Joined: Tue Apr 14, 2015 6:54 am
- Real Name:
Currently i play with LED-Bars who have 18 heads. If i create a RGB-matrix, the heads are in wrong order (1,10,11,....2,3). This order is also shown in the fixure-editor. Is it possible to sort the channels in right order?
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Hi,
you can sort them manually in fixture editor. Enlarge the matrix so you have some free space, and then play the 15 game
Obviously the default order should be fixed.
you can sort them manually in fixture editor. Enlarge the matrix so you have some free space, and then play the 15 game
Obviously the default order should be fixed.
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Can you post qxw file with any custom features (or step by step process how to recreate the problem). I can't reproduce the problem.
-
- Posts: 103
- Joined: Tue Apr 14, 2015 6:54 am
- Real Name:
strange things happens... now it works correct..
-
- Posts: 5
- Joined: Wed Jul 20, 2016 5:35 am
- Real Name: Michael Clements
Hi Chris and Jano,
I was going to raise this problem myself.
When an 18 head fixture (Stairville Showbar Tri 18 x 3W RGB in my case, fixture definition as bundled with qlcplus) is selected and a new group created, the heads of this first fixture are added in the correct order. The head order is also correct when several fixtures are selected simultaneously for setting up a new group.
However, when further heads are added using either of the orange arrows, the heads are added in the 1, 10, 11 …... 8, 9 order.
My work around was to add the heads in three blocks: 1, 2 – 9 and 10 -18.
Tested using qlcplus 4.10.4 on Ubuntu 14.04 LTS
I was going to raise this problem myself.
When an 18 head fixture (Stairville Showbar Tri 18 x 3W RGB in my case, fixture definition as bundled with qlcplus) is selected and a new group created, the heads of this first fixture are added in the correct order. The head order is also correct when several fixtures are selected simultaneously for setting up a new group.
However, when further heads are added using either of the orange arrows, the heads are added in the 1, 10, 11 …... 8, 9 order.
My work around was to add the heads in three blocks: 1, 2 – 9 and 10 -18.
Tested using qlcplus 4.10.4 on Ubuntu 14.04 LTS
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Confirmed. Adding fixture to group using context menu is OK. Adding using orange arrows (both) is wrong.
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Problem is that FixtureTreeWidget sorts head alphabetically and neither of FixtureSelection/FixtureGroupEditor sorts them back to ID order.
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
"Kind of fixed" in git - I've changed the head number to include leading zeroes, so now the heads are in proper order. Seems to work.