Jump to content

New to Unitronics, please help with a couple questions I can't find answers for.


Recommended Posts

Hello All, 


I have a couple questions I have searched google and the forum for but have yet to find answers.

 

1.) All I see for my Unitronics Vision 350 PLC/HMI is an installation document. Is there a programming manual for this PLC anywhere? Or is there another resource on questions like how the PLC scans, how to use the programming IDE, etc?

2.) I am getting a warning 1209: "Changing a bit value and then reading the value in the same net is not recommended." If I do this, will it still work? I come from Allen Bradley. What I am doing is having debounce timers and reading the done bit in order to move to the next step in the sequence. However, I don't want to split this up into two rungs and then I am scanning two rungs for 1 step. 

 

Thanks for the help!

William

Link to comment
Share on other sites

  • MVP 2023

1.  There is no programming manual in document form.  The Visilogic Help is thorough and deep, and includes a bunch of example programs in the installation.   There are videos on the website that may be helpful - https://www.unitronicsplc.com/videos-and-tutorials-unilogic/

2.  Unitronics does not scan like Allen Bradley.  The nets are compiled into an instruction list - if you want to see what actually happens right-click on the network number and select "STL Quck View".  Sometimes the complier doesn't do what you think it will in the order you want, which is why you're getting the warning.  Go ahead and put the contact and it's logic in the next network - it won't affect the scan time.

Joe T.

Link to comment
Share on other sites

Hi Joe, 

Thanks for the response. Its a bummer though that you can search the help unless the word you are searching for is on that exact page opened. I tried to look for STL quick view in the help and couldn't find how to read it / interpret it. If it doesn't scan like AB, what is its order of operation for scanning? I couldn't find that in the help either unfortunately.. which is why I was hoping for a programming manual on how the PLC operates. 

Link to comment
Share on other sites

  • MVP 2023

The Help file does sometimes need hunting around to find things, but they are mostly all there.  It is often a syntax issue like you say......same issue as when doing a googgles search and not getting a hit because wording is just not quite right.  However, I often use the Search facility to narrow things down.  In your case for sequence, doing a search for "scan sequence" brought up 14 references, the most likely one was Program Sequencing: Modules, Subroutines, Labels & Jumps.  So I opened that and voila, there's the page I've seen many times before.  Searching for STL only brings up one reference which is the overview.

As Joe says, these days there is no manual in document form.  But if you're an oldie like me, (and Joe is too, but is forever young at heart) you might possess a pdf of such a thing.  Have a look at my newly added Point 21 here:

https://forum.unitronics.com/topic/6229-ongoing-21-topics-almost-worth-pinning/

Enjoy chatting with Joe, he's a vast treasure trove of knowledge.

cheers, Aus

 

 

  • Thanks 1
Link to comment
Share on other sites

Hi Aus,

Thanks for the response. When you say search facility, do you mind CTRL+F to bring up the find function? When I do this it won't find anything unless the word I am searching for is on the page. Or is there another utility that I am missing? 

Thanks for those links! Tons of stuff there to dig into. Additionally, if you happen to be an oldie with a PDF and care to share, it would be much appreciated!

-William

Link to comment
Share on other sites

  • MVP 2023

The help file has 4 tabs: Contents, Index, Search, and Favorites. Click on the Search tab and type in the search term you're looking for.

If you don't see the tabs, then look along the left side of the help window for a line you can drag to the right. The tree window that shows all the contents of the help file sometimes gets compressed to the left.

  • Thanks 1
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...