ceilingwalker Posted February 13, 2016 Report Posted February 13, 2016 Hello. I have an NJ101-9000, using NX I/O, using Sysmac Studio v. 1.13. I have an input that I am trying to scale. Because it is an INT I am using 0-32,767 and 0-8000 is the input for this proportional valve. I have attached below, what my function looks like, and the error I keep getting. My first Sysmac Studio project, but am accustomed to AB. Could someone check to see if I am at least on the right track please? Thank you Quote
BITS N BYTES Posted February 15, 2016 Report Posted February 15, 2016 http://www.plctalk.net/qanda/showthread.php?t=101012 Quote
Crossbow Posted February 15, 2016 Report Posted February 15, 2016 If you read the F1 help for this command you will clearly see the inputs and outputs MUST be REAL or LREAL. So convert your INT to REAL first. Help files and manuals are a wonderful resource, especially when it's all built inside the software and you don't even have to look for it. Quote
himanshuKamboj Posted April 21, 2016 Report Posted April 21, 2016 The value in X0,X1,Y1,Y0 Must use Prefix as X0= Real#value In your case X0= Real#0 Quote
Recommended Posts
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.