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 - kurniss19

Pages: [1]
1
Technical support / Re:FMD1616-10 PLC Power off
« on: October 09, 2012, 08:02:20 PM »
ok how do i store the timer value?

2
Technical support / Re:FMD1616-10 PLC Power off
« on: October 07, 2012, 04:30:36 PM »
How do I run the custom function load_states?

3
Technical support / connecting an analog input to FMD1616-10
« on: September 30, 2012, 07:00:40 PM »
Do I need a DB15 connector to use the analog inputs?

4
Technical support / Timers
« on: September 28, 2012, 07:55:46 PM »
How do I create an eight hour timer as a custom function?

5
Technical support / Re:FMD1616-10 PLC Power off
« on: September 24, 2012, 07:54:03 PM »
This can only be done with the FRAM-RTC memory module?

6
Technical support / Re:FMD1616-10 PLC Power off
« on: September 24, 2012, 06:24:58 PM »
Thank you. I will try it later.

7
Technical support / Re:FMD1616-10 PLC Power off
« on: September 23, 2012, 07:32:27 PM »
Would this work if there was a power failure?

The functions are:

Power_off:
INTRDEF 17, save_states, 1

save_states:

save_EPP Start, 1
save_EPP Stop, 2
save_EPP Start_enable, 3
save_EPP Start, 4

Load_states:

Start = LOAD_EPP(1)
Stop = LOAD_EPP(2)
Light = LOAD_EPP(3)
Start_enable = LOAD_EPP(4)







8
Technical support / Re:FMD1616-10 PLC Power off
« on: September 21, 2012, 04:46:03 PM »
I have seen the example in the manual but I still do not understand. Please give me an example on how to do this with a simple start stop program?

9
Technical support / FMD1616-10 PLC Power off
« on: September 21, 2012, 04:38:04 AM »
Hi, how do I save the current state of all inputs and outputs when I have a power failure with the FMD1616-10 PLC?


Pages: [1]