Jump to content

Recommended Posts

Hey! 

Sorry for my bad english i'm french ;)

I need to do a projet where I need to use a output on my unitronics V350 TRA22.

So I use visilogic. 

I need to send information to a variator for move forway and move forback when I press a bouton on the tactil screen, and I really don't know how I can do this.

For conclude I need to use output for send a power in volt, it's possible ?

Thank for your help ;)

Link to comment
Share on other sites

Hey! 

Sorry for my bad english i'm french ;)

I need to do a projet where I need to use a output on my unitronics V350 TRA22.

So I use visilogic. 

I need to send information to a variator for move forway and move forback when I press a bouton on the tactil screen, and I really don't know how I can do this.

For conclude I need to use output for send a power in volt, it's possible ?

Thank for your help ;)

Hi Sefapie,

You can energize an output using a relay and make the contacts(NO,NC) wet with the particular voltage and send the same to the field.

Is this what you are looking for me or some thing else.

 

Cheers

Vj

Link to comment
Share on other sites

  • MVP 2023

Unitronics has a number of example projects in the Help menu of VisiLogic. There are also a number of training videos available online. Check those out and see if it helps. You can also search the internet on Ladder Logic to get a basic understanding of how all this works.

Link to comment
Share on other sites

hi canvj

 

Thank for your answer 

But I have a other question, its' about the ladder, what we need to use, (a coil, a direct contact ? ) for do this ? 

And for the output, who I can choose and configure the outpout  that I need ? 

Thank ;)

 

A coil and a direct contact are programmatically the same and function the same inside the PLC.  The difference is a direct contact has an effect on the physical world, where as a coil is logic internal to the PLC only. To make a coil performance physical changes, you need to link it to a direct contact.

 

There are advantages to using coils and energizing contacts with them, and there are also advantages to driving the contact directly.

Link to comment
Share on other sites

In theory you need two lines of ladder logic to do what you want:

 

 

[  MB] --- (O4)

 

[/ MB] --- (O5)

 

 

When MB is 1, IE, your button is pressed, O4 energizes and O5 de-energizes

When MB is 0, IE, your button is not pressed, O4 de-energizes, and O5 energizes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...