I want to use RIS using RS232 to communicate between PLC and my PC. My robot has to pick some bottle from a conveyor and place them into another conveyor. There are several kinds of bottle ( depends on the volume, ie: 30 ml, 60 ml, and so on)
My plan is to make several projects for several bottle: projects 1 for 30 ml bottle, projects2 for 60 ml bottle, and so on.
I have tried using RS 232, but I can’t found the instruction for select the project. is it possible to select the project by using RS 232?
Yes, I have done exactly this. The values you enter in the commands must be unique between projects. When you send the open command with the open “value”, it will open that project. These settings are not stored within the project files. When I do this I offset my values by say 20. Therefore 1 would open project 1, 21 would open project 2 etc.
Thank you for your reply. But how we can define the command that is not offered by pickmaster? The configuration for RS 232 only for open, close, start, stop, pause, and status.
Now, I know your mean…
SO I make some projects, define the RIS configuration uniquely for each project. ANd for call the project, send the unique code.