Looking for a GX Works guru

Electric3906

Member
Join Date
Nov 2018
Location
Penguin
Posts
7
Hi Guys

I'm trying to scale an Analog input. The manual talks about comparing the analog to a data table to result as another device. Function 259 or SCL is pretty straight forward, except the data table part.

The examples and explanations in the manual and help files are not clear and I cannot find where to access, how to build, enter or modify a data table.

There must be a GX works guru out there with scaling experience who can point out what I am missing?

Cheers PN
 
Last edited:
I have an FK3U PLC, a clone of a Mitsubishi FX3U. Using GX Works 2 to program.
I'm building a battery charger so there are analog inputs for volts and amps setpoints, volts and amps outputs. There are multiple tappings on the transformer and other features that the PLC is controlling.

The PLC analog inputs are configured for 0-10V, this ends up as 0-4000 counts in the PLC. But the volts setpoint potentiometer ended up as a maximum of 7.2V so it's maximum count is 2810, not 4000. The maximum output voltage is measured at 95V DC. After configuring the signal and measuring by the PLC, it ends up at 2430 counts in the PLC.

Currently, when I compare Volts setpoint to the output, the scales do not match.

I want to scale the voltage setpoint to see 2810 counts and give a 4000 count. The output voltage when at 2430 counts needs to be scaled to give 4000 counts. This way, 50% = 50% in both cases: 2000 counts. This can then be used in the rest of the logic to drive deadbands, comparisons etc in the PLC which drives the voltage control and selects the appropriate transformer tapping and all the other things it is wired up to do.
The current control system is a similar problem, but also needs to control the output voltage because Ohm's Law.
 
Last edited:
You could just multiply the input by 1423 which will put the answer in to a double integer, then divide by 1000.
Or you could convert the input to REAL and multiply it by 1.423
 

Similar Topics

Hi , Where i can find Mitsubishi PLC Card end of line & replacement model details. i am looking for Q02CPU replacement model. Please advice. thanks
Replies
2
Views
121
I have Allen Bradley plcs, I have had Circuit breakers and other automation equipment in the past. There's no solid buyers local. How much do you...
Replies
2
Views
190
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
136
I want to monitor a couple signals in a place where there is no PLC but there is ethernet. I know I can use an AENTR or Flex I/O and a module but...
Replies
21
Views
738
I downloaded v24 for studio 5000 but can’t find where the download manager put it! Any help? I’ve done it before but can’t remember. Thanks
Replies
9
Views
371
Back
Top Bottom