sturtles

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sturtles

  • Rank
    Hi, I am New!

Profile Information

  • Country Singapore
  1. A little problem with data range

    Thanks Bobb. You're right about the datatype. Somehow, the CX programmer refuse to allow me any change in "type" in the editor because it is not "named". I have only given them comments, hence only Bool and Channel is available for choice. Not sure why they do this though. Thanks mate!
  2. A little problem with data range

    Hmm... I tried to change the value of symbol type to real for the source and target addresses, but it doesn't allow me to Eg. MOVL D100 D102 Under "Edit Instructions", I clicked on the "..." of D100, its originally displayed as CHANNEL for "symbols of type" and i changed it to REAL, but after clicking ok, it still doesn't register my action. Ialso tried "edit symbol" and tried changing CHANNEL to something else, but it says only CHANNEL and BOOL are allowed. Is there any other place that needs to be changed"
  3. A little problem with data range

    Hi guys, I have a little problem with "Set a value" for negative values. In Run mode, I am only allowed to eter &0-65k and #0-FFFF. The values are held in the DM area(values are displayed as Hex) However, sometimes, CX programmer will display the word as integers or float, and this allows me to enter the full range of value ie. -32k to +32k Does anyone knows why?