WattUp

Comparing Motoman I/O types

2 posts in this topic

Specific Output/Input

External Out/In

General Out/In

Can someone give me a quick difference between these I/O types? I am trying to correct our interference cube setup and I thought there was a hard wired IN-Cube signal and Prohibit signal, but it seems our system is using PLC I/O between the robots. 

Share this post


Link to post
Share on other sites

specific is io relating to system bits that are ether set by or to the controllers internal system (IE. Servo on, estop, alarm, start, pause...)

general io is user defined io, these are used freely as required and are accessed directly by the robot program in most common cases.(in0,in1,out1,out2...)

 

external io is a special number given to all io regardless if its specific or general, think of these as hardwired numbering of all Digital io. this is necessary as for example I can change the input servo on to another input. this is more advanced and only done when more familiar with these systems.

 

hope this helps a little.

Share this post


Link to post
Share on other sites

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