Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hamidraza

Pages: [1]
1
Technical support / instantaneous value of timer
« on: November 15, 2011, 09:01:47 PM »
how can i get the present/accumulated value of a timer.
i mean if i set a value of 10 sec. for a timer now i want to make a relay high when timer completed 7 sec. how can i get the instantaneous value of the timer.

2
Technical support / timer present value
« on: November 14, 2011, 08:19:21 PM »
how can i access the timer accumulated/present value.
like if i set a timer for 10 sec. and i want to check whether now 5 sec. has been completed or not.

3
Technical support / timer in cust.func.
« on: November 14, 2011, 01:12:56 AM »
1)- how can in check a timer in cust. func. whether it is completed or not.(like testbit command)
2)-can i use the same timer in cust. func that was earlier used in ladder logic.

4
Technical support / how to measure pulse width
« on: October 31, 2011, 02:26:17 AM »
how to measure the pulse width of the incoming pulse at input 1 of F1616BA.
please write the sample code showing how to enable Pulse Monitor, to save the width and to OFF the channel.

5
Technical support / Pulse monitor
« on: October 27, 2011, 12:19:14 AM »
can pulse monitor measure the width of 500msec. pulse at its high speed inputs( i am not asking about a waveform of certain frequency)

6
Technical support / erase HMI message
« on: October 16, 2011, 09:01:28 PM »
How to erase HMI message once written.

7
Technical support / HMI sticky note
« on: October 13, 2011, 12:51:20 AM »
Dear sir
I am using sample code for scaning HMI key pad with 40/40 extension card placed at
c:\trilogi\TL6\usr\samples\HMI\HMI57to72.pc6
i am trying to modify display string customise function as
a= val(z$)
if(a<=24)
setLCD 2,1,"command no. "+str$(a)+"  "
endif
if(a>24)
set LCD 3,1,"Wrong Command"
endif
z$=" "
the problem is even if condition no.2(a>24) gets false the LCD shows the same message
the note sticks on LCD
what should i do to get rid of this problem

8
Technical support / HMI
« on: October 12, 2011, 03:40:14 AM »
How to handle with HMI I/O's while using F1616BA with 40/40 Extension cards ; as the inputs for HMI starts from 57-66 while the sample code starts from input  0.

Pages: [1]