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.


Topics - Philippe Parmentier

Pages: [1]
1
Technical support / Rising Edge Coil
« on: April 12, 2014, 08:01:26 AM »
Greettings all,

I getting lost with rising edge coil. As far as i've understood, when the coil is going from off to on, it execute the condition only one even if the conditions continue to be on.

In my example, is relay1 rise for off to on, it should execute once the Latch of itself.

and so the relay 1 should stay on due to the latch.

And that behaviour can be seen on the out2 and that's working fine...

but when applying that on the same relay it doesn't work and seems to work like a regular relay but not latch relay.

Can someone explain me why?

2
Technical support / INTRDEF 100, n
« on: April 09, 2014, 01:03:27 PM »
Greetings,

Have you some samples of code for trapping runtime errors,

Especially how do you get the displayed error messages on line 1 and 2 of the LCD display

What type of recover we ca do, exept doing a reset and error logging?

Regards

3
Technical support / INTRDEF 18
« on: March 27, 2014, 03:45:16 AM »
Greetings

After setting a command like INTRDEF 18, 10, 1000

1) Is it possible to reapply INTRDEF 18 command with another duration in ms?
2) What is the way to stop using that interrupt. I've tried INTRDEF 18, 0, 0 but it's not working.

Regards

4
Technical support / SETPWM behaviour between 2 FMD88-10
« on: March 26, 2014, 10:16:35 AM »
Greetings,

I've created a small ladder rung that run a Dcust function to set the followings commands:

SETPWM 1,500, 1
SETPWM 2,500, 2

On a FMD88-10 r81, it's working well generating a 2Hz pulse.

On a FMD88-10 t78, it' setting the DO7 and DO8 permanent.

Can you explain me that behaviour difference.

regards

5
Technical support / Status(5) function
« on: March 22, 2014, 09:39:08 AM »
I'm trying to display the current firmware version of the FMD88-10 PLC with this function
Status(5) but everytime it's returning 0.

I've tried on a 78B and 81 firmware version of PLC and both are returning 0

Am I doing something wrong?

Regards

6
Technical support / Status(3) function
« on: March 22, 2014, 09:37:09 AM »
I'm trying to use the status(3) function to get the status of the following command

PRINT #4 "<TCPCONNECT 10.10.20.100:514>"

even after a delay the status(3) is still returning 0
but after id i do some PRINT #4
the text of the print is well sended via TCPIP.

Do i missunderstand how the status(3) is working?

7
Technical support / TCP session for Syslog
« on: March 18, 2014, 04:18:00 PM »
Hello,

I'm trying to set a syslog function that transfert logs to a syslog server.

The PRINT #4 "<TCPCONNECT xxx.xxx.xxx.xxx:514>" function work well,

but after I have to PRINT #4 the content of the TCP packet and the syslog protocol requied as a first parameter a value setting the emergency level in the format <XXX>.    It's seems that <XXX> is interpreted as a command tag and the packet is not generated and sended over the TCPIP. If i add a leading space, it's working well, but the packet is missformed and so pisinterpreted by the Syslog protocol.

Is there a way that I can send the <XXX> wihout being considered as a command tag?

Regards.

8
Technical support / FMD88-10 Username -Password and Access Level
« on: March 07, 2014, 04:08:10 PM »
Hello Everyone,

I got a question about theses settings in the FServer.

I can only set one username and password with one access level.

If I set a username and password with level 3 Guest acces  that I give to a customer for 'monitoring' the PLC, I should not be able to log as level 1 as administator for troubleshoooting and uploding updates?

The only way to bypass this is to set the Sw 3 then?

Is there also a way to protect from using this sw3? To avoid 'hackers' to try to steal the logic and having access to the local relays, timers, counters and so, even if the code will not be accessible?

9
Technical support / Ladder Scan speed
« on: March 07, 2014, 04:00:36 PM »
Hello Everyone,

I'm getting some '2 years old FMD88-10   FirmWare 78A'  where  it's written Rev 1 on the motherboard
and a 'new FMD88-10 Firmware 81' where it's written Rev 3 on the motherboard

When uploading my software and displaying the ladder logics scan counter per  seconds,

I'm on 700 ladder scan per seconds and on the new harware more than 1350 ladder scan per seconds.

Is this difference  due to hardware or firmware? Is there a way to speed up the olds FMD88-10?

Regards.

Philippe

10
Technical support / EXP1616R extension with FMD88-10
« on: March 07, 2014, 03:54:14 PM »
Good day everyone,

I've set a EXP1616R to an FMD88-10 and I had problems to use input and output #9 to #16
but it's seems to start at #17.
I guess it's due to 16bits aligments.

I was using the SETSYSTEM 16,3 command to scan only the first 8x3 I/O and speedup the ladder loop.

Due to what i've noticed, I set SETSYSTEM 16,4 to scan the first 32 I/O, but on the EXP1616R the last Output (#32) was always closed even if it was not in the Ladder logic.

I've then set to SETSYSTEM 16,5 and it look like working well. Is it a normal behaviour?

Regards


11
Technical support / FMD88-10 with FRAM-RTC256 switch 1
« on: January 16, 2014, 03:29:23 PM »
Good day all,

I've noticed a ladder execution time slower when the Switch-1 is ON (so the memory variables become non-volatiles)

For testing I'm incrementing X at every ladder scan and every seconds, I'm displaying the sum and resetting to 0

Switch-1 OFF : Volatil memory : 975 ladder loops/sec
Switch-1 ON  : Non-Volatil memory : 820 ladder loops/sec

Is it a normal behaviour?

12
Technical support / Ladder logic question
« on: January 16, 2014, 03:13:28 PM »
Good day everyone,

I'm creating some rung to handle emergency hammer buttons. The idea is when the N.C. hammer button is hit, a relay keep the status (latch) and when the hammer button is resetted, a timer start to clear the error status and also a reset error request... the idea is to avoid removing the alarm directly.

The current logic is working fine up to the point when the timer reach 0 (elapsed reset time), the system is waiting a realise relay hit to clean the emergency.

when, under ITrilogi V6.47 I quickly hit the Stop_button_Rel (R71), it's going back in the timer waiting loop...
if I longer hit the Stop_button, then it's correcly clearing the alarm and working as expected.

I cannot explain why a short hit is not clearing the alarm and where it's happening in the ladder. Is it a ladder logic mistake? Where is the fault?

Description of the differents inputs/relay/timers

I1    : INPUT : Emergency_Butt ( N.C. circuit)
R72 : RELAY : Stop_Button_Ok ( Use to be N.C / N.O independant from the INPUT logic)
R70 : RELAY : Stop_Button (Latch that keep that an emergency event happend)
R71 : RELAY : Stop_Button_Rel (Request for cleaning the alarm (If the Stop_button_Ok is not ok, the R71 is opened)
R73 : RELAY : Stop_Button_Tim (Closed when the T2 timer is running)
T32 : TIMER : StopButtonDelay (Set to a amount of waiting time and activated when the physical alarm is cleared)




13
Technical support / Firmware versions
« on: January 14, 2014, 08:03:01 AM »
I've received 2 'old' FMD88-10 that have firmware 78A and 78B

I'm currently developping on a third one that have firmware R81

I've read in the forum that it's not an easy task to upgrade it.

By seaching in the manuals, most of the functions i'm using are available and program upload seem to fork fine.
But I wonder if there are some bug fix, behaviours modifications and so between the differents firmware?

Is it possible to know (even in PM) what are the differences between theses firmware to avoid a deep testing again of the software on the others PLC

Regards

Pages: [1]