Unity Pro, TP in ST

Nablar

Member
Join Date
May 2016
Location
Oslo
Posts
8
Hello everyone,

I am using a Modicon M340 PLC, with Unity Pro.

If I use a “TP: Pulse” function in ST.

Do I have to assign the ET pin to a unique variable?
If not, how do I write the code?

Normaly it’s like this:
Code:
TP_1 (IN := (*BOOL*),
      PT := (*TIME*),
      Q => (*BOOL*),
      ET => (*TIME*));
 
nope.

no you do not.
Code:
TP_1 (IN := (*bool*),
      PT := t#2s (*example*)
you don't need the output either. just address it as TP_1.q
 

Similar Topics

Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
171
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
400
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
705
Hello i want to implement a Read_var / Write_var functions to communicate with a modbus tcp device at the moment i use the unity simulator at the...
Replies
4
Views
1,917
Hi, I've exported a PL7 application to the .FEF file succesfully. Imported the .FEF file in my Unity Pro project, but two of the five sections in...
Replies
0
Views
770
Back
Top Bottom