Help for sps-forum.de

L D[AR2P#0.0]

Lifetime Supporting Member
Join Date
Nov 2006
Location
UK
Posts
6,701
Could any sps-forum.de user please point "Supervisor" to the code below: (originating thread http://sps-forum.de/showthread.php?t=16814)


Code:
FUNCTION FC1 : VOID
TITLE =
VERSION : 0.1

VAR_INPUT
  FB_NUMMER : BLOCK_FB ; 
  DB_NUMMER : BLOCK_DB ; 
END_VAR
VAR_TEMP
  iFB_Nummer : INT ; 
  iDB_Nummer : INT ; 
  dwAR2 : DWORD ; 
END_VAR
BEGIN
NETWORK
TITLE =CALL FB_NUMMER,DB_NUMMER
	  L	 P##FB_NUMMER; 
	  SRD   16; 
	  T	 #iFB_Nummer; 
	  L	 P##DB_NUMMER; 
	  SRD   16; 
	  T	 #iDB_Nummer; 
	  CDB   ; 
	  OPN   DI [#iDB_Nummer]; 
	  TAR2  #dwAR2; 
	  LAR2  P#DBX 0.0; 
	  UC	FB [#iFB_Nummer]; 
	  LAR2  #dwAR2; 
	  CDB   ; 
END_FUNCTION
 
Just to let you know that Jesper beat me to it this morning, but in the meantime Supervisor has found your post and is delighted with it. A large "Thank you" from him.
 
Thanks Jesper/Roy. I tried to register on sps-forum.de but I appear to be on an invalid domain so couldn't proceed further.
 

Similar Topics

I've adjusted the IP of the Panelview Plus as well as the DNS servers; the screen does not show up in the search when I go to the transfer utility...
Replies
3
Views
104
Hi Everyone, I own a GE Versamax controller that I purchased for a class at Long Beach City College a couple of years ago. I lost the use of my...
Replies
9
Views
150
I was wondering if anyone could help i am trying to use a SLC 500 with a 5/05 processor to set up an incremental encoder to a HSCE2 card? The card...
Replies
2
Views
162
Hello, I am working with cimplicity workbench, I have made changes to the current project from this machine I am using in the past. However when...
Replies
0
Views
51
Hello, doing switch from FBD to ST. First task is converting my old work. How do you sum variables? For example, Interlock1, interlocl2 and...
Replies
5
Views
193
Back
Top Bottom