Jump to content

Recommended Posts

Posted

Hi All,

I am new to programming with VisiLogic and Unistream. 

Here is my little adventure.

I have created a program for control of 3 pumps via timers. The idea is to connect a Samba PLC( Slave) to US 5 (Master)  and the change of the timer's pre-set value of the Master to be read by the Slave . The communication works but when I set the pre-set value of the Master to 5s  the Slave reads it as 50. Does anyone have an idea of where the problem could possibly be .

  • MVP 2023
Posted

It might just be the way numbers are sent between 2 different types of controllers, in that 5 seconds is automatically resolved into tenths of a second.  Can't simple maths fix it?  Or allow that seconds coming are 10 x what you based your initial project on and you simply need to change your project a little.

cheers, Aus 

  • MVP 2023
Posted

UniStream timers have .001 s resolution, Vision timers are .01 s.

Can you give an example of the tag and register values you are using.  Even better, upload both programs so we can see them.

Joe T.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.