IDEC Microsmart FC4A

sthays

Member
Join Date
Feb 2008
Location
Land of Entrapment
Posts
22
Hey All -

Hope you can help with a quick question:

I am trying to set up an analog input on an IDEC Microsmart PLC.

It is Analog Module 4, Channel 1.

I have an absolute pressure transducer that has an output of 0 to 10V and needs to have a data range of -4095 to +4095.

So I think I should have the following lines set up:
MOV (W) 0 D827
MOV (W) 0 D828
MOV (W) 1 D829
MOV (W) -4095 D830
MOV (W) 4095 D831

That should set it all up properly, but when I try to put -4095 in the MOV command for word D830, it gives me a "Constant out of range" error.

Does a word (W) need to be a positive number? All my other bits are set up with words. Does this need to be an integer?

Any help is much appreciated. Thanks

Steve
 
Steve

I have used lots of Micro smarts but have never had to configure an analog card.
Call the 800 number...you will find them very helpful.
Good luck
 
Ok Steve,

The first thing that jumps out at me is that I don't think you load (mov) a value INTO D827. That is a value that is written there by the analog card for the programmer to USE.

If I remember correctly, I used the "integer" designation for the minimum/maximum values. Negative numbers can only be viewed as negative numbers in "integer" mode as I recall.

Hope that helps, if you're still stuck let me know.....I'll load up my last big project and see if I can be more specific. It has analog input and output but it's been several months and my memory isn't what it used to be.............

: )

Stationmaster
 

Similar Topics

Greetings to All I have IDEC microsmart FC4A - c24r2 PLC... I need to format the old program in that... it was password protected. How do I...
Replies
2
Views
1,586
I am currently using Direct logic PLCs and C-More touch panels and was approached by an IDEC rep. Does anyone have any experience with both of...
Replies
0
Views
1,746
Could anyone share the pinout of cable connect between PC and PLC IDEC Microsmart Pentra FC4A-KC4CA Serial programming cable for FC4A and FC5A...
Replies
5
Views
5,438
I saw a blurb somewhere one time that Idec MicroSmart series PLRs were rebranded Twido's (or the opposite). I have never used the Idec series, but...
Replies
1
Views
2,607
I'm trying to program an IDEC Microsmart series PLC. The WindLDR program does not have a built in retentive timer. I am trying to create a cook...
Replies
5
Views
2,735
Back
Top Bottom