Jump to content

Recommended Posts

Posted (edited)
i'm using 2xFX2AD for my application. I'm using load cell for the analog measurement. here is the step how i write in my PLC: m8000 --ll------------[rd3a k0 k21 d70] ---> this one is my first channel of my first analog block m8000 --ll-------------[rd3a k0 k22 d72] ----> this one is my second channel of my first analog block m8000 --ll-------------[rd3a k1 k21 d80] -----> this one is my first channel of my second analog block m8000 --ll-------------[rd3a k1 k22 d82] -----> this one is my second channel of my second analog block here is my question: 1. what i write into the PLC correct or not to locate each analog block and each channel? 2. if correct, then why i can read the analog value at analog block but cant read at PLC? thank. Edited by Davids
Posted
I think you have to initialize the fx2n-2ad card in your program first. Have you read the user guida that came with the module? I have attached the user guide for the fx2n-2ad module. swimmy67 FX2N_2AD_Users_Guide.pdf
Posted
i had read the user guide. is that the buffer memory problem? by the way, i would like ask some question about the load cell: without load, that mean my digital value will be 0, right? but my analog value are at around 39mV. is that normal? #swimmy67: what do you mean by initialize the fx2n-2AD? can give some guide on that? thank alot.
Posted
You can also use the FROM instruction to get information from the FX2N-2AD module. Attached is the FROM and TO instructions taken from the Mitsubishi FX Programming Manual II. Please share your comments and code with the Forum. swimmy67 From_and_To_instruction.pdf

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...