![](https://mrplc.com/uploads/set_resources_6/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
pfort
MrPLC Member-
Posts
398 -
Joined
-
Last visited
-
Days Won
9
Everything posted by pfort
-
Program NX1P2 Remotely (Remote access)?
pfort replied to skyfox's topic in NJ Series / Sysmac Studio
Did you specify the Gateway (remote router adress) in "Built-in Ethernet/IP Port settings? -
Maple (Weintek) HMI can read USB barcode reader, and send it to PLC.
-
LS2208 work fine but you have to order a RS232 serial cable instead of USB.
-
Little Confused with the ANALOG Output Description
pfort replied to skyfox's topic in NJ Series / Sysmac Studio
0V = 0 count -10V = -15000 count 10V = 15000 count -
I would do a Structure Text FB.
-
Maple HMI (Weinteck) work fine with NX serie.
- 4 replies
-
- nx1
- sysmac studio
-
(and 1 more)
Tagged with:
-
When installing CX-One you may install only what you want and uncheck the others.
-
Sysmac Studio - Possible to add TAG's in On-Line edit mode?
pfort replied to skyfox's topic in NJ Series / Sysmac Studio
Ctrl+E to begin, Ctrl+Shift+E when finished. You can add global variable but once added you can not edit (erase or modify) them. -
Sysmac Studio Improvement Request
pfort replied to BITS N BYTES's topic in NJ Series / Sysmac Studio
Global variables can not be edited or deleted while Online Edit but can be created (Ctrl+E while in the Global Variable Table). -
TC2406 Not Triggering PID Output with NX1P2
pfort replied to skyfox's topic in NJ Series / Sysmac Studio
My bad, I misread your post. I thought you had a temperature input unit and use PID FB in your program. -
TC2406 Not Triggering PID Output with NX1P2
pfort replied to skyfox's topic in NJ Series / Sysmac Studio
Did you put the good values in the OprSetParams and InitSetParams inputs of the FB? -
Hi, I use them for maybe 12 years, and never heard of failure (except of physical dammage). But it is recent that they can work with Omron tags. Maybe 3 years. We mostly use Advanced HMI series.
-
Maple HMI's allow tags from Omron.
-
Beckhoff CUxxxx.xml
-
On that link there is a configuration file that you can download, then you could try it in Sysmac Studio in your Ethercat configuration...
-
The decimal separator must be the same in the Windows Regional Settings than in your FB.
-
It is normal, it don't work in simulator.
-
Sysmac Studio Improvement Request
pfort replied to BITS N BYTES's topic in NJ Series / Sysmac Studio
Or, now you can create groups in global variables table, and associate each variable to the group you want. Then you can filter the table to display the group you want. -
It does not work on simulator
-
PID instructions does not work in simulator.
-
Take a look at G3RV-SR from Omron.
-
Nj series plc mitsubishi HMI Communication
pfort replied to Rakeysh's topic in NJ Series / Sysmac Studio
I don't know Mitsubishi HMI but I guess it can read conventional (non tag) adresses from previous Omron PLC, if so, in the HMI you could choose driver for something like CJ1 PLC, then, in Sysmac, you can make adresses like CJ by writing % followed by the adress you want in the AT column in your Global variables table.- 2 replies
-
- nj got
- mitsubishi
-
(and 2 more)
Tagged with:
-
I don't know for the NA5 but Maple HMI can be flipped. And they can work with tag adressing of NJ/NX.
-
I always add prefix in the beginning of my tags. Inputs: i_MyTag Outputs: o_MyTag From HMI: h_MyTag Timer: t_MyTag etc... This way, I know in advance where to find them in the table, when sorted by name. And when adding a variable or contact in the program, I know what to type first.