command

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type uint8

EcatCommand represents EtherCAT command types for Read/Write operations.

For ReadWrite operations, the Read operation is performed before the Write operation.

const (
	NOP  Type = 0  // No Operation
	APRD Type = 1  // Auto Increment Read
	APWR Type = 2  // Auto Increment Write
	APRW Type = 3  // Auto Increment Read Write
	FPRD Type = 4  // Configured Address Read
	FPWR Type = 5  // Configured Address Write
	FPRW Type = 6  // Configured Address Read Write
	BRD  Type = 7  // Broadcast Read
	BWR  Type = 8  // Broadcast Write
	BRW  Type = 9  // Broadcast Read Write
	LRD  Type = 10 // Logical Memory Read
	LWR  Type = 11 // Logical Memory Write
	LRW  Type = 12 // Logical Memory Read Write
	ARMW Type = 13 // Auto Increment Read Multiple Write
	FRMW Type = 14 // Configured Read Multiple Write
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL