Modicon M340 enable forces

bisk

Member
Join Date
Jul 2008
Location
toronto
Posts
20
Could someone explain how I would be able to force a value on a Modicon M340 using unity pro? I am attempting to test scada points and would like to force a value of 1 or 0 to generate an output and verify they are seen on the other end. When I try to do this the option to force a value of 1 or 0 is greyed out.

Any assistance would be greatly appreciated.

Thanks
 
Do yo try force bool type variable now?

You can only force ebool type variables, on bool type variables forcing is greyed out.

There is two way to force variables, one is that you select on plc-program variable which you want force, then right click mouse and select force -> 0 or 1 or unforce

Another way is that you make first varible table and then click force button
 
Great, thanks for the response. I am a little new to unity pro, the variable I am trying to force are on bool type variables. Would you be willing to explain how I would create a variable table?

Thanks
 
there is animation tables folder on project tree on Unity program. Select animation table folder -> right click -> new animation table ->give name and click ok.

After that animation table opens and now you can click name field on animation table. After that click grey icon on screen. (three dots). On window which now opens (instance selection), you can select variables which you want add to animation table. Select some variables and click ok.
After that click force or modifation enable buttons and modify values of variables.
 

Similar Topics

Hey all, I am having an issue concerning the Modicon System Responsible for the operation of our Generator System. (Particularly Dresser-Rand...
Replies
5
Views
2,610
Hello, I'm having a hard time understanding how to get a Modicon M340 to pull a Modbus address from an ABB Totalflow via Ethernet. I set up a port...
Replies
5
Views
1,199
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
984
Hi, I'm configuring the M340 controller with ATV320 inverters via Canopen. Everything was fine until today, when after starting the electrical...
Replies
1
Views
1,363
I've got an M340 hitting an Ethernet to Serial converter one read at a time. Each read is enabled through a one-shot r_trig. I've got some extra...
Replies
2
Views
1,634
Back
Top Bottom