Thanks Erik!
Type: Posts; User: David Grambsch
Thanks Erik!
Will targets be available soon?
Ahhh wish I would have known about this earlier (only been a couple of issues and I was able to take care of them manually... but always tedious). Thanks - this works with GIMP. Do you know if this...
I noticed that using the noinit pragma seems to work:
Although then variable will never get initialized.
So the ratiometric input on the other controllers basically does (Vin / Vsupply) * 1000?
Is it possible to do ratiometric analog inputs on the CR2500? It doesn't have the "INPUT_ANALOG" function block like the rest of the classic controllers, and it doesn't have "IN_VOLTAGE_RATIO" mode...
Is there a method to save retain data through program downloads on the basic controllers like you can with the %MB and MEMORY_RETAIN_PARAM method of the classic controller series?
Is there a list of the configuration parameters for the CR2016? All that is in the manual (Page 7) is:
But in the CR2032 manual for example, it lists out the possible configuration bytes for...
I couldn't find it in the data sheet - what is the size range on the diameter of cable that is recommended for the cable gland on the CR203X metal modules?
The CR0032 and a few of the displays (PDM NG, CR10xx) require you to set the "boot project" to maintain a program through power cycling. You can do this 2 ways:
1. Manually, by logging into the...
Whenever I try to upload the "IEC User" from a basic controller/display i get a "BMAS_NOT_IMPLEMENTED" error. What exactly is this file? uploading the IEC application from the controller to a resx...
Here is a demo that has the up to date libraries included all in a zip file.
I've used the CR3106 in a similar way before. David Vieira has some sample code to send/receive commands using a classic controller. I can post it if someone at ifm ok's it.
Are there any release notes on the new basic V02 targets or 2.01.06 maintenance tool?
Are you using %2.1f instead of %s to display the variable?
Is it possible on a 108X to do network variables via ethernet (does codesys use UDP or TCP?) and CAN on the same display? Example - 2 CR1081's on the same ethernet network with a master controller...
I was doing some programming/testing with the 1080 display and loaded a program that caused the watchdog to engage (I had automatically load bootproject checked). The only way i was able to recover...
I just noticed that the 48 point Lucida console font will not display non-numeric text. In the text field i had '20 mm' and only the '20' would show up. Reducing the font size to 24 or changing to...
Yes, any user created code will operate that way (until it hits the watchdog timer and turns off the controller). I would try to avoid adding loops unless you absolutely need them, they tend to...
Typically, you will want to call OUTPUT in every cycle, and manipulate the VALUE variable
Like this:
OutCh0(ENABLE:=TRUE,CHANNEL:=0,VALUE:=(NOT PRESS_SW),MODE:=2 );
I believe diagnostics are off in PWM mode.
Is there any way to get additional font size options on the basic display?
I haven't used the CR1080 for almost a year now, but I was able to get it to generate a heartbeat and control several CR203X modules (was using the first release firmware and no template with just a...
Thanks Erik, it seems to work now. One thing I figured out is that if you want to use network variables on the CAN 2 port, you need to go into the properties of the Global Variable List that you...
Does anyone have a good source for a 5 wire M12 CAN splitter? I'm looking for either a Y cable or a T connector that has 1 to 1 wiring on all the pins so I can make a clean can junction on a basic...