Skip to content

hilch/demo-MpCnc-with-mapp-motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made For B&R

demo-MpCnc-with-mapp-motion

B&R Automation Studio demo cnc application with B&R mapp components (MpCNC based on mapp motion)

Screenshot

Usage

This project can be started in a simulation environment ('ArSim') with a vnc viewer connected to 127.0.0.1 (8-Bit colour mode). Just press button '1.', '2.' and '3.' one after another to see Mickey.

CNC programs

'CNC program' object

The 'standard' way to run a cnc program is to insert a special data module named "CNC program" in Automation Studio and to edit it with the built-in editor that also supports minimalistic G-Code highlighting. cncprogram1

File

The second way is to create it outside with a text editor and store it as ANSI file on local flash or a network share. Just point a 'File Device' to the partition or directory ("CPU configuration/File devices")

general data object

Sometimes it might be useful to run the program out of a 'normal' data object. So just use Automation Studio and create a data object with unterminated strings followed by a single LF ('\n') character cncprogram2

STRING variable

Do similar in e.g. a STRING variable and create a general data object from by help of system Library 'DataObj' (DatObjCreate()) cncprogram3

About

demo cnc application with B&R mapp components (MpCNC based on mapp motion)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published