02-16-2024 03:33 AM
Hallo,
I am working with a Mitsubishi robot. I am new to this robot. I like to learn programming with mitsubishi.
I have completed the labview cores (1,2 & 3) and went through the actor frameworks
Could you tell me some starting point ideas to an advanced one to learn programming?
02-29-2024 01:38 PM
You need to know how the Robot can be programmed: like what interface, protocol, etc.
Knwoing the protocol you can find the associated functions in labview (for example VISA for Serial/ETHERNET)
then you will need to implements functions to write/read messages from /to the robot.