AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
Beginners q param3
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 11 replies
  • Subscribers 1 subscriber
  • Views 37 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

q param3

majid farokhipoor
majid farokhipoor over 4 years ago
 
  • Sign in to reply
  • Cancel
  • majid farokhipoor
    majid farokhipoor over 4 years ago
    dear all
    pls see following code when i am on scom in cataloge module

    var !ww q param3
    q var !ww

    answer is
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • majid farokhipoor
    majid farokhipoor over 4 years ago
    excuse me I had a wrong
    my code is as below

    !ww = !!ce.param[3]
    q var !ww

    [COLOR=#333333]answer is[/COLOR]
    [COLOR=#333333]
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • THANGA PANDI
    THANGA PANDI over 4 years ago
    Check WPAR[3]..

    -STP
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • majid farokhipoor
    majid farokhipoor over 4 years ago
    Tank you very much
    it answered
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Sri
    Sri over 4 years ago
    i too have the problem with feeding the end connection for a scom

    !!ce.para[1] = 50 will give success

    !!ce.para[2] = 60.33 will give success

    !!ce.para[3] = FBB will give not success

    how to insert ?FBB?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Shrivallabha Sharad Redij
    Shrivallabha Sharad Redij over 4 years ago
    Instead of

    !!ce.para[3]

    You have to use

    !!ce.wpara[3]

    as demonstrated by @stpandi
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Sri
    Sri over 4 years ago
     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • THANGA PANDI
    THANGA PANDI over 4 years ago
    $!!CE
    PARAM N3 FBB will work!!

    -stp
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Sri
    Sri over 4 years ago
    Thank you @stpandi

    its worked well like desparam  in Design.

    would like to know more in details, what make difference from  inserting this number(!!ce.para[1] = 50) to string(!!ce.para[30 = FBB]) in this context?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • THANGA PANDI
    THANGA PANDI over 4 years ago
    Check more from me_hungry

    https://www.avevaworldforum.com/showthread.php?16735-String-to-Real&highlight=wpara
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>