WattUp Posted February 9, 2016 Report Posted February 9, 2016 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. Quote
Bucon Posted March 4, 2016 Report Posted March 4, 2016 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. Quote
Recommended Posts
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.