Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Ventuz with DMX4ALL

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Ventuz with DMX4ALL

Post by Daniel Willer » 03 Feb 2012, 12:46

Since there is no support for DMX cards in Ventuz 3 I've played around with the StageProfi 1.1 from DMX4All and thanks to Tobi S. came to success by just sending the right ASCII commands over TCP.
A small sample project is attached.

Stay tuned!
Attachments
DMX4ALL.vpt
(61.83 KiB) Downloaded 444 times

User avatar
Andre Bellmann
Posts: 16
Joined: 18 Jan 2012, 10:26

Re: Ventuz with DMX4ALL

Post by Andre Bellmann » 03 Feb 2012, 12:54

AAAAAAND :

I am happy to inform you that everyone who mentions that he is a Ventuz user receives a 15% Discount on DMX4ALL products !

Cheeeers

André

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Ventuz with DMX4ALL

Post by chriss0212 » 04 Feb 2012, 18:57

hi daniel

thx for the scene.....will check it next time in the office :-)

but i thinkt you can replace the expresion (int1 < 10 ? "00"+Convert.ToString(int1) : int1 < 100 ? 0+Convert.ToString(int1) :Convert.ToString(int1)) by changing the input {2} of the to text node to {2:000} :-)

greetz

chris

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Ventuz with DMX4ALL

Post by Daniel Willer » 08 Feb 2012, 10:11

Oh, yes your right. Damn .Net string formatting I always forget about it.

TobiTobsen
Posts: 93
Joined: 18 Jan 2012, 20:02

Re: Ventuz with DMX4ALL

Post by TobiTobsen » 11 Feb 2012, 11:08

You are welcome, but it was Chriss K. Device and idea :-). I usually take what I need from his office ;-).
Great, thanks for the discount Andre, good salesman :-).

But still I think that it can be annoying that ventuz really starts making problems as soon as the tcp client is not reachable... I think there is some headroom for improving this node...?

Cheers,
Tobi
http://www.radar-touch.com
http://www.prime-touch.com

Want to filter or transform TUIO data? http://code.google.com/p/tuiotoolbox/
Looking for a tool generating Testpattern for Softedge projections??? I can help: http://code.google.com/p/projection-calc/

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Ventuz with DMX4ALL

Post by chriss0212 » 11 Feb 2012, 12:29

hi tobi

i allready posted the "bug" in the bug thread because its not only a dmx issue :-)

greetz

chriss

TobiTobsen
Posts: 93
Joined: 18 Jan 2012, 20:02

Re: Ventuz with DMX4ALL

Post by TobiTobsen » 11 Feb 2012, 14:48

Hey Chriss,
yes I know, I just wanted to adress it here again... :-).

Cheers,
Tobi
http://www.radar-touch.com
http://www.prime-touch.com

Want to filter or transform TUIO data? http://code.google.com/p/tuiotoolbox/
Looking for a tool generating Testpattern for Softedge projections??? I can help: http://code.google.com/p/projection-calc/

TobiTobsen
Posts: 93
Joined: 18 Jan 2012, 20:02

Re: Ventuz with DMX4ALL

Post by TobiTobsen » 25 May 2012, 15:15

It works also quite well with the USB to DMX Node (its cheaper and you avoid using the TCP/IP node). The driver emulates a virtual com port using the ftdi drivers.
You can send the same commands via Serial Port to the Virtual Com Port, just like with the LAN to DMX converter.

But I am wondering, the Serial Node is throwing a lot of exceptions saying "Error receiving Data: The Operation has timed out"...
so how can I teach the node not trying to receive sth?

Cheers,
Tobi
Attachments
DMX4All_Serial.vza
(14.47 KiB) Downloaded 403 times
http://www.radar-touch.com
http://www.prime-touch.com

Want to filter or transform TUIO data? http://code.google.com/p/tuiotoolbox/
Looking for a tool generating Testpattern for Softedge projections??? I can help: http://code.google.com/p/projection-calc/

TobiTobsen
Posts: 93
Joined: 18 Jan 2012, 20:02

Re: Ventuz with DMX4ALL

Post by TobiTobsen » 27 Jul 2012, 13:06

Hi,
while working more with the Serial out, I have the problem that each time I am sending a message, the node generates a few error Messages saying that he failed to read input from the ser port.
In fact I do not need any feedback from the port so its quite annoying and I think it really slows down the system.
Any ideas?

Cheers,
Tobi
http://www.radar-touch.com
http://www.prime-touch.com

Want to filter or transform TUIO data? http://code.google.com/p/tuiotoolbox/
Looking for a tool generating Testpattern for Softedge projections??? I can help: http://code.google.com/p/projection-calc/

Post Reply