Omron fuctions

sapoleon

Member
Join Date
Aug 2003
Location
salta, salta
Posts
315
Hi,
I'm starting to make a project with Omron, and I want to implement some functions. I allready made some, but now I need to make a function where I need to manipulate and write to the same data that is going into the funtion.
When I try to write to the Input data, I get an error (understandable).

So, the question is how can I do this in Omron? In Siemens it is possible to define IN_OUT variables. Is there something like this in Omron too?

Thanks
 
ONLY CX-PROGRAMMER VERSION 7.0 or Higher will support Input-Output Variables in Function Blocks.

Previous version (Ver. 6.1)
Input-output variables were not supported in function blocks. (Only input variables, internal variables, and output variables could be used.)
Input variables could not be specified as arrays.
Values are passed from input parameters to input variables.

New version (Ver. 7.0)
Input-output variables can be used in function blocks.
Input-output variables can be specified as arrays.
Addresses (not values) are passed from input parameters to input variables.
Consequently, array input-output variables can be used in the function blocks and large amounts of data can be passed easily
to the function blocks through input parameters.
 

Similar Topics

Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
5
Views
180
I have an old plc in the system I have, moxa nport was used to communicate with scada, I want to replace the plc with cj2m cpu33 and eliminate...
Replies
1
Views
72
Hi all, i have 8 CJ2m plc units that show different numbers on the plc display and i am stuck on reading the info. my unit has an ip address of...
Replies
3
Views
112
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
268
Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
4
Views
158
Back
Top Bottom