Skip to content

kmu2030/QueueExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queue example in Sysmac Studio by ST

This is an example of using a queue with built-in instructions and a queue with a doubly linked list in OMRON's Sysmac Studio. There are three examples of using queues: two using built-in commands and one using a doubly linked list. These show how to use queues, but also how POUs, and especially Functions, are an abstraction mechanism in ST systems where interfaces are not supported. For details, please check "Sysmac Studioでの組み込み命令によるキューと双方向リストによるキュー".

Usage environment

The following environment is required to use this project

Sysmac Studio I always recommend the latest version.

Built environment

This project was built in the following environment.

Sysmac Studio Ver.1.62

Usage steps

The Sysmac project can be run as is since the library is bundled. The libraries used are in lib/.

1. Build

Build the project.

2. Run in simulator

Run in simulator to check the behavior. The values ​​obtained as queues are the same for both programs.

About

Queue example in Sysmac Studio.

Topics

Resources

License

Stars

Watchers

Forks