AbvSpu.dll

SUMMARY

The SoftPLC7AbvSpu.dll replaces the communication modules of the AbvSpu.

CONTENTS

  1. Introduction
  2. SoftPLC7.ini

Introduction

In a hard PLC-S7 the AbvSpu handles the communication between S7 and an operator station where the ALPHA-VISION®VISUalisation is running on.
For the SoftPLC7 the entries in the SoftPLC7.ini file redirect the FCs to the according HLL-Functions

INI-FILES

SoftPLC7.ini

Section [HLL-Functions]

Entry Type Description / Example Default
(FB |FC |SFB |SFC )<num> string
Defines the DLL-Function that replaces the Program-Module with the following syntax: <dll, function>
Example
FC13=MyDll, MyFunction
				

The entries must exactly look like below:
[HLL-Function]
SFC24=SoftPlc7_SYF, TEST_DB
FC191= SoftPlc7_AbvSpu, S7RecvFromOS
FC193= SoftPlc7_AbvSpu, S7Dummy
FC131= SoftPlc7_AbvSpu, S7SendToOS
			        

Section [Aci]

Entry Type Description / Example Default
DoFile string
The Data Object File to connect to the Application Communication Interface
DebugOutput boolean
1: Enable debug output messages to a window.
0: Disable debug output messages.
0