Page 1 of 1

4D Systems components?

Posted: Mon Nov 06, 2017 2:19 pm
by tech
Bonjour,

Je voudrais savoir si on peut utiliser tous les displays de 4D Systems avec le components 4D Systems dans flowcode v7, ou si nous somme limiter à une séries?

Merci

Chris

Re: 4D Systems components?

Posted: Mon Nov 06, 2017 5:07 pm
by Benj
Salut chris,

Nous soutenons les affichages Goldelox et Picaso directement, bien que les choses aient pu bouger depuis la dernière fois que j'ai regardé.

Nous prenons également en charge l'interface série VISI, ce qui devrait vous permettre d'utiliser l'un des affichages 4D.


Hi Chris,

We support the Goldelox and Picaso displays directly, though things may have moved on since last time I looked.

We also support the serial VISI interface, this should allow you to use any of the 4D displays.

Re: 4D Systems components?

Posted: Mon Nov 06, 2017 5:46 pm
by tech
Bonjour Benj,

Prévoyez-vous faire une mise à jour du component pour soutenir les affichages Diablo16 très bientôt??

Car je prévois développer des projets pour des clients, donc j’aimerais savoir si vous prévoyez une mise à jour à ce niveau?

Merci

Chris

Re: 4D Systems components?

Posted: Tue Nov 07, 2017 11:07 am
by Benj
Salut chris,

Il n'y a pas de plan pour le moment mais c'est quelque chose que nous pourrions potentiellement examiner.

Pour l'instant, en utilisant un composant UART, vous devriez pouvoir communiquer assez facilement avec un écran 4D Diablo.

Aussi, comme je l'ai mentionné, l'interface VISI devrait fonctionner et a un composant disponible.



Hi Chris,

There is no plan at the moment but it's something we could potentially look into.

For now using a UART component you should be able to communicate with a 4D Diablo display fairly easily.

Also as I mentioned the VISI interface should work and has a component available.

Re: 4D Systems components?

Posted: Wed Nov 08, 2017 10:24 am
by Docara
[quote=]
Hi Chris,

There is no plan at the moment but it's something we could potentially look into.

For now using a UART component you should be able to communicate with a 4D Diablo display fairly easily.

Also as I mentioned the VISI interface should work and has a component available.[/quote]

Using the 4D stuff (Diablo) was what I was referring to here because of (free) IDE development software which you guys could tap into and analyse, because of their on-board controllers which Flowcode could program it would make a great addition to Flowcode.

All documentation is already in place for you to look into with and they have a really nice package for using their displays in the real world.

http://www.matrixtsl.com/mmforums/viewt ... 033#p82557
http://www.matrixtsl.com/mmforums/viewt ... 033#p82842

Matt

Re: 4D Systems components?

Posted: Wed Nov 08, 2017 10:25 am
by Docara
Benj wrote:
Hi Chris,

There is no plan at the moment but it's something we could potentially look into.

For now using a UART component you should be able to communicate with a 4D Diablo display fairly easily.

Also as I mentioned the VISI interface should work and has a component available.
Using the 4D stuff (Diablo) was what I was referring to here because of the (free) IDE development software which you guys could tap into and analyse, because of their on-board controllers which Flowcode could program natively./ It would make a great addition to Flowcode and a money earner for both companies.

All documentation and compiler is already in place for you to look into with and they have a really nice package for using their displays in the real world.

http://www.matrixtsl.com/mmforums/viewt ... 033#p82557
http://www.matrixtsl.com/mmforums/viewt ... 033#p82842

Matt

Re: 4D Systems components?

Posted: Thu Nov 09, 2017 2:46 pm
by tech
Bonjour Matt,

Merci pour les informations, je fais me procurer un 4D Diablo display et effectuer des tests!

Merci :D

Chris

Re: 4D Systems components?

Posted: Thu Nov 09, 2017 7:17 pm
by Docara
Hi Chris

John Crow did a good article on VISI

http://www.matrixtsl.com/mmforums/viewt ... isi#p62187

Matt

Re: 4D Systems components?

Posted: Fri Nov 10, 2017 4:18 pm
by tech
Bonjour Matt,

Merci pour les informations!

Chris

Re: 4D Systems components?

Posted: Tue Nov 14, 2017 4:14 pm
by tech
Bonjour,

Voici j'ai le nouveau software WorkShop4 Pro et dans le mode Visi Genie il y a des nouveaux Widgets comme Smart Gauge, Smart Knob et Smart Slider.

Dans Flowcode v7 dans le component 4D VISI il ne semble pas y avoir les Objet ID pour c’est Widgets ??

Est-il possible d'avoir une mise à jour de ce component 4D VISI rapidement?? :?

Merci

Chris

Re: 4D Systems components?

Posted: Tue Nov 14, 2017 6:27 pm
by Benj
Salut chris,

Les types d'objets que vous avez signalés devraient être disponibles maintenant.

Copiez simplement le fichier joint dans votre répertoire "Flowcode 7 / Components" et redémarrez Flowcode.
Visi4D.fcpx
(55.68 KiB) Downloaded 315 times


Hi Chris,

The object types you reported should be available now.

Simply copy the attached file into your "Flowcode 7/Components" directory and restart Flowcode.
Visi4D.fcpx
(55.68 KiB) Downloaded 315 times

Re: 4D Systems components?

Posted: Tue Nov 14, 2017 6:45 pm
by Docara
Salut chris,

J'ai fait des recherches pour un projet à venir.

Je crois comprendre que vous utilisez les affichages 4D comme un esclave de votre projet de microcontrôleur principal et que vous commandez à l'écran ce qu'il faut faire via RS232 série via VISI dans Flowcode.

La façon dont j'allais procéder a été d'utiliser le 4D Workshop pour configurer les écrans et les boutons etc Puis dire au 4D Diablo quoi afficher et quand. Gardez à l'esprit qu'il est possible d'avoir une communication bidirectionnelle.

Il y a beaucoup d'articles FANTASTIC sur le site de support de 4D, mais comme vous avez acheté la version Pro, je pense que vous aurez besoin d'apprendre le langage de codage de 4D pour tirer le meilleur parti des écrans.

Je pense que ce serait vraiment de bons conseils pour Flowcode à supporter. J'ai demandé à Matrix de prendre en charge nativement ces écrans, car ils sont également une carte microcontrôleur à part entière - qui pourrait être utilisée pour nos projets, tout comme le Discovery, Arduino, mais avec un fantastique écran de démarrage inclus.

Le lien que je vous ai donné précédemment vous donne un bon aperçu de ce qui pourrait être impliqué.

Matt


Hi Chris,

I have been researching this for an upcoming project of mine.

It is my understanding that you use the 4D displays as a 'slave' to your main microcontroller project and you command the display what to do via serial RS232 via VISI in Flowcode.

The way I was going to proceed was use the 4D Workshop to setup the screens and buttons etc THEN tell the 4D Diablo what to display and when. Bear in mind it is possible to have 2 way communication.

There are a lot of FANTASTIC articles on the 4D support website, but as you have purchased the Pro version I think you will need to learn 4D's coding language to get the best out of the displays.

I think these would be REALLY good boards for Flowcode to support. I have requested Matrix to consider supporting these displays natively as they are also a microcontroller board in their own right - which could be used for our projects just like the Discovery, Arduino but have a fantastic youch screen included.

The link I gave you previously gives you a good overview of what might be involved.

Matt

Re: 4D Systems components?

Posted: Tue Nov 14, 2017 8:04 pm
by tech
Bonjour Matt,

Wow super!,

Comment vous faite pour apporter des modifications dans les components?

Merci pour votre aide, c'est grandement aprecier!

Chris

Re: 4D Systems components?

Posted: Tue Nov 14, 2017 8:12 pm
by tech
Matt,

Oui effectivement, j’utilise les affichages 4D comme comme esclave avec mon microcontrôleur pour contrôler l'écran via RS232 série via VISI dans Flowcode.

Oui! vous avez raison, qu'il est possible d'avoir une communication bidirectionnelle.

Oui, j'ai la version Pro, je vais devoir apprendre le langage de codage de 4D pour tirer le meilleur parti de ces écrans. Mais pour l’instant je dois développer un projet très rapidement, je n’ai donc pas le temps d’apprendre le codage de 4.

Je suis d’accord avec vous, que Flowcode devrais supporter ces écrans.

Merci

Chris