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

Pages: [1]
1
Technical support / Pause and run error lts on
« on: July 24, 2012, 04:04:33 PM »
Pause and run error lts on and i can not communicate with the rs232 port. I have tried dip switch 4 still no luck. Any thing else i can try. I am using a FMD88-10 PLC in this case.

PS Also has no lcd screen display
Troy

2
Technical support / Re:Memory after power down
« on: July 12, 2012, 12:17:42 PM »
Not sure on the simulator but the programe info with load and save eep works perfect thanks.

Troy

3
Technical support / Re:Memory after power down
« on: June 20, 2012, 12:16:44 AM »
As all this is new to me i can not get the load_eep and save_eep to work.

A to z keeps reseting to 0.

What am i doing wrong.

Also the DM[1] = load_EEP(10) can you help me with what location the 10 stands for. I am confused "sorry"

  c=c+32768
DM[301]=GetHIGH16(C)
DM[302]=(c)
h=c/3600
DM[303]=GetHIGH16(h)
DM[304]=(h)
SETLCD 1,1,"HOURS = "+STR$(h)+"    "
save_EEP Gethigh16(c),310  
save_EEP c,311                    

4
Technical support / Memory after power down
« on: June 16, 2012, 09:56:30 PM »
The below function works perfect on the FMD1616-10 but not on the F1616-BA.

The F1616-BA. Does work ok but does not retain memory. I have changed the DM[ ] to the 300 range but the A ? Z does not hold memory. When it reboots the C resets the DM to 0.
I have tried different combinations but no luck. Could you please send me an example of how this is done.

c=c+1
DM[1]=GetHIGH16(C) :)
DM[2]=c
h=c/3600
DM[3]=GetHIGH16(C/3600)
DM[4]=(C/3600)

Thanks Troy


 

Pages: [1]