CJP1967

MrPLC Member
  • Content count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About CJP1967

  • Rank
    Sparky

Profile Information

  • Country United Kingdom
  1. IEC Developer Compiler Question

    That is helpful enough so thanks again :-)
  2. IEC Developer Compiler Question

    That works perfectly. Many Thaks
  3. IEC Developer Compiler Question

    Hi Folks Just a quick one. Is it possible in IEC Developer to have the compiler dialogue just show errors and warnings instead of listing everything that it has done correctly as well? I have a large project that I'm editing and searching through for the errors is driving me mad. Cheers for looking
  4. Mapping Device Bits into a Word

    I skipped from GX Developer to GX works so it was a big mystery to me for a while. If you find anything out it would be useful. Thanks again for your help.
  5. Mapping Device Bits into a Word

    No that doesn't work either. I'd love to be able to import and export that easily. I might start a new thread about it.
  6. Mapping Device Bits into a Word

    Hmm That is a bit odd. I imported your FB into a new project but when I right click it I don't have the option to export it, as you can see in the screenshot. I wonder why that might be.
  7. Mapping Device Bits into a Word

    Yes I see exactly how it works thanks. I'm interested to now how you exported the block as an .ASC file as well.
  8. Mapping Device Bits into a Word

    One more question since we are talking about ZR registers. As I understand it they are the same as R registers. Is this correct?
  9. Mapping Device Bits into a Word

    Thanks for taking the time to do that Collins. The code works well  
  10. Mapping Device Bits into a Word

    Good Morning   I have a small problem that I’m hoping someone can help me resolve.   I want to take one byte of Data from a data structure and make it into an Integer   The 8 bits of data are stored as a bit array. I can use BITARR_TO_INT with no issues so long as the data is stored as Bits (M coils for example)   My problem is that the Data is stored in a ZR register bits 0-7.   So basically I need to read ZR62000.0 – ZR62000.7 into an integer. Is this possible?   Thanks for looking.